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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2005-09-06 02:46:02 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2005-09-06 02:46:02 +0400
commit9cade2c22dde78cab54f173bc11e3db49add411f (patch)
treefcd8e78174832c641352a6911f22a817a0804a5e /doc/manual.lyx
parentd194010c38373adf3ab705a511de52e325c131ed (diff)
minor changes
git-svn-id: http://svn.xiph.org/trunk/speex@9971 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'doc/manual.lyx')
-rw-r--r--doc/manual.lyx16
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/manual.lyx b/doc/manual.lyx
index d8433ce..3af4914 100644
--- a/doc/manual.lyx
+++ b/doc/manual.lyx
@@ -34,7 +34,7 @@ The Speex Codec Manual
Jean-Marc Valin
\layout Standard
\pagebreak_top
-Copyright (c) 2002-2004 Jean-Marc Valin/Xiph.org Foundation
+Copyright (c) 2002-2005 Jean-Marc Valin/Xiph.org Foundation
\layout Standard
Permission is granted to copy, distribute and/or modify this document under
@@ -449,7 +449,7 @@ look-ahead
the frames.
\layout Subsection
-Coding
+Codec
\layout Subsection
Preprocessor
@@ -496,6 +496,12 @@ Automatic gain control (AGC) is a feature that deals with the fact that
The voice activity detector (VAD) provided by the preprocessor is more advanced
than the one directly provided in the codec.
+\layout Subsection
+
+Adaptive Jitter Buffer
+\layout Subsection
+
+Acoustic Echo Canceller
\layout Section
\pagebreak_top
Compiling
@@ -534,7 +540,7 @@ The options supported by the Speex configure script are:
with valgrind
\layout Description
---enable-sse Enable use of SSE instructions (x86 only)
+--enable-sse Enable use of SSE instructions (x86/float only)
\layout Description
--enable-fixed-point
@@ -569,6 +575,10 @@ The options supported by the Speex configure script are:
--enable-ti-c55x Enable support for the TI C5x family
\layout Description
+--enable-blackfin-asm Enable assembly specific to the Blackfin DSP architecture
+ (gcc only)
+\layout Description
+
--enable-16bit-precision Reduces precision to 16 bits in time-critical areas
(fixed-point only)
\layout Section