Skip to content

Commit

Permalink
Hopefully fixes multiline-comment warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
razterizer committed Sep 30, 2024
1 parent 10b9d08 commit b89d3e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions WaveformHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,12 +366,12 @@ namespace audio
}

// Compresses all samples above a certain threshold.
// /\ /\ |*
// /..\......../..\.v.. /^^\ /^^\
// /____\______/____\ => /____\____/____\
// \ / \ /
// ......\../.......... vv
// --
// /\ /\ |* |
// /..\......../..\.v.. /^^\ /^^\ |
// /____\______/____\ => /____\____/____\ |
// \ / \ / |
// ......\../.......... vv |
// -- |
// * : squeezed interval by factor upper_scale * (abs(sample) - upper_limit)
// for sample > upper_limit. Analogously for negative samples values.
// upper_limit <= 1 and upper_scale <= (normally).
Expand Down

0 comments on commit b89d3e2

Please sign in to comment.