flac
flac copied to clipboard
Owning version of the Stream Iterator
Hey there,
first of all thanks for providing the library :)
Now, I'm currently using my own fork (not yet pushed to GH though) due to the needs to having a iterator which owns the stream it is using internally. (The containing struct is wrapped in a box and Send off to a thread which feeds the decoded audio over a voice connection).
It would be great if a "owning" version of the stream iterator could be added by default. In case you're too busy, I can probably find some free time over the course of this weekend and clean up my fork so it's suitable for a PR.
Yes, pull requests are welcome.