chiark / gitweb /
The command backend now sends 0s rather than suspending output when a
[disorder] / lib / uaudio-command.c
index 5e4531ee03589c5c2a6e5c891538ecd13f5fe382..096888d064a3f12df6429776fce4b1b109637c1b 100644 (file)
@@ -121,7 +121,8 @@ static void command_start(uaudio_callback *callback,
                       userdata,
                       command_play,
                       uaudio_channels,
-                     4096 / uaudio_sample_size);
+                     4096 / uaudio_sample_size,
+                      UAUDIO_THREAD_FAKE_PAUSE);
 }
 
 static void command_stop(void) {