AutoHotkey Community

It is currently May 27th, 2012, 3:38 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: SoundSet,70,Stereo MIX:2
PostPosted: November 2nd, 2005, 2:28 pm 
Offline

Joined: April 19th, 2005, 10:26 am
Posts: 2249
Location: switzerland
Hello Chris,
I have a soundcard Avance AC97 Audio
is it possible use the slider Stereo Mix ?
in record mode I can't select the sliders ON/OFF
example:
Code:
;Avance AC97 Audio
run,sndvol32.exe
F9::
soundset,+1,MICROPHONE:2,mute   ;ON/OFF recording don't work
soundset,+1,MICROPHONE:1,mute   ;ON/OFF playback work
SoundSet,40,MICROPHONE:2        ;recording work
;SoundSet,70,Stereo MIX:2        ;at recording missing Stereo Mix slider
return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 2nd, 2005, 3:34 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
If you haven't already, you might want to run the analysis script at the bottom of the SoundSet page. Ensure you haven't missed any obvious settings.

But chances are, it just isn't supported. There is an item on the to-do list to support balance between channels (which is commonly shown in a mixer panel as a horizontal slider called "balance"). However, it's not a very high priority compared to other tasks. So it might be best to check if there are any command line utilities to do it, or a means of doing it with DllCall.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 2nd, 2005, 8:08 pm 
Offline

Joined: April 19th, 2005, 10:26 am
Posts: 2249
Location: switzerland
Thank you very much Chris,
I find out with your script
StereoMix > Analog:8
Now it works for me

I just didn`t find how to activate the channel in Record mode (usually activ)
F10::
soundset, 0,ANALOG:8,mute ;ON/OFF don`t work , I should activate only one channel
SoundSet,50,ANALOG:8 ;Stereo Mix recording work
return

made small modifications in script to see what I changed:
Gui, Add, Listview, w400 h600 vMyListView, Component Type|Control Type|Setting|Mixer
run,sndvol32
settimer,test,5000
return
TEST:
LV_DELETE()
LV_ModifyCol(4, "Integer")
......


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group