mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 20:06:25 +02:00

* audio: Cleanup SoundIO and fix OpenAL issue * fix tabs by spaces * Fix extra spaces * Fix SoundIO.cs * Fix ContainsAudioOutBuffer
13 lines
No EOL
183 B
C#
13 lines
No EOL
183 B
C#
namespace SoundIOSharp
|
|
{
|
|
public enum SoundIOBackend
|
|
{
|
|
None,
|
|
Jack,
|
|
PulseAudio,
|
|
Alsa,
|
|
CoreAudio,
|
|
Wasapi,
|
|
Dummy
|
|
}
|
|
} |