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