-
-
Notifications
You must be signed in to change notification settings - Fork 290
feat: add 'preservePitch' toggle to playback speed "dropdown" #1243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
i'm not a collaborator/reviewer, but i think this option should only be shown if using web player |
Preserve pitch words both for the webplayer and the mpv player, assuming you're thinking preserve pitch only works for the web player. |
I'm sure it's possible to add it for MPV, but the option was only implemented for web and is hidden from settings when MPV is chosen (I implemented this feature originally) |
Feishin_5ZxGYsuZn8.mp4buhh? |
|
Ohhh im blind, lemme test |
|
Okay, I updated it. I had thought that the web audio toggle WAS the switcher for Mpv or the web player, but I was extremely blind lol |

This PR adds the 'preservePitch' setting to the "dropdown" (dropup). I've found myself (as well as a few other friends who use Feishin) wanting a toggle for this quickly accessible in the dropup menu, so I thought I would PR it.
This only shows when the web player is selected. It does not show for the Mpv player.
I'm not sure the way I'm doing this is up to par with what standards are being used in this codebase. I could abstract the settings part and make it similar to
useSetCurrentSpeed?