Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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).

share|improve this question

3 Answers

up vote 3 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.

share|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

Virtual Audio Streaming worked for me without that silly "Trial" speech in the middle of my recording.

Virtual Audio Streaming can record ALL sounds that played from your computer. It is done by our kernel-mode virtual audio card driver to ensure the recording quality

Hope this helps if you're still looking for this!

alternativeto.net is a great resource for alternatives to software like this. I wanted to do the same thing as you, so that I could record an MP3 as a voicemail for Google Voice. With that site I found this software that functions essentially the same as Virtual Audio Cable.

share|improve this answer

https://github.com/rdp/virtual-audio-capture-grabber-device is my attempt at one. Free! :) see also ffsplit which may have something similar.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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