taisel / GameBoy-Online

JavaScript GameBoy Color emulator.
http://taisel.github.io/GameBoy-Online/
593 stars 175 forks source link

Audio Pops when loading ROM and when switching tab in Chrome #21

Open chrismaltby opened 5 years ago

chrismaltby commented 5 years ago

Hi @taisel first off, thanks for the great emulator. I'm using it as part of a project I made for building GameBoy games though a drag and drop interface https://www.gbstudio.dev/ https://github.com/chrismaltby/gb-studio

I'm having an problem where there is loud audio pops every time you load a rom or if you switch tabs away from the emulator and back again which has been raised as an issue on my own project https://github.com/chrismaltby/gb-studio/issues/115

I'm using a fork of the emulator but I've noticed the same issue occurs on your test page. Is this something you're aware of?

Thanks!