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