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'm looking to create a basic audio player, and for that I need to be able to move the play head to a time of the track, essentially scrubbing back or forwards within the currently playing track. I can't quite see how this could be done with rodio. Is it possible?
The text was updated successfully, but these errors were encountered:
There was some discussion before on this over here: #176. I have seeking working in a hackish way in a fork, that could work for you if you need an audio player for a hobby project?
@dskleingeld Thanks for letting me know about that! It is a hobby project, but would still want to be sure it's reliable.
A thing I would actually need is m4a support, which I've achieved so far by gluing together fdk-aac c-bindings and rodio through my crate redlux. I'm guessing for rodio to support seeking, the decoder has to support it. No idea how I'd manage that, hopefully there's a way :/
I'm looking to create a basic audio player, and for that I need to be able to move the play head to a time of the track, essentially scrubbing back or forwards within the currently playing track. I can't quite see how this could be done with rodio. Is it possible?
The text was updated successfully, but these errors were encountered: