Stas Kobzar

Results 55 comments of Stas Kobzar

It looks like these events are overwhitten by av-waveform and not pass this event to the parent element (https://github.com/staskobzar/vue-audio-visual/blob/v2/src/components/AvWaveform.js#L191) There should be event emit here too. av-waveform is different from...

emit AvWaveform event playing/paused/ended for vue2 is fixed in 2.5.1 version

It is blocked by CORS policy. I will work on the patch. Thanks for the reports

@roseaneesha I have made some improvements in the module to make sure CORS is enabled during fetch. But the main problem you have is that you source is not returning...

Hello @clemenceroumy CORS access controll can be set with "" element attribute "crossorigin". When you use high level interface functions like "```AVLine(...)```" this attribute is not enabled. You can use...

@drewjgray v2 has is ![image](https://github.com/staskobzar/vue-audio-visual/assets/147280/2a9ff4ed-42e2-47a1-8513-be99ee6ca78b) https://github.com/staskobzar/vue-audio-visual/tree/v2#common-props

to treat it as a boolean you need to prepend colon ":" ``` :audio-controls="false" ``` this is vue way to handle attributes

Hello, No, it is unique per instance. Make sure you are not referencing to the same canvas element from different plugin instances. Probably I can say more if you see...

Hi Robert, Sure, send me a screenshot or code so that I can re-create this bug to start fixing it.