namespace RecrownedAthenaeum.Audio { public enum SupportedFormats { WAV, MP3 } }