File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments