Ios doesn't transmit voice with setOpusEnable=YES
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
Hi,
I haven't had time to look into this yet. Sorry.
The best advice I can give you is to try with mumble-iphoneos and see if that works?
Hi,
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?
Thank you