vuetify-audio icon indicating copy to clipboard operation
vuetify-audio copied to clipboard

Programatically play the file

Open plefebvre91 opened this issue 3 years ago • 0 comments

Hey,

Currently when we access to play()/ pause() / etc. methods from the parent component, it seems the only possibility we have is to play the entire audio file from zero.

It would be nice if we could programmatically move to a custom position inside the audio file (defined in terms of time, not percentage), and play from there, and for a custom duration (and not play the entire file).

plefebvre91 avatar Nov 19 '20 10:11 plefebvre91