illustrate
Products            Buy            Support Forum            Registrations            About           
 

dBpoweramp Music Converter        { Help Index   >   Speex Codec }

Speex is a voice optimized codec, that is it is very efficient at encoding speech, it should not be used for non-voice (ie music) encoding.

Speex is Open Source and forms part of the Ogg Vorbis stable, however these days Opus has taken over from Speex.


Compression Options


Speex offers 3 types of encoding:

Frequency number of samples per second to be encoded, [automatic] allows the output frequency to be set the same as the input frequency (recommended), whilst limiting to maximum and minimum allowed frequencies.


Advanced Options

Voice Activity Detection - if a period of silence is encountered the block is marked as silence instead of wasting bits encoding nothing. VAD is always used for VBR encoding.

File Based Discontinuous Transmission (DTX) - Discontinuous transmission is an addition to VAD/VBR operation, that allows to stop transmitting completely when the background noise is stationary. In file-based operation, since we cannot just stop writing to the file, only 5 bits are used for such frames (corresponding to 250 bps).

Mono Down mix creates a single channel Speex file, if source channels are greater than 1 then they are combined into one.

Complexity set encoding speed/quality trade-off. The higher the value of complexity, the slower the encoding.


Codec Background

Created by Jean Marc Valin, specifically targeted for Voice over IP (VoIP) and audio books.

Further details: http://www.speex.org


Terminology

Encoding:  compress and write audio track,
Decoding:  uncompress and read the track,
ID Tags:  meta data such as artist & album are embedded inside the audio file,
Lossless:  compression without audio quality loss,
Lossy:  audio quality is sacrificed (how much depends on bitrate and codec used) to achieve smaller files,
Gapless:  allows the decoder to decode audio stream without gaps (silence).


Back To Main Index