From: drowe67 Date: Mon, 15 Nov 2010 01:24:06 +0000 (+0000) Subject: documentation changes X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=e4e9cb19c0e2c93aaa2947367ab824a67a3c3e9f;p=freetel-svn-tracking.git documentation changes git-svn-id: https://svn.code.sf.net/p/freetel/code@227 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2/src/c2dec.c b/codec2/src/c2dec.c index a3037bd2..828fe73b 100644 --- a/codec2/src/c2dec.c +++ b/codec2/src/c2dec.c @@ -4,12 +4,7 @@ AUTHOR......: David Rowe DATE CREATED: 23/8/2010 - Decodes a file of bits to a file of raw speech samples using codec2. Demo - program for codec2. - - NOTE: the bit file is not packed, 51 bits/frame actually consumes 51 - bytes/frame on disk. If you are using this for a real world - application you may want to pack the 51 bytes into 7 bytes. + Decodes a file of bits to a file of raw speech samples using codec2. \*---------------------------------------------------------------------------*/ diff --git a/codec2/src/c2enc.c b/codec2/src/c2enc.c index 91ea3a30..ae17990e 100644 --- a/codec2/src/c2enc.c +++ b/codec2/src/c2enc.c @@ -4,13 +4,8 @@ AUTHOR......: David Rowe DATE CREATED: 23/8/2010 - Encodes a file of raw speech samples using codec2 and ouputs a file - of bits (each bit is stored in the LSB or each output byte). Demo - program for codec2. - - NOTE: the bit file is not packed, 51 bits/frame actually consumes 51 - bytes/frame on disk. If you are using this for a real world - application you may want to pack the 51 bytes into 7 bytes. + Encodes a file of raw speech samples using codec2 and outputs a file + of bits. \*---------------------------------------------------------------------------*/