No description
Find a file
2023-02-18 19:49:14 +01:00
.gitignore remove node_modules,add git ignore 2023-02-18 19:06:27 +01:00
index.html add src code link 2023-02-18 19:09:25 +01:00
index.js changed song, made movement more extreme 2023-02-18 19:49:14 +01:00
Kidkanevil - Butterfly-Sattelite.mp3 changed song, made movement more extreme 2023-02-18 19:49:14 +01:00
package-lock.json init 2023-02-18 18:51:49 +01:00
package.json add src code link 2023-02-18 19:09:25 +01:00
README.md add readme link 2023-02-18 19:19:26 +01:00

Chrome mute/unmute performance bug demo

To test online, go to https://chrome-bug-muted-window.djkato.net/

To test locally, you'll need:

how to test:

  1. Download this repo to a folder
  2. Open terminal in this folder, typenpm install, wait till it's done, then npm run serve
  3. Go to http://localhost:3000 on your Chrome browser
  4. click start button, observe

expected behavior:

the audio visualizer would perform the same, regardless if the tab is muted or unmuted

Observed behavior:

The audio visualizers performance tanks if the audio is playing. When the website gets muted, the performance ofthe visualiser picks up drastically, can be repeated.