record-progress
event for Record plugin
#3431
aantusahaa
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Those are all good points! I'll happily review a PR and help in case of any questions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Foremost, I want to thank you for this awesome library! I primarily use
wavesurfer.js
for Visualization and theRecord
plugin.In the recording portion, I want to show the current progress of the recording in the UI. But right now there is no straight forward way of getting the time from the plugin. I have found this similar discussion. But it doesn't really help me because my case also involves pause and resume of recording.
If we have an event namely
record-progress
similar to theaudioprocess
event of wavesurfer itself, we will be able to get that information easily. On a related note, having methods likegetCurrentTime()
,getDuration()
might also be helpful.Beta Was this translation helpful? Give feedback.
All reactions