Skip to content

Commit

Permalink
2 audio play threads
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 25, 2023
1 parent 567bb76 commit c219a6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class AudioSelectOutBox

final static CustomSemaphore semaphore_audio_out_convert = new CustomSemaphore(1);
static int semaphore_audio_out_convert_active_threads = 0;
static int semaphore_audio_out_convert_max_active_threads = 1;
static int semaphore_audio_out_convert_max_active_threads = 2;
final static CustomSemaphore semaphore_audio_device_changes = new CustomSemaphore(1);

final static int SAMPLE_RATE_DEFAULT = 48000;
Expand Down

0 comments on commit c219a6c

Please sign in to comment.