namespace Harmonia.Core.Engine; public enum AudioPlaybackState { Stopped, Playing, Stalled, Paused }