From 846bd3d1b7bcec3653aa9d662f559235c4689e1b Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 15 Mar 2025 20:40:38 -0400 Subject: Sink refactor wip Dangling target won't stay around. I have a couple of ideas about how to massively simplify the handling of ended entries. Signed-off-by: Andrew Opalach --- src/mixer/mixer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mixer') diff --git a/src/mixer/mixer.h b/src/mixer/mixer.h index 8c14ea1..7f443ea 100644 --- a/src/mixer/mixer.h +++ b/src/mixer/mixer.h @@ -10,10 +10,10 @@ #include "../codec/codec.h" #ifdef CAMU_MIXER_THREADED -// Do we need to lock in order to synchronize the mixers paused state. -// Disabling this is a very specific optimization to allow the audio device to -// buffer data during start(). It requires pause(), resume(), and remove_buffer() -// to all come from the same thread. +// Do we need a lock in order to synchronize the mixers paused state. +// Disabling this is a very specific optimization to allow the audio device to buffer +// data during start(). It requires pause(), resume(), and remove_buffer() to all +// come from the same thread. //#define CAMU_MIXER_THREADED_START_STOP #endif -- cgit v1.2.3-101-g0448