fix: make loop_count atomic and increase remove channel delay
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
@@ -21,7 +21,7 @@ struct channel_t {
|
||||
atomic_int state;
|
||||
int prev_state;
|
||||
float loop_buffer[LOOP_BUF_SIZE];
|
||||
int loop_count;
|
||||
atomic_int loop_count;
|
||||
int record_pos;
|
||||
int playback_pos;
|
||||
atomic_int active;
|
||||
|
||||
Reference in New Issue
Block a user