/// <summary> /// Creates an Audio object /// </summary> public AudioObject() : this(NativeAudioSystem.CreateAudioObject()) { }