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
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