c2demo(1) codec2 testing framework

DESCRIPTION

Codec2 test and evaluation program

USAGE

c2demo InputRawSpeechFile OutputRawSpeechFile

OPTIONS

None

Encodes 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