Skip to content

Commit

Permalink
Update analyzersilence.h
Browse files Browse the repository at this point in the history
Yet more code style issues (Space at end of line.)
  • Loading branch information
davidlmorris committed Oct 10, 2024
1 parent eaa9f8e commit 134d99b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/analyzer/analyzersilence.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ class AnalyzerSilence : public Analyzer {
UserSettings* pConfig);
static void setupOutroCue(Track* pTrack, mixxx::audio::FramePos lastSoundPosition);

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

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

Expand Down

0 comments on commit 134d99b

Please sign in to comment.