public override void SetListenerPosition(Vector3 position) { AlNative.alListener3f(AlNative.AL_POSITION, position.X, position.Y, position.Z); ALEngine.checkAlError(); }