-
Notifications
You must be signed in to change notification settings - Fork 44
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
Seek support #16
Comments
from the FLAC specifications:
|
A preliminary implementation exists in the dev branch for anyone brave enough to try it out :) |
I am glad to review and test the seek branch but I may also be able to contribute code changes. What work remains for seek support to be merged? |
Hi @tslocum, I think @karlek has the best grasp of the seek code. He'll be out for the weekend, but should be back by next week. Also, if you are interested in working on getting the seek code production ready that's great! We would definitely welcome such a contribution :) Cheers, |
Hi @tslocum I apologize for my late response. After looking at the code, I realize it's been a long time since it's was written and it's not up-to-par with the rest of the code base and should not be used. Therefore, if you'd like to contribute and implement seeking we would be very grateful. Henry |
From
flac.go
:// TODO: Implement a Seek method.
Creating this issue to facilitate an open discussion on how we may implement audio seek support in the future. What do we need to keep in mind?
Some notes from the x/audio proposal:
@rakyll wrote at golang/go#13432 (comment)
The text was updated successfully, but these errors were encountered: