diff --git a/src/lms/ui/MediaPlayer.hpp b/src/lms/ui/MediaPlayer.hpp index 6150756c..1b78e192 100644 --- a/src/lms/ui/MediaPlayer.hpp +++ b/src/lms/ui/MediaPlayer.hpp @@ -68,21 +68,13 @@ class MediaPlayer : public Wt::WTemplate Release = 3, }; - enum class ClippingPreventionMode - { - None = 0, - LowerVolume = 1, - }; - static inline constexpr Mode defaultMode {Mode::None}; static inline constexpr Gain defaultPreAmpGain {}; static inline constexpr Gain minPreAmpGain {-15}; static inline constexpr Gain maxPreAmpGain {15}; - static inline constexpr ClippingPreventionMode defaultClippingPreventionMode {ClippingPreventionMode::None}; Mode mode; Gain preAmpGain; - ClippingPreventionMode clippingPreventionMode; }; Transcode transcode;