We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62d71e commit 8c3dbf5Copy full SHA for 8c3dbf5
src/AudioTools/CoreAudio/AudioIO.h
@@ -127,8 +127,7 @@ class TransformationReader {
127
Vector<uint8_t> buffer{0}; // we allocate memory only when needed
128
T *p_transform = nullptr;
129
bool active = false;
130
- int result_queue_factor = 10;
131
- int result_queue_size = 0;
+ int result_queue_factor = 5;
132
133
/// Makes sure that the data is written to the array
134
/// @param data
0 commit comments