CELT audio codec settings. The CELT codec is recommended for music and speech. It has a higher bandwidth usage than BearWare.SpeexCodec. More...
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. |
CELT audio codec settings. The CELT codec is recommended for music and speech. It has a higher bandwidth usage than BearWare.SpeexCodec.
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.
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.