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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 36 additions and 9 deletions

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,