circular-audio-wave icon indicating copy to clipboard operation
circular-audio-wave copied to clipboard

How to mute audio

Open Samuel-Momoh opened this issue 4 years ago • 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

Samuel-Momoh avatar Oct 03 '20 09:10 Samuel-Momoh

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 :)

kelvinau avatar Oct 04 '20 22:10 kelvinau