-
Notifications
You must be signed in to change notification settings - Fork 30
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
Comments
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. |
ok,I try |
I used opus to compile the static library, which was wrongly reported in the Xcode project. Mistake as follows: Exception: Encoder error - BadArgument have you ever met? |
What version of Opus did you compile? Currently it's configured up to use version 1.3. |
Isn't the latest version 1.1.5? http://www.opus-codec.org/downloads/ |
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? |
I have build Opus lib and run successfully on ios. If you need, you can download it: |
That's awesome news! Can you make a Pull Request? |
No description provided.
The text was updated successfully, but these errors were encountered: