ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Audio output device manager

<< < (2/4) > >>

skrommel:
 :) But you would still have to restart the already running programs, wouldn't you? What is needed is a virtual soundcard.

Skrommel

Nod5:
lanux128,
"btw, how do you change the output device?"
Not sure what you mean here. This line in the script does it specifically:
RegWrite, REG_SZ, HKEY_CURRENT_USER, Software\Microsoft\Multimedia\Sound Mapper, Playback, %xnew%
After you change that (by just running the script), windows uses the specified device as default.
Maybe you meant recording device? If so, then there's a registry key that I think will work similarly (though I haven't tried it):
[HKEY_CURRENT_USER\Software\Microsoft\Multimedia\Sound Mapper]
"Record"="C-Media USB Headphone Set  "

skrommel, yes sadly the running programs must be restarted to be affected by the change. I've seen some programs that bypass the default device setting and choose output device on the fly but I don't know how to implement that in a script. One idea though: the trial for Virtual Audio Cable ( http://software.muzychenko.net/eng/vac.html#download ) includes the small tool audiorepeater.exe that can virtually sent audio from one device to another. Maybe a script could utilize that.

zYx:
Hi,

is it possible to do it in vista?

Thanks

Nod5:
zYx, did you try my AHK script above? I don't have Vista and so can't check if it works there (please post feedback here if you try it!)

In this ( https://www.donationcoder.com/forum/index.php?topic=3165.msg144877#msg144877 ) sibling thread an autoit script was posted that explicitly works in Vista so another alternative is to try that.

superboyac:
There's a freeware thing out there for this.  Let me try to remember and I'll post back.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version