refactors

This commit is contained in:
2019-01-22 19:31:15 -06:00
parent 2502556b33
commit 242d6013c0
11 changed files with 20 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
using NAudio.Wave;
using System;
namespace RecrownedAthenaeum.Audio
namespace RhythmBullet.Audio
{
internal class MusicController : IDisposable
{

View File

@@ -4,7 +4,7 @@ using System.Diagnostics;
using System.IO;
using System.Threading;
namespace RecrownedAthenaeum.Audio
namespace RhythmBullet.Audio
{
internal delegate void SearchListener(MusicList musicList);

View File

@@ -1,4 +1,4 @@
namespace RecrownedAthenaeum.Audio
namespace RhythmBullet.Audio
{
public enum SupportedFormats
{

View File

@@ -3,7 +3,7 @@ using NAudio.Dsp;
using NAudio.Wave;
using System;
namespace RecrownedAthenaeum.Audio
namespace RhythmBullet.Audio
{
public class TransparentSampleProvider : ISampleProvider
{