[SDL] SDL_Mixer and speed/pitch shift

E. Wing ewmailing at gmail.com
Sun Aug 5 23:55:15 PDT 2007


> Is there a way to implement pitch shift with SDL_Mixer? Or an
> alternate SDL library that would do that (but I also need midi/BGM
> support in the mixer)?

One alternative is OpenAL (+ SDL_sound to decode?). Pitch shifting is
easy in OpenAL, e.g.
alSourcef(mySource1, AL_PITCH, pitch_multiplier);

-Eric


More information about the SDL mailing list