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

[BUG/HTML5] Audio needs to be played first before making a waveform #8

Open
ACrazyTown opened this issue Nov 17, 2024 · 0 comments
Open
Labels
blocked not possible to accomplish due to external factors bug Something isn't working help wanted Extra attention is needed HTML5

Comments

@ACrazyTown
Copy link
Owner

This is a limitation of the method I use for waveforms on HTML5. As far as I know, howler.js (audio backend lime uses on HTML5) only exposes the audio buffer when the sound is playing. Trying to make a waveform while the sound isn't playing will result in nothing because the waveform can't get the audio buffer.

@ACrazyTown ACrazyTown added bug Something isn't working help wanted Extra attention is needed blocked not possible to accomplish due to external factors HTML5 labels Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked not possible to accomplish due to external factors bug Something isn't working help wanted Extra attention is needed HTML5
Projects
None yet
Development

No branches or pull requests

1 participant