LookingGlass/client
Chris Spencer b34b253814 [client] audio: stop playback immediately if new playback is started
If a new playback is started while the previous playback is still flushing,
we simply allow the stream to continue playing and effectively cancel the
flush. In general this is not safe because there may not be enough data in
the buffer to avoid underrunning. We could handle this better later by
trying to insert the right number of silent samples into the buffer, but
for now just completely stop the previous stream before starting the new
one.
2022-01-27 18:03:11 +11:00
..
audiodevs [client] audio/pw: drop restarting state 2022-01-27 18:03:11 +11:00
cmake [client] cmake: make MakeObject use relative paths 2021-08-11 02:42:12 +10:00
displayservers [client] x11: cleanup duplicated code 2022-01-26 15:30:38 +11:00
include [client] audio: move the memory copy into the pull function 2022-01-19 10:29:49 +11:00
renderers [client] egl: use a sigmoid curve for nv 2022-01-26 23:03:35 +11:00
src [client] audio: stop playback immediately if new playback is started 2022-01-27 18:03:11 +11:00
CMakeLists.txt [client/common] move ll from the client into the common code module 2022-01-12 12:22:18 +11:00
DEBUGGING.md [doc] Fix formatting 2018-05-23 08:46:03 +10:00