staskobzar / vue-audio-visual

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

Fix issue for ogg filetype in google chrome for AvWaveform #12

Closed agravat202 closed 5 years ago

agravat202 commented 5 years ago

I am using vue-audio-visual for view wave-form. but I was stuck with google-chrome. like i can see wave-form for mp3 and webm but when i try to play with ogg/audio i am failing. and here i find solution for it. in src/components/AvWaveform.js line #224. i can see setPeaks is getting buffer but in like #224 you are using this.audio.duration. so i simply change it to buffer.duration and its works like a works like a charm. if i am wrong please pardon me.

staskobzar commented 5 years ago

Hello Pratik. You solution is merged. Thank you for the contribution.

Have a good day!