rodio
rodio copied to clipboard
Remove the need to keep the stream around
Its a common footgun in using rodio. It should be possible to store the stream in the sink.
Remaining questions, does the stream need to be accessible when a sink is used? If so how? Does sink get a method to get the stream?
Implementation wise it seems like storing the stream in an Arc will work.