Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ios doesn't transmit voice with setOpusEnable=YES #52

Open
evangelist88 opened this issue Jan 17, 2017 · 2 comments
Open

Ios doesn't transmit voice with setOpusEnable=YES #52

evangelist88 opened this issue Jan 17, 2017 · 2 comments

Comments

@evangelist88
Copy link

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

@mkrautz
Copy link
Contributor

mkrautz commented Jan 18, 2017

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?

@evangelist88
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants