Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Report on microphone status #39

Open
proffalken opened this issue Jan 1, 2025 · 0 comments
Open

[FEAT] Report on microphone status #39

proffalken opened this issue Jan 1, 2025 · 0 comments

Comments

@proffalken
Copy link

proffalken commented Jan 1, 2025

Is your feature request related to a problem? Please describe.

I use this app to trigger various automation based on camera state already such as turning on my Keylight when the camera goes live.

I'd love to be able to do the same based on my microphone state, such as showing a big red light above my monitor when the mic is live during a zoom/teams call.

Describe the solution you'd like
Monitor the mic state in the same way that we monitor whether the camera is active or not.

Describe alternatives you've considered
N/A

Additional context

Using the current code for the camera sensor, I get the following output:

# fuser /dev/snd/by-id/usb-Focusrite_Scarlett_Solo_USB_Y7WH2WY0430F10-00
/dev/snd/controlC1:   4768

but that value doesn't seem to change based on whether the mic is active/muted in Zoom, so I'm not sure how else to track this information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant