add preserve pitch option (#972)

This commit is contained in:
Lyall
2025-06-28 21:18:08 +01:00
committed by GitHub
parent c382e01f64
commit 81ca6937bc
4 changed files with 36 additions and 9 deletions
+2
View File
@@ -281,6 +281,7 @@ export interface SettingsState {
mpvExtraParameters: string[];
mpvProperties: MpvSettings;
muted: boolean;
preservePitch: boolean;
scrobble: {
enabled: boolean;
scrobbleAtDuration: number;
@@ -473,6 +474,7 @@ const initialState: SettingsState = {
replayGainPreampDB: 0,
},
muted: false,
preservePitch: true,
scrobble: {
enabled: true,
scrobbleAtDuration: 240,