chipweinberger / flutter_pcm_sound

A flutter plugin for playing raw PCM audio data (16-bit integer)
Other
10 stars 6 forks source link

Strange sound at iOS #15

Open cool2apps opened 1 week ago

cool2apps commented 1 week ago

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

chipweinberger commented 1 week ago

the sound is kind of flickery?

no im not sure the cause. make sure you are feeding enough pcm samples regularly.