Refactoring complete. Everything works as before
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using NAudio.Wave;
|
||||
using Core.Interfaces;
|
||||
using System;
|
||||
|
||||
namespace Desktop
|
||||
{
|
||||
public class BeeperDevice
|
||||
|
||||
public class BeeperDevice : IAudioDevice
|
||||
{
|
||||
private WaveOutEvent _waveOut;
|
||||
private BufferedWaveProvider _buffer;
|
||||
|
||||
Reference in New Issue
Block a user