void SetSoundPitch( SoundD sound, num pitch, ) => run( () => 'SetSoundPitch($sound, $pitch)', () => rl.Audio.SetSoundPitch( _refSound1(sound).ref, pitch.toDouble(), ), );