We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c116064 commit b0c3897Copy full SHA for b0c3897
src/SimulationFramework.Desktop/Audio/DesktopAudioProvider.cs
@@ -1,6 +1,7 @@
1
using SimulationFramework.Components;
2
using SimulationFramework.Messaging;
3
using Silk.NET.OpenAL;
4
+using System;
5
6
namespace SimulationFramework.Desktop.Audio;
7
internal unsafe class DesktopAudioProvider : IAudioProvider
src/SimulationFramework.Desktop/Audio/DesktopSound.cs
using NAudio.Vorbis;
using NAudio.Wave;
using System.IO;
0 commit comments