feat: add 'preservePitch' toggle to playback speed "dropdown" (#1243)

* feat: add 'preservePitch' toggle to playback speed "dropdown"
This commit is contained in:
Chen Marisa 2025-11-06 09:10:17 +00:00 committed by GitHub
parent 18aebd6964
commit 8c539aaadc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 33 additions and 1 deletions

View file

@ -42,7 +42,7 @@
"dist/**/*": true
},
"i18n-ally.localesPaths": ["src/i18n", "src/i18n/locales"],
"typescript.tsdk": "node_modules\\typescript\\lib",
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.importModuleSpecifier": "non-relative",
"stylelint.config": null,
"stylelint.validate": ["css", "postcss"],