@ -16,3 +16,4 @@ samplerate = { version = "0.2", optional = true }
stdin = []
jack = ["sqa-jack", "samplerate"]
tcp = []
noyield = []
@ -234,6 +234,7 @@ fn audio_thread(udp: UdpSocket, dest: SocketAddr, queue: Consumer<u8>, fc: Arc<A
eprintln!("! wakeup delayed {}ns", ldiff);
ldiff = 0;
}
#[cfg(not(feature = "noyield"))]
::std::thread::yield_now();