staskobzar / vue-audio-visual

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

how to audio-src play on method #78

Closed wdsmaduranga closed 2 years ago

wdsmaduranga commented 3 years ago

:audio-src="'http://127.0.0.1:8000/tracks/'+item.mp3_link" how to method play audio

staskobzar commented 3 years ago

Sorry, I do not understand the question

wdsmaduranga commented 3 years ago

Sorry, I do not understand the question

not working inside v-for loop via ref/ref-link

staskobzar commented 3 years ago

check console for javascript errors and network also make sure item.mp3_link has correct link and not the whole url link but only a path part

alectrocute commented 2 years ago

@sankamaduranga Post full example code, an actual reproducible example.