BearWare.CELTCodec 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 BearWare.SpeexCodec. More...

List of all members.

Public Attributes

int nSampleRate
 The sample rate to use. Sample rate must be in the range 32000 - 96000 Hz.
int nChannels
 Mono = 1 or stereo = 2. Note that echo cancellation, denoising and AGC is not supported when using stereo.
int nBitRate
 The bitrate at which the audio codec should output encoded audio data. Dividing it by 8 gives roughly the number of bytes per second used for transmitting the encoded data. Check out BearWare.CELTConstants for bitrate limits.
int 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 BearWare.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 supported when using stereo.

See also:
TeamTalk4.EnableEchoCancellation()
TeamTalk4.EnableDenoising()
TeamTalk4.EnableAGC()

The bitrate at which the audio codec should output encoded audio data. Dividing it by 8 gives roughly the number of bytes per second used for transmitting the encoded data. Check out BearWare.CELTConstants for bitrate limits.

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

Generated on Sun Mar 18 17:16:15 2012 for TeamTalk 4 .NET DLL by  doxygen 1.6.3