I'm looking for any information and pointers that could help me in the development of a virtual sound card for Windows.

This includes:

  • Open source projects (both complete solution or library)
  • Commercial libraries (must be redistributable, even with a fee)
  • Complete solution (see below) which parts can be redistributed.

I will value more any article, book, website that will help a developer to build his own solution.

Here is a complete solution I found, but it's not redistributable.

link|improve this question

64% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Pierre, somewhat related code (under GNU GPL) can be found here:

http://dork.clingman.org:8080/winesd

I guess it only uses way too old API, so this probably won't work on Win7.

As for commercial solutions, I am using Virtual Audio Streaming software:

http://www.virtualaudiostreaming.net

I didn't investigate in it's distribution aspects, though.

But judging by the description, this (another) software/developer should definitely support some kind of distribution, as they sell source code as well:

http://www.ntonyx.com/vac.htm

link|improve this answer
feedback

I'm not entirely sure if this is what you're looking for, but JACK might be a step in the right direction.

link|improve this answer
Yes that looks like what I'm looking for. I'll take a more deeper look into it. – Pierre Nov 28 '10 at 14:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.