internal static GameAudioSource Play(GameAudioBuffer buffer, bool inGame, float volume, float pitch, Vector position, bool loops)
 {
     return(device.Play(buffer, inGame, volume, pitch, position, loops));
 }