RustAudio / rodio

Rust audio playback library
Apache License 2.0
1.66k stars 214 forks source link

Fix hang seek on empty queue #579

Closed dvdsk closed 1 month ago

dvdsk commented 1 month ago

Addresses half of #578, specifically the hanging of the audio thread if a seek is done on an already ended item. Also expands the seek example to check for this.