Skip to content

atsushieno/nfluidsynth

Folders and files

NameName
Last commit message
Last commit date
May 22, 2020
Feb 1, 2021
Feb 1, 2021
Feb 1, 2021
Feb 1, 2021
Apr 12, 2022
Sep 22, 2019
Apr 9, 2019
Dec 22, 2014
Sep 21, 2019
Sep 21, 2019
Apr 9, 2019
Feb 1, 2021

Repository files navigation

What is this?

nfluidsynth is a C# binding for fluidsynth.

It is a P/Invoke wrapper, therefore you need native libfluidsynth.so / libfluidsynth.dylib / (lib)fluidsynth.dll. nfluidsynth builds and packages don't come up with those native libraries, so you are supposed to prepare them by yourself (at least for now).

The target API is fluidsynth 2.0.x. The API mappings may not be complete (contributions are welcome).

For real-world-ish use case, see fluidsynth-midi-service.

soundfont-player-cs might become another use case but it is very immature private hack.