Looking for a library to synthesize sounds from soundfonts

2.2k Views Asked by At

Im looking for a library that can synthesize sounds from soundfonts / sound banks

Preferably in C#, but other programming languages are fine too

Maybe a video game library can do this? Need suggestions

1

There are 1 best solutions below

5
On

The NAudio library will read and play sound fonts in .NET. Check it out on codeplex here.