Hi I am playing a sound effect in a cocos game using this method from SimpleAudioEngine
Is there a way to control the playback rate (speed up or slow down) of this audio at runtime.
int playEffect(const char* filePath, bool loop = false,
float pitch = 1.0f, float pan = 0.0f, float gain = 1.0f);