Closed xielock1 closed 1 year ago
I noticed that miniaudio has an API to modify the sound pitch, but trying this effect will change the playback speed of the original sound. Is there a way to only change the pitch without changing the speed?
No, there's no built-in way to do this in miniaudio. You would need to implement a custom effect to do this and plug it into the node graph.
I noticed that miniaudio has an API to modify the sound pitch, but trying this effect will change the playback speed of the original sound. Is there a way to only change the pitch without changing the speed?