DESCRIPTION
Codec2 test and evaluation programUSAGE
c2demo InputRawSpeechFile OutputRawSpeechFileOPTIONS
NoneEncodes and decodes a file of raw speech samples using Codec 2. Demonstrates use of Codec 2 function API.
Note to convert a wave file to raw and vice-versa:
$ sox file.wav -r 8000 -s -2 file.raw
$ sox -r 8000 -s -2 file.raw file.wav