kelvinau/circular-audio-wave

How to mute audio

Samuel-Momoh opened this issue · 1 comments

I already build an html5 audio player with controls playing the song and i just need the visualization how do i stop the audio from wave js without stopping the rendering of the visualization

Not connecting the source node to the destination will not have the sound played.

i.e. not executing this line
https://github.com/kelvinau/circular-audio-wave/blob/master/src/js/circular-audio-wave.js#L324

Feel free to submit a PR to add an option to mute the audio :)