Firelight Technologies FMOD Studio API
Sets the channel frequency or playback rate, in Hz.
FMOD_RESULT Channel::setFrequency(
float frequency
);
FMOD_RESULT FMOD_Channel_SetFrequency(
FMOD_CHANNEL *channel,
float frequency
);
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
When a sound is played, it plays at the default frequency of the sound which can be set by Sound::setDefaults.
For most file formats, the default frequency is determined by the audio format.
Version 1.03.06 Built on Apr 17, 2014