Is it possible to create another audio device and redirect only wanted input streams to it?

Here's my concrete problem:

I am broadcasting a game via XFire and it uses the Windows audio device to capture any audio I receive. As I am broadcasting, other users who watch the video stream are communicating with me over Skype, and they hear themselves back within the video stream and it is entirely logical since I am broadcasting the audio I hear.

What I want to do is create another audio device within Windows and redirect (pipe) ONLY the audio input from that game and not the input reveived from Skype. I would then tell XFire to use that newly created "virtual" audio device to broadcast and therefore my partners won't hear themselves back.

Is there any software that can do that or can it be achieved natively with Windows? (I am under Windows 7).

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

Give a try to Virtual Audio Cable. It creates virtual audio cards and let you route sound from outputs to inputs using virtual cables.

alt text

It runs with Windows 7. It's not free but there is a trial version, so you can check if it can do what you need.

link|improve this answer
That is exacly what I needed! Though I would like a similar application that is free. It always says "Trial" while waving the audio which is quite irritating. Do you know any free alternatives? – Steven Rosato Mar 9 '10 at 0:36
Not that I know of, sorry. – Snark Mar 9 '10 at 6:28
feedback

You don't need it for Linux as most Linux distributions come with PulseAudio these days and you can create a virtual audio device for FREE and do what you want.

link|improve this answer
Yeah pretty neat indeed as it is what I am using on my main linux system, but of course XFire is on Windows and I needed to find an alternative to it :) – Steven Rosato Sep 29 '10 at 15:59
feedback

Your Answer

 
or
required, but never shown

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