mirror of https://bitbucket.org/ausocean/av.git
ADPCM: added descriptions to file headers and author to readme
This commit is contained in:
parent
3f8d889ce5
commit
48e848b7c4
|
@ -5,6 +5,7 @@ av is a collection of tools and packages written in Go for audio-video processin
|
|||
# Authors
|
||||
Alan Noble
|
||||
Saxon A. Nelson-Milton <saxon.milton@gmail.com>
|
||||
Trek Hopton <trek@ausocean.org>
|
||||
|
||||
# Description
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ NAME
|
|||
decode-pcm.go
|
||||
|
||||
DESCRIPTION
|
||||
See Readme.md
|
||||
decode-pcm.go is a program for decoding/decompressing an adpcm file to a pcm file.
|
||||
|
||||
AUTHOR
|
||||
Trek Hopton <trek@ausocean.org>
|
||||
|
|
|
@ -3,7 +3,7 @@ NAME
|
|||
encode-pcm.go
|
||||
|
||||
DESCRIPTION
|
||||
See Readme.md
|
||||
encode-pcm.go is a program for encoding/compressing a pcm file to an adpcm file.
|
||||
|
||||
AUTHOR
|
||||
Trek Hopton <trek@ausocean.org>
|
||||
|
|
|
@ -3,7 +3,7 @@ NAME
|
|||
adpcm.go
|
||||
|
||||
DESCRIPTION
|
||||
See Readme.md
|
||||
adpcm.go contains functions for encoding/compressing pcm into adpcm and decoding/decompressing back to pcm.
|
||||
|
||||
AUTHOR
|
||||
Trek Hopton <trek@ausocean.org>
|
||||
|
|
|
@ -3,7 +3,7 @@ NAME
|
|||
adpcm_test.go
|
||||
|
||||
DESCRIPTION
|
||||
See Readme.md
|
||||
adpcm_test.go contains tests for the adpcm package.
|
||||
|
||||
AUTHOR
|
||||
Trek Hopton <trek@ausocean.org>
|
||||
|
|
Loading…
Reference in New Issue