Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tristan.matthews@savoirfairelinux.com>2013-12-06 23:20:59 +0400
committerTristan Matthews <tristan.matthews@savoirfairelinux.com>2013-12-06 23:20:59 +0400
commit6da046b6c1afbe11f4efead4723df6a9f04d2097 (patch)
tree8e70a75ae6e0bf452b4c9147d48a9129f69c144b
parent04a409e51b630ee82f68773932952b6090fc16fb (diff)
Fix typos in manual for speex_preprocess API
-rw-r--r--doc/manual.lyx8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual.lyx b/doc/manual.lyx
index 26e8de0..fa980a4 100644
--- a/doc/manual.lyx
+++ b/doc/manual.lyx
@@ -4142,7 +4142,7 @@ As with the codec, the preprocessor also has options that can be controlled
\end_layout
\begin_layout Description
-SPEEX_PREPROCESS_SET_DENOISE Turns denoising on(1) or off(2) (
+SPEEX_PREPROCESS_SET_DENOISE Turns denoising on(1) or off(0) (
\begin_inset listings
inline true
status collapsed
@@ -4174,7 +4174,7 @@ spx_int32_t
\end_layout
\begin_layout Description
-SPEEX_PREPROCESS_SET_AGC Turns automatic gain control (AGC) on(1) or off(2)
+SPEEX_PREPROCESS_SET_AGC Turns automatic gain control (AGC) on(1) or off(0)
(
\begin_inset listings
inline true
@@ -4207,7 +4207,7 @@ spx_int32_t
\end_layout
\begin_layout Description
-SPEEX_PREPROCESS_SET_VAD Turns voice activity detector (VAD) on(1) or off(2)
+SPEEX_PREPROCESS_SET_VAD Turns voice activity detector (VAD) on(1) or off(0)
(
\begin_inset listings
inline true
@@ -4248,7 +4248,7 @@ SPEEX_PREPROCESS_GET_AGC_LEVEL
\end_layout
\begin_layout Description
-SPEEX_PREPROCESS_SET_DEREVERB Turns reverberation removal on(1) or off(2)
+SPEEX_PREPROCESS_SET_DEREVERB Turns reverberation removal on(1) or off(0)
(
\begin_inset listings
inline true