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
Hey,
first of all thank you very much for this package and the work you put in :)!
Is your feature request related to a problem? Please describe.
I added an audio player which plays a local mp3 file. I'm visualizing the waveforms and when I'm playing the audio file and dragging it to another position, the player jumps correctly and continues playing from this position. But when I stop the player, drag to a position and start the player again, it does not continue playing from the position where I dragged it but from where it was first stopped.
Describe the solution you'd like
This could be solved by having a callback when dragging the waveform so I could just use the seek for the player and set it to the according position.
Describe alternatives you've considered
Alternatively it could set the player position within the package automatically when the waveform is dragged to a specific position.
Additional context
Maybe this is already possible somehow, but I checked documentation and issues and couldnt find anything.
Thanks a lot :)!
The text was updated successfully, but these errors were encountered:
Hey @novas1r1 thank you for creating this issue, we currently does not have this feature but we have PR which could fix this. We will merge it as soon as possible. Thank you for your patience.
Hey,
first of all thank you very much for this package and the work you put in :)!
Is your feature request related to a problem? Please describe.
I added an audio player which plays a local mp3 file. I'm visualizing the waveforms and when I'm playing the audio file and dragging it to another position, the player jumps correctly and continues playing from this position. But when I stop the player, drag to a position and start the player again, it does not continue playing from the position where I dragged it but from where it was first stopped.
Describe the solution you'd like
This could be solved by having a callback when dragging the waveform so I could just use the seek for the player and set it to the according position.
Describe alternatives you've considered
Alternatively it could set the player position within the package automatically when the waveform is dragged to a specific position.
Additional context
Maybe this is already possible somehow, but I checked documentation and issues and couldnt find anything.
Thanks a lot :)!
The text was updated successfully, but these errors were encountered: