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 6f8d7bc commit c38ef97Copy full SHA for c38ef97
src/SilenceRemovalStream.h
@@ -56,7 +56,7 @@ class SilenceRemovalStream : public audio_tools::AudioStreamX {
56
p_out->write(buffer, write_size);
57
LOGI("filtered silence from %d -> %d", (int)size, (int)write_size);
58
59
- // calculate negative offset for next run
+ // number of empty samples of prior buffer
60
priorLastAudioPos = findLastAudioPos(audio, sample_count - 1);
61
62
// return processed data size
0 commit comments