documentation changes
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 15 Nov 2010 01:24:06 +0000 (01:24 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 15 Nov 2010 01:24:06 +0000 (01:24 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@227 01035d8c-6547-0410-b346-abe4f91aad63

codec2/src/c2dec.c
codec2/src/c2enc.c

index a3037bd2d6b2af8457d6c38b23183df561fa012a..828fe73b64053ea205817ec807581f37366fefe3 100644 (file)
@@ -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.
 
 \*---------------------------------------------------------------------------*/
 
index 91ea3a308700e568742907c48f14b09106e30066..ae17990e391879ffd17dbfc12b59beba76170ecf 100644 (file)
@@ -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.
 
 \*---------------------------------------------------------------------------*/