CELTVBRCodec Struct Reference
[Audio and Video Codecs]

CELT audio codec settings. The CELT codec is recommended for music and speech. It has a higher bandwidth usage than SpeexCodec. More...

#include <TeamTalk4.h>

List of all members.

Public Attributes

INT32 nSampleRate
 The sample rate to use. Sample rate must be in the range 32000 - 96000 Hz.
INT32 nChannels
 Mono = 1 or stereo = 2. Note that echo cancellation, denoising and AGC is not support when using stereo.
INT32 nBitRate
 The bitrate at which the audio codec can output encoded audio data. Dividing it by 8 gives roughly the number of bytes per second used for transmitting the encoded data.
INT32 nMSecPerPacket
 Milliseconds of audio data in each packet. Recommended is 40 ms. Min is 20, max is 1000.

Detailed Description

CELT audio codec settings. The CELT codec is recommended for music and speech. It has a higher bandwidth usage than SpeexCodec.


Member Data Documentation

The sample rate to use. Sample rate must be in the range 32000 - 96000 Hz.

Mono = 1 or stereo = 2. Note that echo cancellation, denoising and AGC is not support when using stereo.

See also:
TT_EnableEchoCancellation()
TT_EnableDenoising()
TT_EnableAGC()

The bitrate at which the audio codec can output encoded audio data. Dividing it by 8 gives roughly the number of bytes per second used for transmitting the encoded data.

See also:
CELT_MIN_BITRATE
CELT_MAX_BITRATE

Milliseconds of audio data in each packet. Recommended is 40 ms. Min is 20, max is 1000.

Generated on Sun Mar 18 17:18:33 2012 for TeamTalk 4 C-API DLL by  doxygen 1.6.3