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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2008-05-19 16:30:06 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2008-05-19 16:30:06 +0400
commit503545cb74d30783e008eb7754e5933f98047aea (patch)
treebc1b2bb0167ccb1834e293430006195196e31ccf
parent08b2dad343a2d3ca62cad2eea03565ee9fa5500e (diff)
Manual fixes as suggested by Ron
git-svn-id: http://svn.xiph.org/trunk/speex@14926 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--doc/manual.lyx12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/manual.lyx b/doc/manual.lyx
index cfb0afd..0e23e3d 100644
--- a/doc/manual.lyx
+++ b/doc/manual.lyx
@@ -5040,10 +5040,16 @@ length parameters are per-channel
\begin_layout Standard
The resampler allows changing the quality and input/output sampling frequencies
- on the fly without glitches or anything.
+ on the fly without glitches.
This can be done with calls such as speex_resampler_set_quality() and speex_res
ampler_set_rate().
- When resampling a file, it is often desirable to have the output file perfectly
+ The only side effect is that a new filter will have to be recomputed, consuming
+ many CPU cycles.
+
+\end_layout
+
+\begin_layout Standard
+When resampling a file, it is often desirable to have the output file perfectly
synchronised with the input.
To do that, you need to call speex_resampler_skip_zeros()
\series bold
@@ -5052,7 +5058,7 @@ before
you start processing any samples.
For real-time applications (e.g.
VoIP), it is not recommended to do that as the first process frame will
- be shorted to compensate the the delay (the skipped zeros).
+ be shorter to compensate for the delay (the skipped zeros).
To destroy a resampler state, just call speex_resampler_destroy().
\end_layout