zhw2590582 / WFPlayer

:ocean: WFPlayer.js is an audio waveform generator
https://wfplayer.js.org
MIT License
262 stars 32 forks source link

Control audio without audio tag #56

Closed gregorio-disco closed 6 months ago

gregorio-disco commented 6 months ago

Is there a way to control the audio playback programmatically without having to set a mediaElement to WFPlayer?

zhw2590582 commented 6 months ago

yes, we can use AudioContext, but I am not compatible with this yet. I will update this feature when I have time.

gregorio-disco commented 6 months ago

yes, we can use AudioContext, but I am not compatible with this yet. I will update this feature when I have time.

Thank you! 👍