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 8e7a625 commit 9d3e581Copy full SHA for 9d3e581
src/AudioTools/CoreAudio/StreamCopy.h
@@ -161,7 +161,7 @@ class StreamCopyT {
161
notifyMime(buffer.data(), bytes_to_read);
162
163
// convert data
164
- if (p_converter!=nullptr) p_converter->convert((uint8_t*)buffer.data(), result );
+ if (p_converter!=nullptr) p_converter->convert((uint8_t*)buffer.data(), bytes_read );
165
166
// write data
167
result = write(bytes_read, delayCount);
0 commit comments