animal-crossing-music-extension / ac-music-extension

Google Chrome extension that plays hourly Animal Crossing music and more while browsing!
https://acmusicext.com
zlib License
344 stars 57 forks source link

Town tune still plays when paused due to tab audio #90

Closed PikaDude closed 4 years ago

Julian-MJK commented 4 years ago

Areas of code responsible for playing town tunes at the hour are: AudioManager.js -> line 43 (part of AudioManager.playHourlyMusic method) StateManager.js -> line 162 (part of timeKeeper.registerHourlyCallback method)

I'm leaning towards thinking it may be caused by AudioManager.playHourlyMusic(), which plays the town tune when called, as long as the town tune is enabled in the options, and isHourChange is true. It's called by events "hourMusic", "gameChange" and "weatherChange".