[xiph-commits] r12991 - trunk/speex/include/speex
jm at svn.xiph.org
jm at svn.xiph.org
Sun May 27 06:50:45 PDT 2007
Author: jm
Date: 2007-05-27 06:50:45 -0700 (Sun, 27 May 2007)
New Revision: 12991
Modified:
trunk/speex/include/speex/speex.h
trunk/speex/include/speex/speex_callbacks.h
trunk/speex/include/speex/speex_echo.h
trunk/speex/include/speex/speex_jitter.h
Log:
Fixed a bunch of typos (thanks to Alexander Chemeris).
Modified: trunk/speex/include/speex/speex.h
===================================================================
--- trunk/speex/include/speex/speex.h 2007-05-24 13:43:08 UTC (rev 12990)
+++ trunk/speex/include/speex/speex.h 2007-05-27 13:50:45 UTC (rev 12991)
@@ -156,7 +156,7 @@
#define SPEEX_GET_HIGHPASS 45
/** Get "activity level" of the last decoded frame, i.e.
- now much damage we cause if we remove the frame */
+ how much damage we cause if we remove the frame */
#define SPEEX_GET_ACTIVITY 47
Modified: trunk/speex/include/speex/speex_callbacks.h
===================================================================
--- trunk/speex/include/speex/speex_callbacks.h 2007-05-24 13:43:08 UTC (rev 12990)
+++ trunk/speex/include/speex/speex_callbacks.h 2007-05-27 13:50:45 UTC (rev 12991)
@@ -119,7 +119,7 @@
/** Standard handler for VBR request (Set VBR, no questions asked) */
int speex_std_vbr_request_handler(SpeexBits *bits, void *state, void *data);
-/** Standard handler for enhancer request (Turn ehnancer on/off, no questions asked) */
+/** Standard handler for enhancer request (Turn enhancer on/off, no questions asked) */
int speex_std_enh_request_handler(SpeexBits *bits, void *state, void *data);
/** Standard handler for VBR quality request (Set VBR quality, no questions asked) */
Modified: trunk/speex/include/speex/speex_echo.h
===================================================================
--- trunk/speex/include/speex/speex_echo.h 2007-05-24 13:43:08 UTC (rev 12990)
+++ trunk/speex/include/speex/speex_echo.h 2007-05-27 13:50:45 UTC (rev 12991)
@@ -74,7 +74,7 @@
void speex_echo_state_destroy(SpeexEchoState *st);
/** Performs echo cancellation a frame, based on the audio sent to the speaker (no delay is added
- * to playback ni this form)
+ * to playback in this form)
*
* @param st Echo canceller state
* @param rec signal from the microphone (near end + far end echo)
Modified: trunk/speex/include/speex/speex_jitter.h
===================================================================
--- trunk/speex/include/speex/speex_jitter.h 2007-05-24 13:43:08 UTC (rev 12990)
+++ trunk/speex/include/speex/speex_jitter.h 2007-05-27 13:50:45 UTC (rev 12991)
@@ -69,7 +69,7 @@
#define JITTER_BUFFER_OK 0
/** Packet is missing */
#define JITTER_BUFFER_MISSING 1
-/** Packet is incomplete (does not cover the entive tick */
+/** Packet is incomplete (does not cover the entire tick */
#define JITTER_BUFFER_INCOMPLETE 2
/** There was an error in the jitter buffer */
#define JITTER_BUFFER_INTERNAL_ERROR -1
@@ -81,10 +81,14 @@
#define JITTER_BUFFER_SET_MARGIN 0
/** Get minimum amount of extra buffering required (margin) */
#define JITTER_BUFFER_GET_MARGIN 1
-/* JITTER_BUFFER_SET_AVALIABLE_COUNT wouldn't make sense */
-/** Get the amount of avaliable packets currently buffered */
+/* JITTER_BUFFER_SET_AVAILABLE_COUNT wouldn't make sense */
+/** Get the amount of available packets currently buffered */
+#define JITTER_BUFFER_GET_AVAILABLE_COUNT 3
+/** Included because of an early misspelling (will remove in next release) */
#define JITTER_BUFFER_GET_AVALIABLE_COUNT 3
+
+
#define JITTER_BUFFER_ADJUST_INTERPOLATE -1
#define JITTER_BUFFER_ADJUST_OK 0
#define JITTER_BUFFER_ADJUST_DROP 1
More information about the commits
mailing list