staskobzar / vue-audio-visual

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

The slider cannot be clicked after changing source. #156

Closed Shahryar1991 closed 2 months ago

Shahryar1991 commented 2 months ago

I'm working on a project to record audio and display audio in AVWaveform with the ability to resume recording. On the first attempt, after I stop the audio recording, the audio is displayed in the slider immediately, Which is normal, but after I resume and stopping the recording again, the slider is no longer clickable.

My code is similar to the MediaRecorder example, which you can see in the link below: https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder#example

Here's the video: 2024-04-26

I don't know if this is due to changing the source or what.

Please help me. tnx