staskobzar / vue-audio-visual

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

How can I redraw AvWaveform graphics when audio url changes #26

Closed kenjiding closed 4 years ago

kenjiding commented 4 years ago

How can I redraw AvWaveform graphics when audio url changes? i use ref-link to link audio,but when audio url change, AvWaveform not change. image

staskobzar commented 4 years ago

AvWaveform upload the audio file in the background to get all data for drawing waveform. Try to re-create the hole element with new url.

kenjiding commented 4 years ago

resolve