You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if kira has this capability, but when I call set_playback_rate on my sound, I can speed up the sound, but the pitch change makes it sound strange. I want to be able to play the sound at 2x speed without changing the way the voice sounds (like speeding up youtube videos).
I'm an audio noob, so I can't express what I want in precise terminology, but I hope its clear what I'm after.
The text was updated successfully, but these errors were encountered:
yygrechka
changed the title
Feature Request: Play
Feature Request: PlaybackRate while having the pitch not modify voice.
Jan 15, 2024
A solution for this is #90, though phase vocoders are the most basic time stretching algorithm and do not sound particularly great. It would be nice to not have to reinvent the wheel, and use some established library to do this, however none of them are written in Rust and so we'd need to add FFI, which I don't think is right for Kira.
It is however perfectly reasonable to provide a third-party crate that integrates one into Kira, as the architecture allows it pretty easily. Never mind this can't be an effect since we're talking about changing the playback rate of a sound here.
I don't know if kira has this capability, but when I call set_playback_rate on my sound, I can speed up the sound, but the pitch change makes it sound strange. I want to be able to play the sound at 2x speed without changing the way the voice sounds (like speeding up youtube videos).
I'm an audio noob, so I can't express what I want in precise terminology, but I hope its clear what I'm after.
The text was updated successfully, but these errors were encountered: