Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a library to synthesize sounds from soundfonts [closed]

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

like image 334
Amy Avatar asked Feb 26 '10 22:02

Amy


1 Answers

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

like image 131
James Kolpack Avatar answered Oct 13 '22 11:10

James Kolpack