Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
f1c6a740
Commit
f1c6a740
authored
Oct 04, 2012
by
Dmitry Samonenko
Committed by
Martin Storsjö
Oct 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libspeexenc: Updated commentary to reflect recent changes
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
978d5bd2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
libspeexenc.c
libavcodec/libspeexenc.c
+17
-0
No files found.
libavcodec/libspeexenc.c
View file @
f1c6a740
...
...
@@ -62,6 +62,23 @@
* sometimes desirable to use multiple frames-per-packet to reduce the
* amount of container overhead. This can be done by setting the
* 'frames_per_packet' option to a value 1 to 8.
*
*
* Optional features
* Speex encoder supports several optional features, which can be useful
* for some conditions.
*
* Voice Activity Detection
* When enabled, voice activity detection detects whether the audio
* being encoded is speech or silence/background noise. VAD is always
* implicitly activated when encoding in VBR, so the option is only useful
* in non-VBR operation. In this case, Speex detects non-speech periods and
* encodes them with just enough bits to reproduce the background noise.
*
* Discontinuous Transmission (DTX)
* DTX is an addition to VAD/VBR operation, that allows to stop transmitting
* completely when the background noise is stationary.
* In file-based operation only 5 bits are used for such frames.
*/
#include <speex/speex.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment