2018-11-18 19:09:28 -06:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
2018-12-03 23:05:54 -06:00
|
|
|
|
namespace RecrownedAthenaeum.Audio
|
2018-11-18 19:09:28 -06:00
|
|
|
|
{
|
|
|
|
|
public enum SupportedFormats
|
|
|
|
|
{
|
|
|
|
|
WAV, MP3
|
|
|
|
|
}
|
|
|
|
|
}
|