-
Notifications
You must be signed in to change notification settings - Fork 11
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
Strange sound at iOS #15
Comments
the sound is kind of flickery? no im not sure the cause. make sure you are feeding enough pcm samples regularly. |
Hi, The same thing is happening to me. |
there is an example in the repo already |
Thanks. You are indeed right, cosineWave() was called within generate().
|
I build a gaming emulator with flutter and sound is working not so bad (but not perfect) at android but the sound is very weird at iOS. What could be the problem? Any idea?
Android:
https://github.com/chipweinberger/flutter_pcm_sound/assets/107851812/8d0482ab-c55f-4895-943a-b64d7ed5dc4b
iOS:
https://github.com/chipweinberger/flutter_pcm_sound/assets/107851812/4515d165-6423-4ba3-a253-f71e24ba24b0
The text was updated successfully, but these errors were encountered: