topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday June 21, 2025, 3:38 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: [1]
1
Finished Programs / Re: DONE: Script help request
« Last post by Learning on January 04, 2010, 09:44 AM »
Are you going to use AutoHotkey for your script?

right
2
Finished Programs / DONE: Script help request
« Last post by Learning on January 04, 2010, 07:30 AM »
Hello all

I want to write a little script to display a message box that has a title,message and YES,NO buttons

and when the yes button is pressed the script will start downloading a program from a web link

that's all

thanks in advance
3
Post New Requests Here / Re: IDEA: Microphone enabler
« Last post by Learning on May 28, 2009, 08:58 PM »
to remember  :)
4
Post New Requests Here / Re: IDEA: Microphone enabler
« Last post by Learning on April 04, 2009, 03:23 PM »
Staying tuned  :)
5
Post New Requests Here / Re: IDEA: Microphone enabler
« Last post by Learning on April 03, 2009, 09:44 PM »
Maybe best choice is Visual basic 6 I just don't know how to start  :(
6
Post New Requests Here / Re: IDEA: Microphone enabler
« Last post by Learning on April 02, 2009, 11:34 PM »
Please take a look at this script:


#SingleInstance force

SoundGet,micvo,Microphone:2,Volume
If micvol=<90
{
  SoundSet,0,Microphone:2,On
  SoundSet,85,Microphone:2,Volume
}
Else
  SoundSet,85,Microphone:2,Volume
  SoundSet,0,Microphone:2,On

ExitApp

this script is not doing any thing to the recording panel, but when I change Microphone:2 to Microphone:1 it works perfectly on the playback panel exactly the way I want it.

I just don't know how to call the recording commands

Regards
7
Post New Requests Here / Re: IDEA: Microphone enabler
« Last post by Learning on April 02, 2009, 11:23 PM »
well ...

the first code to the left gave out (error:0)

the second code to the right gave (error: Mixer doesn't have that many of that component type)

My sound card is Realtek High Definition Audio

and i just have one built in mic

I noticed that recording control panel doesn't have mute option but only select option, I wonder if this has anything to do with this task  :)


Thanks a lot
8
Post New Requests Here / Re: IDEA: Microphone enabler
« Last post by Learning on April 02, 2009, 08:44 PM »
here you go

http://i597.photobucket.com/albums/tt54/Learn_me/soundval.jpg
9
Post New Requests Here / Re: IDEA: Microphone enabler
« Last post by Learning on April 02, 2009, 07:46 AM »
lanux128

The new values are not doing anything to both control panels, playback and recording

maybe something is missing

Thanks a lot for your great share
10
Post New Requests Here / Re: IDEA: Microphone enabler
« Last post by Learning on April 01, 2009, 10:36 AM »
Sorry about my last reply

It's working fine now :Thmbsup: Thanks lanux128  :)

but still not what I was looking for. because the script is only effecting the playback control panel of the sound card and not the recording panel which I am interested in.
11
Post New Requests Here / Re: IDEA: Microphone enabler
« Last post by Learning on April 01, 2009, 10:15 AM »
nite_monkey, lanux128

I appreciate your kindness and efforts to help me

I recompiled the script of Push to Talk over and over,with the suggested values but it turned out to be not doing anything at all  :tellme:

it's not making any errors though

I wonder what went wrong.



Thanks again

12
Post New Requests Here / Re: IDEA: Microphone enabler
« Last post by Learning on April 01, 2009, 05:34 AM »
Skrommel has written two scripts relating to this..

MicMute - toggles the microphone's input volume between 0% and 100%.
PushToTalk - Press and hold Win+S to activate the microphone, release to disable.

both can be found here at Skrommel Software.

I already have checked those two before starting this thread

MicMute wont unmute the mic
PushToTalk needs to be loaded and win-s to be pressed in order to activate the mic

that's not what im looking for  :)

I am looking for a little progy that when double clicked do two things:

1- unmute the mic (if found to be muted)
2- raise the mic volume up

thanks for the efforts
13
Post New Requests Here / Re: IDEA: Microphone enabler
« Last post by Learning on April 01, 2009, 04:21 AM »
By enable, I assume you mean "unmute", right?  Also, what do you want to raise the volume to?  100%?  75%?

Right unmute

for the mic volume I think 85% would be great

Thanks
14
Post New Requests Here / IDEA: Microphone enabler
« Last post by Learning on April 01, 2009, 02:00 AM »
hi all

a simple utility for people with less computer knowledge, that can enable the mic and raise mic volume up when double clicked

that's all

thanks
Pages: [1]