We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedb27c commit 338a7f4Copy full SHA for 338a7f4
src/background_music/Loudness.h
@@ -43,7 +43,7 @@ struct Loudness
43
float weight = 0;
44
};
45
46
- static constexpr float get_weight(const float seconds)
+ static float get_weight(const float seconds)
47
{
48
const float relative = aud::clamp(seconds, perception_peak_seconds,
49
perception_center_seconds) /
0 commit comments