GeekIT Posted December 2, 2013 Posted December 2, 2013 Hi everyone, I was searching the internet to find some answers on how to trigger a sound recorder when the sound (revived with a microphone) is above some level. To be clear: is it possible in Autoit to see when the microphone receives some hard sounds to trigger an event? this would be cool because you could trigger an event from a distance with sound e.g. clap twice to play some music or something
Jfish Posted December 3, 2013 Posted December 3, 2013 (edited) My computer is too old because I am still on XP. However, you might want to take a look at this. You may also want to search the forum - there are many examples of recording sound. Here is >one. Edited December 3, 2013 by Jfish Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
GeekIT Posted December 3, 2013 Author Posted December 3, 2013 Thanks Prodigy. I find a lot about recording sound, and a bunch of high level api's but nothing about monitoring the loudness of the microphone input... I want to monitor if there is sound in the room above some level of decibels, if that is detected -> trigger an event.
Jfish Posted December 3, 2013 Posted December 3, 2013 I don't know offhand but I would keep searching. I am sure it is documented somewhere. P.S. I am "Jfish" - prodigy is the name the forum assigns to my level of activity just like you are currently "Seeker". Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
GeekIT Posted December 3, 2013 Author Posted December 3, 2013 (edited) oops jeah, i'm new here. a real seeker (; Edited December 3, 2013 by GeekIT
Moderators Solution Melba23 Posted December 3, 2013 Moderators Solution Posted December 3, 2013 GeekIT,BASS.DLL might be able to determine microphone input volumes - it seems to be able to do most things audio. There is an existing AutoIt UDF for it here. M23 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
GeekIT Posted December 4, 2013 Author Posted December 4, 2013 Thanks for that Melba23, i will take a look at that (:
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