-
Notifications
You must be signed in to change notification settings - Fork 20
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
Use io.Reader #1
Comments
I agree, but not sure how you would go about it as the underlying taglib api only reads from disk. It could write the io.Reader to a temp file to give to taglib but would have great performance characteristics. Any thoughts on how to do this in an efficient manner? |
Hm - probably not worth the trouble then. You could rewrite taglib in go :P On Fri, Apr 10, 2015 at 11:56 AM, Trevor [email protected] wrote:
|
Now that would be the thing!! 🤣 |
Using the Go stdlib io.Reader interface instead of just file opening would make this package more flexible and more idiomatic.
The text was updated successfully, but these errors were encountered: