From e4e9cb19c0e2c93aaa2947367ab824a67a3c3e9f Mon Sep 17 00:00:00 2001 From: drowe67 Date: Mon, 15 Nov 2010 01:24:06 +0000 Subject: [PATCH] documentation changes git-svn-id: https://svn.code.sf.net/p/freetel/code@227 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2/src/c2dec.c | 7 +------ codec2/src/c2enc.c | 9 ++------- 2 files changed, 3 insertions(+), 13 deletions(-) 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. \*---------------------------------------------------------------------------*/ -- 2.25.1