I am using SoundEngine from CrashLanding to play some sound.
Each sound has 1 second and can be played when a button is clicked.
If you click the button on only one, then all is well. But if you click on the button for a second time, while the first sound is already running, you hear a click sound.
How to solve it?
I saw a crash landing from Apple from my site. I have read that they consider SoundEngine unstable in some circumstances.
Anyway this is working fine for me, except for this annoying click sound.
Is there any way to solve this? What is the use of SoundEngine to use BTW, OpenAll?
Thanks for any help.
I'm not really familiar with SoundEngine, but some general advice can help here. I suspect that this is an issue for playing the same voice from the same buffer, because SoundEngine can reverse it back to start without closing it - hence the "click" sound
- Do it again.
- Use different playback buffers for different sound instances.
Comments
Post a Comment