mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Increase sleep timer in example for now
This commit is contained in:
parent
7daaa03a58
commit
5e61989560
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ fn main() {
|
|||
sink.append(rodio::Decoder::new(BufReader::new(file)));
|
||||
|
||||
//sink.sleep_until_end();
|
||||
std::thread::sleep_ms(5000);
|
||||
std::thread::sleep_ms(32000);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue