[xiph-commits] r9061 - trunk/speex/include/speex
jm at motherfish-iii.xiph.org
jm at motherfish-iii.xiph.org
Fri Mar 11 11:14:48 PST 2005
Author: jm
Date: 2005-03-11 11:14:47 -0800 (Fri, 11 Mar 2005)
New Revision: 9061
Modified:
trunk/speex/include/speex/speex.h
Log:
fixed comment about the input/output range
Modified: trunk/speex/include/speex/speex.h
===================================================================
--- trunk/speex/include/speex/speex.h 2005-03-11 02:20:44 UTC (rev 9060)
+++ trunk/speex/include/speex/speex.h 2005-03-11 19:14:47 UTC (rev 9061)
@@ -294,7 +294,7 @@
/** Uses an existing encoder state to encode one frame of speech pointed to by
"in". The encoded bit-stream is saved in "bits".
@param state Encoder state
- @param in Frame that will be encoded with a +-2^16 range
+ @param in Frame that will be encoded with a +-2^15 range
@param bits Bit-stream where the data will be written
*/
int speex_encode(void *state, float *in, SpeexBits *bits);
@@ -302,7 +302,7 @@
/** Uses an existing encoder state to encode one frame of speech pointed to by
"in". The encoded bit-stream is saved in "bits".
@param state Encoder state
- @param in Frame that will be encoded with a +-2^16 range
+ @param in Frame that will be encoded with a +-2^15 range
@param bits Bit-stream where the data will be written
*/
int speex_encode_int(void *state, short *in, SpeexBits *bits);
More information about the commits
mailing list