soloud
soloud copied to clipboard
Change pitch of audio
Is it possible to change pitch without affecting the playback speed?
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.