generativefm / generative.fm

A platform for playing generative music in the browser.
https://generative.fm
MIT License
1.59k stars 86 forks source link

Media session api #70

Closed alexbainter closed 5 years ago

alexbainter commented 5 years ago

Added

I had originally added a silent audio track which played the first time the user clicked play to fix audio issues on iOS devices, but since the Media Session API also requires this hack (see #62), I've moved this functionality into its own middleware. This middleware will loop a 10 second silent audio file in an HTML5 audio tag while music is playing.