chiark / gitweb /
The command backend now sends 0s rather than suspending output when a
[disorder] / lib / uaudio-rtp.c
index 702747a119d0aa852f5ad0d2c5e454b6d45d4ad4..31e8f57185f0e5498aba4e2d60f2e26f89d8ad21 100644 (file)
@@ -281,7 +281,8 @@ static void rtp_start(uaudio_callback *callback,
                       rtp_play,
                       256 / uaudio_sample_size,
                       (NETWORK_BYTES - sizeof(struct rtp_header))
-                      / uaudio_sample_size);
+                      / uaudio_sample_size,
+                      0);
 }
 
 static void rtp_stop(void) {