Scroll to navigation

C2DEMO(1) User Commands C2DEMO(1)

NAME

c2demo - 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

SEE ALSO

c2dec(1) c2enc(1) c2sim(1) fdmdv_demod(1) fdmdv_interleave(1) fdmdv_mod(1) fdmdv_put_test_bits(1) fec_dec(1) fec_enc(1) insert_errors(1)
Nov 2010 C2DEMO