dragan Posted September 18, 2011 Share Posted September 18, 2011 If you ever watched a movie on PC you know how annoying it can be if explosions, shooting, fighting, car chasing are too loud and conversation between characters can be barely heard. I made this script to monitor master volume level and decrease or increase volume if necessary - Requires Stereo Mix in the recording options of your system to be enabled and set as default device. Script also requires plugin by wraithdu, and SoundQuery.au3 by Austin Beer, can be found (All requirements are included into attachment) Auto Volume Control.zip mLipok and JScript 2 Link to comment Share on other sites More sharing options...
Manko Posted September 22, 2011 Share Posted September 22, 2011 Sounds like a GREAT idea! (Dont do Vista though... only xp...) Keep up the good work! /Manko Yes i rush things! (I sorta do small bursts inbetween doing nothing.) Things I have rushed and reRushed:* ProDLLer - Process manager - Unload viri modules (dll) and moore...* _WinAPI_ProcessListOWNER_WTS() - Get Processes owner list...* _WinAPI_GetCommandLineFromPID() - Get commandline of target process...* _WinAPI_ThreadsnProcesses() Much info if expanded - optional Indented "Parent/Child"-style Processlist. Moore to come... eventually... Link to comment Share on other sites More sharing options...
NightCrawler86 Posted December 30, 2011 Share Posted December 30, 2011 Will this work for Windows 7? I watch tv and movies on my computer al the time, and what you descibe above is very tru. Voices are to soft, and exploions are hella loud. Link to comment Share on other sites More sharing options...
peter1175 Posted July 3, 2012 Share Posted July 3, 2012 Hi I tried compiling AVControl.au3 to exe file- it appears then disappears, but no error messages. How to make exe file from it? Link to comment Share on other sites More sharing options...
Hybrid Posted July 22, 2012 Share Posted July 22, 2012 Could I ask how did u put that icons on buttons? Thanks =) Link to comment Share on other sites More sharing options...
JScript Posted July 22, 2012 Share Posted July 22, 2012 (edited) Simple, see:#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> _Example() ; Example Func _Example() Local $iMsg GUICreate("My GUI", 320, 240) ; will create a dialog box that when displayed is centered GUICtrlCreateButton(" Button", 120, 100, 70, 23) ; Sets icon in the button! GUICtrlSetImage(-1, "shell32.dll", -234, 0) GUISetState(@SW_SHOW) ; will display an empty dialog box ; Run the GUI until the dialog is closed While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop WEnd GUIDelete() EndFunc ;==>Example1 Regards, João Carlos. Edited July 22, 2012 by JScript http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
nullschritt Posted August 1, 2012 Share Posted August 1, 2012 This seems like it would be a great idea, I will have to download it and try it out. I will leave any comments or suggestions soon. Link to comment Share on other sites More sharing options...
Belini Posted August 1, 2012 Share Posted August 1, 2012 I want to normalize the volume output of my audio files and video to 89dB, this script does it? My Codes: Virtual Key Code UDF: http://www.autoitscript.com/forum/topic/138246-virtual-key-code-udf/ GuiSplashTextOn.au3: http://www.autoitscript.com/forum/topic/143542-guisplashtexton-udf/ Menu versions of Autoit: http://www.autoitscript.com/forum/topic/137435-menu-versions-of-autoit/#entry962011 Selects first folder of letters: ]http://www.autoitscript.com/forum/topic/144780-select-folders-by-letter/#entry1021708/spoiler] List files and folders with long addresses.: http://www.autoitscript.com/forum/topic/144910-list-files-and-folders-with-long-addresses/#entry102 2926 Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5Qs Navigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now