Skip to content

Commit 2129011

Browse files
committed
Update analyzersilence.h
Comment correction
1 parent 5c40e16 commit 2129011

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/analyzer/analyzersilence.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ class AnalyzerSilence : public Analyzer {
3535
static void setupOutroCue(Track* pTrack, mixxx::audio::FramePos lastSoundPosition);
3636

3737
/// returns the index of the first sample in the buffer that is above the
38-
/// fade out threshold (e.g. -20 dB) or samples.size() if no sample is found
39-
/// TODO CHeck if 'samples.size()' is actually meaningful in this context.
38+
/// fade in threshold (e.g. -27 dB).
4039
static SINT findLastFadeInChunk(std::span<const CSAMPLE> samples);
4140

42-
/// returns the index of the last sample in the buffer that is above that is
43-
/// above the fade out threshold (e.g. -20 dB) or samples.size() if no
41+
/// returns the index of the last sample in the buffer that is
42+
/// above the fade out threshold (e.g. -12 dB) or samples.size() if no
4443
/// sample is found
4544
static SINT findFirstFadeOutChunk(std::span<const CSAMPLE> samples);
4645

0 commit comments

Comments
 (0)