viewtopic.php?f=18&t=740
i use this
Code:
taskkill /im audiorepeater.exe
start /min "audiorepeater" "%programfiles%\Virtual Audio Cable\audiorepeater.exe" /Autostart /Input: "Line 1 (Virtual Audio Cable" /Output: "Realtek HD Audio 2nd output (Re" /SamplingRate: 48000 /BufferMs: 120
start /min "audiorepeater" "%programfiles%\Virtual Audio Cable\audiorepeater.exe" /Autostart /Input: "Line 2 (Virtual Audio Cable)" /Output: "Realtek HD Audio 2nd output (Re" /SamplingRate: 48000 /BufferMs: 120
to have less audio lag (you have to find your bufferMs size, if I go under 120 sound crackling)
in my setup I have Mumble on Line2 and game on Line 1
the two line are Mixed to my usual output.
then on windows I put Line 1 to Windows Default Device (so the game out to Line 1)
if your application can use specific audio card its best, but in most case the application use Defaut Windows device
only the game sound is streamed (and windows sound)
(sorry for my really bad english)