Arcadeuz Posted October 3, 2018 Posted October 3, 2018 Hello, sorry for the inconvenience. Is there any way to read the vu meter of an application in the volume mixer? I wish I did not have to use pixels check OS: windows 7 x64 Thank you very much
Moderators Melba23 Posted October 3, 2018 Moderators Posted October 3, 2018 Arcadeuz, Welcome to the AutoIt forums. You appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why the image you posted is not the best way to illustrate your problem. However, as the question is basically how to read the volume of any application I am happy for the thread to remain open. M23 FrancescoDiMuro 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Arcadeuz Posted October 3, 2018 Author Posted October 3, 2018 Sorry for that, I just had open wow and take the picture from there. I would like to be able to measure the vu in order to control the volume to avoid unnecessary noise in movies, music and games. Thank you. PS: Do you want to change the image?
junkew Posted October 4, 2018 Posted October 4, 2018 Try simplespy and iuiautomation FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
Arcadeuz Posted October 5, 2018 Author Posted October 5, 2018 With this I got a number that represents the volume. But I do not know how to access the vu meter that is next to it. $hSlider = ControlGetHandle("Volume Mixer", "TheProgramwantcontrol", "[CLASS:msctls_trackbar32;INSTANCE:?]") ;Instance may change $iPos = _GUICtrlSlider_GetPos($hSlider) ConsoleWrite($iPos & @CRLF)
OlinOvid Posted October 8, 2019 Posted October 8, 2019 (edited) Hi... I wish we could just access those values, I've asked many times, but somehow the audio mixer and subsystem does not seem essential to unity as even native audio plugin and other feature development has been quiet the last few years. I developed a few workarounds, but for this purpose it would be too much. An easier way is what I used earlier. pcb manufacturing and assembly Edited November 22, 2019 by OlinOvid
Moderators JLogan3o13 Posted October 8, 2019 Moderators Posted October 8, 2019 @OlinOvid please do not resurrect old threads, especially when your comments do not add anything to the discussion. If you have a question please start a new thread. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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