Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrubbing #372

Closed
probablykasper opened this issue May 24, 2021 · 2 comments
Closed

Scrubbing #372

probablykasper opened this issue May 24, 2021 · 2 comments

Comments

@probablykasper
Copy link

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?

@dvdsk
Copy link
Collaborator

dvdsk commented Jun 5, 2021

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?

@probablykasper
Copy link
Author

@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 :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants