flac icon indicating copy to clipboard operation
flac copied to clipboard

Owning version of the Stream Iterator

Open BonsaiDen opened this issue 9 years ago • 1 comments

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.

BonsaiDen avatar Apr 22 '16 19:04 BonsaiDen

Yes, pull requests are welcome.

sourrust avatar Apr 25 '16 00:04 sourrust