soloud icon indicating copy to clipboard operation
soloud copied to clipboard

Change pitch of audio

Open prime31 opened this issue 4 years ago • 1 comments

Is it possible to change pitch without affecting the playback speed?

prime31 avatar Mar 15 '20 10:03 prime31

Yes, via a filter. Specifically, the FFTFilter would be capable of doing that. https://sol.gfxile.net/soloud/fftfilter.html However you need to implement your own variant, as sad in the link.

Green-Sky avatar Mar 18 '20 11:03 Green-Sky