-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Milestone
Description
This should run in Mono, in theory, except for the audio API. NAudio relies on WASAPI and/or other windows-only libraries to get audio out of the speakers. Look into another audio library. I think maybe PortAudio would be best, I think it has .NET bindings somewhere, otherwise, possible BASS.NET, although that is non-free. If anyone knows of some other audio APIs, I am all ears.