Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 926 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 926 Bytes

libsoundio-sharp

libsoundio-sharp is a C# wrapper for libsoundio cross-platform audio I/O library. See what's cool at the website. Namely it is...

  • cross-platform among various desktop platforms (Windows/Mac/Linux).
  • modern features (device detection, channel layouts)
  • C-based easy bindable API

.NET platforms lack cross-platform audio I/O solution and therefore C# is still not applied in this area. libsoundio-sharp is created to change it.

libsoundio-sharp makes use of nclang PInvokeGenerator. It is on top of completely generated code without any changes.

libsoundio-sharp is verified to work on Mono on Linux, and supposed to work on .NET Framework and .NET Core.

The library is provided under the MIT License. Samples are ported from libsoundio which is largely attributed to Andrew Kelley (the original libsoundio author).