C# Audio Library

I was programming a C# Windows Program which was supposed to be streaming audio from the web.

We had severe problems *finding good libraries *with good documentation *which worked (good).

If you’re looking for a C# Audio Library,

check out fmod Ex. That’s the one we stick with now.

By installing it will give you quite a number of example programs, so code-checking and/or learning by doing shouldn’t be a problem.

We were able to implement everything we needed basing it on the examples alone.

It’s C but has C# and Java Wrappers, so you can still use it. 🙂 (C# only in 32-bit version)

Oh, it’s multi-platform and also available for (game)consoles.