-
Notifications
You must be signed in to change notification settings - Fork 0
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
generate produces silence on Android #1
Comments
Could you provide some more information which could be useful for discovering the cause? The library has been tested on Linux, OSX and Amiga without issues. |
Sure, this is what i do: LOAD: the buffer out has always zeroes, no idea what i'm doing wrong. Do you need the android.mk makefile? I'm not sure what other information i could provide, let me know if you need something. |
I think you need the player.load() call before the player.init() - can you try swapping them around? |
tried, same deal :( |
Did you figure out why it wasn't working? |
nope :( I tried checking the code from various places and couldn't figure out what causes the silence. Odd case. |
I compiled this for Android, init and load works as expected but when i try to generate sound, i only get buffer full of zeroes. I followed the guideline how to use this lib.
The text was updated successfully, but these errors were encountered: