Skip to content
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

audio: allow specifying pitch correction filter #12479

Closed
wants to merge 1 commit into from

Conversation

llyyr
Copy link
Contributor

@llyyr llyyr commented Sep 25, 2023

Currently, the audio-pitch-correction flag is a bool which automatically inserts "scaletempo2" when needed. This hard default doesn't allow any nice way to insert the "rubberband" filter instead.

This commit plumbs a way to get the filter name to auto_filters, and changes audio-pitch-correction to accept
<no|rubberband|scaletempo2|yes>. "yes" is kept to not break configs suddenly, and is aliased to scaletempo2.

@github-actions
Copy link

github-actions bot commented Sep 25, 2023

Download the artifacts for this pull request:

Windows

DOCS/man/options.rst Outdated Show resolved Hide resolved
Currently, the `audio-pitch-correction` flag is a bool which
automatically inserts "scaletempo2" when needed. This hard default
doesn't allow any nice way to insert the "rubberband" filter instead.

This commit plumbs a way to get the filter name to auto_filters, and
changes `audio-pitch-correction` to accept
<no|rubberband|scaletempo2|yes>. "yes" is kept to not break configs
suddenly, and is aliased to scaletempo2.
@llyyr
Copy link
Contributor Author

llyyr commented Sep 25, 2023

I missed an incredibly obvious and simple solution. See comment on #12474

@llyyr llyyr closed this Sep 25, 2023
@llyyr llyyr deleted the pitch-correction branch September 18, 2024 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants