diff --git a/playback/src/config.rs b/playback/src/config.rs index ca17837a..0a44853f 100644 --- a/playback/src/config.rs +++ b/playback/src/config.rs @@ -35,9 +35,9 @@ const FOUR_TIMES_PI: f64 = 4.0 * std::f64::consts::PI; #[derive(Clone, Copy, Debug, Default)] pub enum InterpolationQuality { - #[default] Low, Medium, + #[default] High, } diff --git a/src/main.rs b/src/main.rs index 8e6d7fad..0b7d10ae 100644 --- a/src/main.rs +++ b/src/main.rs @@ -582,7 +582,7 @@ fn get_setup() -> Setup { ).optopt( "", INTERPOLATION_QUALITY, - "Interpolation Quality to use if Resampling {Low|Medium|High}. Defaults to Low.", + "Interpolation Quality to use if Resampling {Low|Medium|High}. Defaults to High.", "QUALITY" ).optopt( "",