Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control music using WebAudio API #11

Open
Kangaroux opened this issue Apr 29, 2021 · 0 comments
Open

Control music using WebAudio API #11

Kangaroux opened this issue Apr 29, 2021 · 0 comments
Labels
scope:audio Audio playback (metronome, music, etc.) work:refactor/optimize Performance tweaks and code cleanup

Comments

@Kangaroux
Copy link
Contributor

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 Kangaroux added work:refactor/optimize Performance tweaks and code cleanup scope:audio Audio playback (metronome, music, etc.) labels Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:audio Audio playback (metronome, music, etc.) work:refactor/optimize Performance tweaks and code cleanup
Projects
None yet
Development

No branches or pull requests

1 participant