Skip to content

Commit

Permalink
rename truepeak selection to peak
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bradbury committed May 10, 2022
1 parent 401ce80 commit 3baac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clients/rt/LoudnessClient.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enum LoudnessParamIndex {
};

constexpr auto LoudnessParams = defineParameters(
ChoicesParam("select","Selection of Outputs","loudness","truepeak"),
ChoicesParam("select","Selection of Outputs","loudness","peak"),
EnumParam("kWeighting", "Apply K-Weighting", 1, "Off", "On"),
EnumParam("truePeak", "Compute True Peak", 1, "Off", "On"),
LongParam("windowSize", "Window Size", 1024, UpperLimit<kMaxWindowSize>()),
Expand Down

0 comments on commit 3baac1d

Please sign in to comment.