-
Hi there. is there any option to change playback speed to 0.9x or 0.8x without lowering the playback pitch at the same time? thank you for your answers |
Beta Was this translation helpful? Give feedback.
Answered by
alnitak
Aug 5, 2024
Replies: 1 comment 4 replies
-
Please, take a look at the doc here |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The pitch filter has been added. You can try it using the
pitch
branch. In theexample/lib/filters
you can find the example which uses the pitch filter and a way to modify the speed without changing the pitch. By looking at that example you will have a clearer idea of how the pitch works.