staskobzar / vue-audio-visual

VueJS audio visualization components
MIT License
693 stars 111 forks source link

Muted audio do not show visualizer #58

Closed napalias closed 3 years ago

napalias commented 3 years ago

Muted audio do not show visualizer, is there way to enable visualizer when audio is muted?

staskobzar commented 3 years ago

No, as far as I know. The element is taking data from audio source and javascript audio API.

napalias commented 3 years ago

Thank you for response, i will looking how make this possible