Function rust_raylib::ffi::SetSoundPitch
source · pub unsafe extern "C" fn SetSoundPitch(sound: Sound, pitch: c_float)
Expand description
Set pitch for a sound (1.0 is base level)
pub unsafe extern "C" fn SetSoundPitch(sound: Sound, pitch: c_float)
Set pitch for a sound (1.0 is base level)