You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Web Audio API in favor for basic playback embedding with HTML5 Audio element.
The Web Audio API offers more capabilites than the HTML5 Audio element and in our use case it is critical to create seamless looping of super mario music.
Use Web Audio API in favor for basic playback embedding with HTML5 Audio element.
The Web Audio API offers more capabilites than the HTML5 Audio element and in our use case it is critical to create seamless looping of super mario music.
Jake Archibald did a write up on the subject in 2016: https://jakearchibald.com/2016/sounds-fun/
Looping: https://webaudio.github.io/web-audio-api/#looping-AudioBufferSourceNode
The text was updated successfully, but these errors were encountered: