diff options
Diffstat (limited to 'src/mixer')
| -rw-r--r-- | src/mixer/mixer.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 |