rodio
rodio copied to clipboard
stopping rodio::sink stops it forever.
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.
Maybe you should try call s.play()
?
@denizsincar29 did you figure it out or do you need help?
I think this was fixed long ago. If yes, this issue must be closed.