Detect if the microphone is being used by certain applications

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
haomingchen1998
Posts: 176
Joined: 20 Feb 2023, 16:37

Detect if the microphone is being used by certain applications

12 Jul 2023, 14:17

I want to use settimer to detect if the microphone is being used by zoom.exe or firefox.exe, if so, Send {F19}, are there ways to do that? Thanks!

Code: Select all

#Persistent

SetTimer, CheckMic, 1000 ; Check every 1000ms (1 second)

CheckMic:
; Insert code to check if microphone is being used by zoom.exe or firefox.exe here
; If condition is met, send F19
If (condition)
    Send {F19}
Return
haomingchen1998
Posts: 176
Joined: 20 Feb 2023, 16:37

Re: Detect if the microphone is being used by certain applications

14 Jul 2023, 11:30

This is beyond my grasp at the moment, but thank you for the information.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Rohwedder and 208 guests