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-11-21 00:56:41 +00:00
|
|
|
|
namespace RhythmBullet.Audio
|
2018-11-19 01:09:28 +00:00
|
|
|
|
{
|
|
|
|
|
public enum SupportedFormats
|
|
|
|
|
{
|
|
|
|
|
WAV, MP3
|
|
|
|
|
}
|
|
|
|
|
}
|