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 7cdec51 commit 767563bCopy full SHA for 767563b
src/AudioTools/AudioStreamsConverter.h
@@ -45,7 +45,7 @@ class ChannelFormatConverterStreamT : public ReformatBaseStream {
45
return p_print->write(data, len);
46
}
47
size_t resultBytes = convert(data, len);
48
- assert(resultBytes = factor * len);
+ //assert(resultBytes == factor * len);
49
p_print->write((uint8_t *)buffer.data(), resultBytes);
50
return len;
51
0 commit comments