mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-08 07:46:23 +02:00
Add additional saveguards
This commit is contained in:
@@ -156,6 +156,7 @@ public class StreamingCommands(HostsManager hostsManager)
|
||||
|
||||
ApiManager.SendNotificationMessageNewLine($"File name: {fileName}");
|
||||
ApiManager.SendNotificationMessageNewLine($"Starting stream...");
|
||||
ApiManager.SendNotificationMessageNewLine("Controls: [p]lay, [s]top");
|
||||
|
||||
BufferedWaveProvider bufferedWaveProvider = new BufferedWaveProvider(new WaveFormat(sampleRate, bitsPerSample, channels));
|
||||
using WaveOutEvent player = new WaveOutEvent();
|
||||
|
||||
Reference in New Issue
Block a user