generativefm / play

Player interface for Generative.fm
https://play.generative.fm
MIT License
131 stars 5 forks source link

Play audio through audio element #24

Closed alexbainter closed 3 years ago

alexbainter commented 3 years ago

Playback element

Routes all playback through an audio element on the page. This ensures music continues to play on iOS even when the screen turns off. Allows for the removal the silent audio element which was previously used to ensure consistent playback on iOS and with the MediaSession API.

Tone.start

Use Tone.start to start the audio context and remove the old middleware which performed a similar function