Skip to content

Commit c38ef97

Browse files
committed
SilanceRemoval
1 parent 6f8d7bc commit c38ef97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SilenceRemovalStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class SilenceRemovalStream : public audio_tools::AudioStreamX {
5656
p_out->write(buffer, write_size);
5757
LOGI("filtered silence from %d -> %d", (int)size, (int)write_size);
5858

59-
// calculate negative offset for next run
59+
// number of empty samples of prior buffer
6060
priorLastAudioPos = findLastAudioPos(audio, sample_count - 1);
6161

6262
// return processed data size

0 commit comments

Comments
 (0)