Some parts of this message have been removed.
Learn more about Nabble's security policy.
Avi,
We are using a C# wrapper around portaudio
for our software which is used by thousands – www.flex-radio.com.
It works, but it probably isn’t the cleanest wrapper possible. For
example, it is currently limited to just 2 audio streams. Our code is
open source, so you’re welcome to poke around. Look for the
portaudio folder and portaudio.cs under console. Our callbacks are in
audio.cs.