Anyway to make a executable file to switch sound profiles

Soldato
Joined
23 Nov 2009
Posts
6,038
Location
North Leicestershire
would like to have to desktop icons to switch between

onboard souncard for my speakers and my logitech cam mic. for when i talk to family etc on msn

then another profile which will switch to my soundcard for my kaves and the inbuilt mic

BAT files spring to mind but have no idea how to do it
 
I posted a solution to this a few days ago but it had already moved down to page 3.

http://forums.overclockers.co.uk/showthread.php?t=18244541

Not done anything with sound recording hardware but really shouldn't be that tricky to modify my examples to move across tabs of the applet.

I searched high and low for this sort of solution for months before I found this. I was just about to code something in vb before stumbling on this.
 
I posted a solution to this a few days ago but it had already moved down to page 3.

http://forums.overclockers.co.uk/showthread.php?t=18244541

Not done anything with sound recording hardware but really shouldn't be that tricky to modify my examples to move across tabs of the applet.

I searched high and low for this sort of solution for months before I found this. I was just about to code something in vb before stumbling on this.

Your a star mate

i modified them to selct 2nd playback and 1st recording and 4th playback and 10th recording.

once you understand it it's very easy to do.


Can you run these bat files with any program?
 
You could add the executable path to the end of the bat file and launch like that.

eg.
Code:
start C:\Users\Name\Desktop\mplayerc.exe

or

Code:
start C:\Program Files (x86)\VideoLAN\VLC\vlc.exe

Useful if you only switch devices for individual applications.
 
Back
Top Bottom