drwestco
drwestco

Reputation: 142

Looping SoundEffectInstance crackles when paused?

Using Monogame 3.0.1 on Win8, I have a SoundEffectInstance that loops seamlessly if I let it continue to play. However, when I play and stop it (or pause and resume) repeatedly, it often results in a loud pop or crack when it transitions from playing to silent (or vice versa). Is this an issue with the sound file, the library, or something else? Is there a better way to pause/resume a sound without the nasty side effect?

Upvotes: 1

Views: 125

Answers (1)

Drew Stauft
Drew Stauft

Reputation: 107

I would say to try a handfull of random soundeffects and see if they produce the same results as yout current sound effect and post your findings as an update to your question. It would also be very helpful if you posted your sound effect code. Please follow these steps and I will be able to help more!

Upvotes: 1

Related Questions