dragan 33 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 2 mLipok and JScript reacted to this Share this post Link to post Share on other sites
Manko 4 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... Share this post Link to post Share on other sites
NightCrawler86 0 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. Share this post Link to post Share on other sites
peter1175 0 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? Share this post Link to post Share on other sites
Hybrid 0 Posted July 22, 2012 Could I ask how did u put that icons on buttons? Thanks =) Share this post Link to post Share on other sites
JScript 71 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 IngramDownload Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Share this post Link to post Share on other sites
nullschritt 21 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. Share this post Link to post Share on other sites
Belini 30 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/#entry962011Selects 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 2926Program JUKEBOX made in Autoit:some functions:http://www.youtube.com/watch?v=WJ2tC2fD5QsNavigation to search:http://www.youtube.com/watch?v=lblwOFIbgtQ Share this post Link to post Share on other sites