rodio icon indicating copy to clipboard operation
rodio copied to clipboard

stopping rodio::sink stops it forever.

Open denizsincar29 opened this issue 2 years ago • 1 comments

let s is a rodio sink loaded with a file.

s.append(source);
//wait some time
s.stop();
s.append(anothersource); // doesn't play.

built on windows.

denizsincar29 avatar Feb 07 '23 10:02 denizsincar29

Maybe you should try call s.play()?

starua avatar Apr 25 '23 13:04 starua

@denizsincar29 did you figure it out or do you need help?

dvdsk avatar Mar 27 '24 10:03 dvdsk

I think this was fixed long ago. If yes, this issue must be closed.

denizsincar29 avatar Apr 05 '24 05:04 denizsincar29