This is the command c2demo that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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
Use c2demo online using onworks.net services