Refactoring complete. Everything works as before
This commit is contained in:
7
Core/Interfaces/IAudioDevice.cs
Normal file
7
Core/Interfaces/IAudioDevice.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Core.Interfaces
|
||||
{
|
||||
public interface IAudioDevice
|
||||
{
|
||||
void AddSample(bool isHigh);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user