mumblekit icon indicating copy to clipboard operation
mumblekit copied to clipboard

Ios doesn't transmit voice with setOpusEnable=YES

Open evangelist88 opened this issue 8 years ago • 2 comments

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

evangelist88 avatar Jan 17 '17 15:01 evangelist88

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?

mkrautz avatar Jan 18 '17 00:01 mkrautz

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

evangelist88 avatar Jan 18 '17 07:01 evangelist88