Script to change something

Soldato
Joined
21 May 2010
Posts
3,448
Location
Digbeth
So, I want to be able to root my PS3 sound through my PC onto headphones for night-use. Problem is, I can only have 1 input active at a time and it's a PITA to keep changing it from 'mic' to 'optic' and back in the menu's. Is there a little script or batch file I can write to do this for me?
 
Short answer is NO!

Unfortunately there are no shortcuts when it comes to the windows sound system, I know because I have tried to do similar for the out put, the only thing i have found is called Audio Switch but that only does output devices :(
 
http://www.nirsoft.net/utils/nircmd.html

http://www.nirsoft.net/utils/nircmd2.html#using

setdefaultsounddevice [Device Name] {Role}

Set the default sound device on Windows 7/Vista/2008. The [Device Name] is the name of the device, as appeared in the sound devices list of windows, for example: Speakers, Line In, Microphone, and so on...
The {Role} parameter is optional and may countain one of the following values: 0 for Console (the default value), 1 for Multimedia, and 2 for Communications.
Examples:
setdefaultsounddevice "Line In"
setdefaultsounddevice "Microphone" 2

OR

The much easier tray icon app Audioswitch
 
Back
Top Bottom