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

Support IOS APP ? #4

Open
Lixuya opened this issue May 25, 2017 · 8 comments
Open

Support IOS APP ? #4

Lixuya opened this issue May 25, 2017 · 8 comments

Comments

@Lixuya
Copy link

Lixuya commented May 25, 2017

No description provided.

@BananaHemic
Copy link
Owner

I haven't personally tested on ios. To the best of my knowledge, it should work provided that there's an opus plugin for ios present, and that the import statements are correct. I encourage you to give it a shot and see if it works.

@Lixuya
Copy link
Author

Lixuya commented May 26, 2017

ok,I try

@Lixuya
Copy link
Author

Lixuya commented May 26, 2017

I used opus to compile the static library, which was wrongly reported in the Xcode project. Mistake as follows:

Exception: Encoder error - BadArgument
at Mumble.OpusEncoder.set_EnableForwardErrorCorrection (Boolean value) [0x00000] in :0
at Mumble.OpusCodec.InitializeEncoderWithSampleRate (Int32 newSampleRate) [0x00000] in :0
at MumbleTester.Start () [0x00000] in :0

have you ever met?

@BananaHemic
Copy link
Owner

What version of Opus did you compile? Currently it's configured up to use version 1.3.

@Lixuya
Copy link
Author

Lixuya commented May 27, 2017

Isn't the latest version 1.1.5? http://www.opus-codec.org/downloads/

@BananaHemic
Copy link
Owner

You're right, but I just haven't had the time yet to recompile for the latest version. My only thought here is that maybe the method signature changed somewhere?

@hdv0112
Copy link

hdv0112 commented Nov 23, 2018

I have build Opus lib and run successfully on ios. If you need, you can download it:
https://drive.google.com/open?id=1q__b2Tg1v1dgq7bmlpK_ec4ZExvxHieL

@BananaHemic
Copy link
Owner

That's awesome news! Can you make a Pull Request?

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

3 participants