jusaudio / web-react

0 stars 0 forks source link

Audio Priority and Background Playback #26

Open adrienshen opened 4 years ago

adrienshen commented 4 years ago

When android has browser in background and other apps are opened, it might turn off web audio due to having lower priority. There might be a API to adjust this. Also opening another app will cause a 1 second lapse in audio playback.

adrienshen commented 4 years ago

https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

The first step would be to debug and come up with possible solutions, then discuss and implement the improvement.