staskobzar / vue-audio-visual

VueJS audio visualization components
MIT License
687 stars 109 forks source link

Ability to use external player. #80

Closed smax-ua closed 2 years ago

smax-ua commented 2 years ago

Question / suggestion. Is it possible to use an external (custom stylized) player? To put it another way, use only the visualizer, connecting it to your player?

staskobzar commented 2 years ago

If you player provide access to audio element then you can use "ref-link" property. Check docs for details

smax-ua commented 2 years ago

Was inconsiderate. Thanks.