sobotka / olive

NLE video editor
GNU General Public License v3.0
2 stars 1 forks source link

[TODO] Implement maintaining audio pitch when changing speed #104

Open itsmattkc opened 4 years ago

itsmattkc commented 4 years ago

General TODO Summary It's possible to change the speed of a video and audio clip, but the audio will always pitch up/down when done. At the user's request, Olive can utilize an algorithm to change the "tempo" of audio while maintaining the pitch.

Additional Information / Notes Olive actually already has this functionality when using shuttle left/right (no matter what speed, the audio pitch will be maintained). Just a matter of re-purposing this code into the render pipeline (and also probably enforcing whole-block re-renders to avoid clicks and pops).