teaj / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

No CN codec selected with Opus #439

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
or any codec that uses other than 8, 16, or 32 kHz

In libjingle r46778423 it seems that even though a CN codec is listed at 48000 
it will not be selected since in WebRtcVoiceMediaChannel::SetSendCodecs it will 
only find a match and set cn_freq for kFreq8000Hz, kFreq16000Hz, and 
kFreq32000Hz.  Otherwise it will continue and not SetSendCNPayloadType and also 
won't SetVADStatus to true.

Also, in VoECodecImpl::SetSendCNPayloadType, it will not set the CN payload 
type on the channel unless the frequecy is kFreq16000Hz or kFreq32000Hz.

Original issue reported on code.google.com by fineb...@vline.me on 29 May 2013 at 10:06

GoogleCodeExporter commented 9 years ago
Please file in the webrtc issue tracker instead.

Original comment by juberti@google.com on 31 May 2013 at 4:08