(if it was hard to write, it should be hard to understand)
version: 0.19.1.41872 (released on 16/04/2006)
author: Riccardo Gerosa (aka h3)
license: (open source)
Download (outdated, use the link below and go to Google Code)
WARNING: this is an outdated page, this project has been moved to Google Code
About
This library provides .NET bindings for the portable low-latency
audio library PortAudio v.19.
The bindings are available directly through the PortAudio class,
or you can even use and a simplified higher-lever Audio class.
This library is being developed using C# under Linux/mono and then
tested also on other platforms (Windows/.NET only since now)
for maximum portability.
There is no "unsafe" code in this library.
Compiling
At the moment there is only a MonoDevelop 0.10 solution
(PortAudioSharp.mds), if you don't use MonoDevelop you have to
create your own project-files or make-scripts.
The solution contains two projects: The PortAudioSharp library
project and a simple test project PortAudioSharpTest.
Installing / Using