How to create a virtual audio device and stream audio input with it
Posted
by
Steven Rosato
on Super User
See other posts from Super User
or by Steven Rosato
Published on 2010-03-08T20:22:33Z
Indexed on
2014/06/08
21:31 UTC
Read the original article
Hit count: 423
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).
© Super User or respective owner