tags:

views:

32

answers:

1

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  A: 

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

James Kolpack
As an aside - I owned a Sound Blaster AWE32 back in the day with fully upgraded memory for the purpose of playing midi files with large soundfonts. Ah, the good old days, now all of that can be done 10x better with virtual instruments and software samplers.
James Kolpack