You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to change the data property isPlaying to toggle a icon, there isn't an error in the console, but the data property is not switching, hence the event isn't being fired.
I also trying to do this by checking the play state by $refs.foo.paused, but i cant find the paused element on foo, but that may be another issue.
as a side note, the font-color for the wave isn't changing to white, when i add a :playtime-font-color, there is a type error.
Thanks.
The text was updated successfully, but these errors were encountered:
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 other plugins because it not streaming but loading all audio on mount to build the waveform.
I will try to fix it when I have time.
From the docs, we have common events playing, paused.
I am trying to emit the events from the av-waveform as so:
I am trying to change the data property isPlaying to toggle a icon, there isn't an error in the console, but the data property is not switching, hence the event isn't being fired.
I also trying to do this by checking the play state by $refs.foo.paused, but i cant find the paused element on foo, but that may be another issue.
as a side note, the font-color for the wave isn't changing to white, when i add a :playtime-font-color, there is a type error.
Thanks.
The text was updated successfully, but these errors were encountered: