| Author |
Message |
Topic: Vista Audio Control Functions v2.1 |
Washburn
Replies: 148
Views: 47140
|
Forum: Scripts & Functions Posted: Wed Jan 21, 2009 2:55 pm Subject: Vista Audio Control Functions v2.1 |
| That's a good refinement. I don't have to run a loop to find the device. It's alot more efficient. Thanks for your suggestion. |
Topic: Vista Audio Control Functions v2.1 |
Washburn
Replies: 148
Views: 47140
|
Forum: Scripts & Functions Posted: Tue Jan 20, 2009 10:36 pm Subject: Vista Audio Control Functions v2.1 |
| I tested your code and I need to stick with my version since I actually have three microphones, which are used for Intercom communication. Two are Logitech, and one is the Realtek HD Audio microphone. ... |
Topic: Set Stereo Mix volume and mute from the Sound dialog |
Washburn
Replies: 4
Views: 1728
|
Forum: Ask for Help Posted: Tue Jan 20, 2009 5:11 pm Subject: Set Stereo Mix volume and mute from the Sound dialog |
| Look at the thread in the Scripts & Functions forum titled "Vista Audio Control Functions v2.0". I added a code solution to set the volume and mute values for the microphone and stereo m ... |
Topic: Stereo Mix Keyword |
Washburn
Replies: 2
Views: 771
|
Forum: Ask for Help Posted: Tue Jan 20, 2009 5:09 pm Subject: Stereo Mix Keyword |
| Look at the thread in the Scripts & Functions forum titled "Vista Audio Control Functions v2.0". I added a code solution to set the volume and mute values for the microphone and stereo m ... |
Topic: Setting microphone and stereo mix using SoundSet() function |
Washburn
Replies: 5
Views: 1962
|
Forum: Ask for Help Posted: Tue Jan 20, 2009 5:08 pm Subject: Setting microphone and stereo mix using SoundSet() function |
| Look at the thread in the Scripts & Functions forum titled "Vista Audio Control Functions v2.0". I added a code solution to set the volume and mute values for the microphone and stereo m ... |
Topic: Realtek HD Audio Stereo Mix and Microphone on Vista machine |
Washburn
Replies: 1
Views: 1185
|
Forum: Ask for Help Posted: Tue Jan 20, 2009 5:07 pm Subject: Realtek HD Audio Stereo Mix and Microphone on Vista machine |
| Look at the thread in the Scripts & Functions forum titled "Vista Audio Control Functions v2.0". I added a code solution to set the volume and mute values for the microphone and stereo m ... |
Topic: Vista Audio Control Functions v2.1 |
Washburn
Replies: 148
Views: 47140
|
Forum: Scripts & Functions Posted: Tue Jan 20, 2009 4:53 pm Subject: Vista Audio Control Functions v2.1 |
Hi Lexikos,
Here is what I figured out with my next step. Once I knew that "capture:4" worked for the device description, I used that to create a script test to get the device name, which ... |
Topic: Vista Audio Control Functions v2.1 |
Washburn
Replies: 148
Views: 47140
|
Forum: Scripts & Functions Posted: Mon Jan 19, 2009 10:28 pm Subject: Vista Audio Control Functions v2.1 |
I was able to set the microphone volume and mute by using the following code:
#NoEnv
COM_CoInitialize()
VA_SetVolume(100.0,1,1,"Stereo Mix:1")
VA_SetVolume ... |
Topic: Vista Audio Control Functions v2.1 |
Washburn
Replies: 148
Views: 47140
|
Forum: Scripts & Functions Posted: Mon Jan 19, 2009 6:35 pm Subject: Use VA library to set volume and mute |
| I used the VA library to set volume and mute for the Stereo Mix and Microphone on a box with the Vista OS. I was able to get the Stereo Mix to work, but not able to get the Microphone to work. I tried ... |
Topic: Realtek HD Audio Stereo Mix and Microphone on Vista machine |
Washburn
Replies: 1
Views: 1185
|
Forum: Ask for Help Posted: Fri Jan 16, 2009 4:15 pm Subject: Realtek HD Audio Stereo Mix and Microphone on Vista machine |
| I have a script that I am using on a Vista machine in the Sound dialog, which can be accessed by clicking the white speaker in the lower right corner of the windows screen in the tray. I am putting to ... |
Topic: Setting microphone and stereo mix using SoundSet() function |
Washburn
Replies: 5
Views: 1962
|
Forum: Ask for Help Posted: Mon Jan 05, 2009 7:31 pm Subject: Setting microphone and stereo mix using SoundSet() function |
| Thanks, I checked out the Vista SoundSet example that you pointed out and it looks like it may do the trick. I haven't implemented anything yet because I have been moved to a more urgent issue. I will ... |
Topic: Setting microphone and stereo mix using SoundSet() function |
Washburn
Replies: 5
Views: 1962
|
Forum: Ask for Help Posted: Mon Jan 05, 2009 2:51 pm Subject: Setting microphone and stereo mix using SoundSet() function |
Garry,
You have told me about this before, but for my case with Vista I have tried it and it doesn't seem to work. I need to find another way to accomplish this. If you have any other ideas or sugg ... |
Topic: Setting microphone and stereo mix using SoundSet() function |
Washburn
Replies: 5
Views: 1962
|
Forum: Ask for Help Posted: Wed Dec 31, 2008 4:09 pm Subject: Setting microphone and stereo mix using SoundSet() function |
| I just have two more issues to figure out. How to access the microphone and stereo mix devices in AutoHotkey. I used the MICROPHONE keyword in the SoundSet function call, but it didn't do anything to ... |
Topic: Stereo Mix Keyword |
Washburn
Replies: 2
Views: 771
|
Forum: Ask for Help Posted: Fri Dec 19, 2008 4:57 pm Subject: Stereo Mix Keyword |
This is a great product and I am using it in conjunction with AutoIt.
I think I can set all my device volumes and mute settings using this, but I need help with being able to set the Stereo Mix vo ... |
Topic: Stereo Mix Keyword |
Washburn
Replies: 2
Views: 771
|
Forum: Ask for Help Posted: Fri Dec 19, 2008 3:59 pm Subject: Stereo Mix Keyword |
When using SoundGet or SoundSet there are many keywords for the ComponentType. Ex. LINE, MICROPHONE,WAV,HEADPHONES,etc.
Is there a keyword for Stereo Mix, such as STEREOMIX or PCSTEREOMIX, so I c ... |
| |