OpenChart-web icon indicating copy to clipboard operation
OpenChart-web copied to clipboard

Control music using WebAudio API

Open Kangaroux opened this issue 4 years ago • 0 comments

The WebAudio API gives us more control over the music playback. For example, we can schedule when the music should start playing, which would help fix an issue where sometimes the music playback is desynced from the chart/metronome.

https://developer.mozilla.org/en-US/docs/Web/API/MediaElementAudioSourceNode

Kangaroux avatar Apr 29 '21 18:04 Kangaroux