atsushieno / libsoundio-sharp

cross platform audio I/O library wrapped in C# API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

cross platform audio I/O library wrapped in C# API

License:MIT License


Languages

Language:C# 99.0%Language:Makefile 1.0%