You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with opus codec.
I set the Audio Settings with these parameters:
[[MKVersion sharedVersion] setOpusEnabled:YES];
_audio = [MKAudio sharedAudio];
MKAudioSettings settngs;
settngs.transmitType = MKTransmitTypeVAD;
settngs.codec = MKCodecFormatOpus;
settngs.quality = 24000;
settngs.audioPerPacket = 10;
settngs.noiseSuppression = -42;
settngs.amplification = 20.0f;
settngs.jitterBufferSize = 0;
settngs.volume = 1.0f;
settngs.outputDelay = 0;
settngs.enablePreprocessor = YES;
if I set [[MKVersion sharedVersion] setOpusEnabled:YES]; my device doesn't send any sound instead if I set [[MKVersion sharedVersion] setOpusEnabled:NO]; my device sends the voice correctly.
Someone can help me?
Thanks
The text was updated successfully, but these errors were encountered:
Ok, I'll try with mumble-iphoneos for opus but the first problem is that using the celt codec the quality of sound is bad and I have a lot of packet lost. Do you know what could be the problem? Did you ever have this problem before?
Hi all,
I have an issue with opus codec.
I set the Audio Settings with these parameters:
[[MKVersion sharedVersion] setOpusEnabled:YES];
_audio = [MKAudio sharedAudio];
MKAudioSettings settngs;
settngs.transmitType = MKTransmitTypeVAD;
settngs.codec = MKCodecFormatOpus;
settngs.quality = 24000;
settngs.audioPerPacket = 10;
settngs.noiseSuppression = -42;
settngs.amplification = 20.0f;
settngs.jitterBufferSize = 0;
settngs.volume = 1.0f;
settngs.outputDelay = 0;
settngs.enablePreprocessor = YES;
if I set [[MKVersion sharedVersion] setOpusEnabled:YES]; my device doesn't send any sound instead if I set [[MKVersion sharedVersion] setOpusEnabled:NO]; my device sends the voice correctly.
Someone can help me?
Thanks
The text was updated successfully, but these errors were encountered: