SFML community forums

Help => Audio => Topic started by: Austech on November 21, 2009, 07:36:40 pm

Title: Is there a way to Change Pitch while having the same speed
Post by: Austech on November 21, 2009, 07:36:40 pm
I'm messing with the audio part of the SFML library. And one of the functions called SetPitch() I have a question about. Is there a way to change a pitch of the sound without changing the speed? Because when I do it it speeds it up or down depending on the value I give it.

Thanks in advanced.
Title: Is there a way to Change Pitch while having the same speed
Post by: Laurent on November 21, 2009, 08:04:07 pm
No. As far as I know, changing the pitch independently of the speed requires a more complex algorithm that OpenAL doesn't implement.
Title: Is there a way to Change Pitch while having the same speed
Post by: Austech on November 21, 2009, 08:18:15 pm
Oh, well thank you for your reply.  :D