[BUG/HTML5] Audio needs to be played first before making a waveform #8
Labels
blocked
not possible to accomplish due to external factors
bug
Something isn't working
help wanted
Extra attention is needed
HTML5
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.
The text was updated successfully, but these errors were encountered: