Skip to content

Commit

Permalink
result_queue_factor 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Dec 9, 2024
1 parent c62d71e commit 8c3dbf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AudioTools/CoreAudio/AudioIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ class TransformationReader {
Vector<uint8_t> buffer{0}; // we allocate memory only when needed
T *p_transform = nullptr;
bool active = false;
int result_queue_factor = 10;
int result_queue_size = 0;
int result_queue_factor = 5;

/// Makes sure that the data is written to the array
/// @param data
Expand Down

0 comments on commit 8c3dbf5

Please sign in to comment.