-
Notifications
You must be signed in to change notification settings - Fork 821
feat: Optional display microphone name text in mode indicator #1890
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
base: main
Are you sure you want to change the base?
feat: Optional display microphone name text in mode indicator #1890
Conversation
- Add on_draw_text to render microphone name initials inside the mode indicator - Show active microphone's first two letters as overlay text - Use configurable text color for microphone label - Default to not show text
for more information, see https://pre-commit.ci
Yes, please, this would make my life easier! I often wind up using the mouse to access the dropdown microphone menu to try to figure out why commands aren't registering as expected. (I've often wished that "microphone show" had a way to indicate which one is currently active, and this provides an alternative to that) |
(And if community decides not to merge this, I'll just bring your changes into my branch. Thank you so much for working on this, and posting a PR!) |
…r' into microphone_text_in_mode_indicator
90ed7d1
to
b17c08e
Compare
Co-authored-by: Andreas Arvidsson <[email protected]>
Looking good. I left a few suggestions to clean it up a bit :) |
Co-authored-by: Andreas Arvidsson <[email protected]>
Co-authored-by: Andreas Arvidsson <[email protected]>
Co-authored-by: Andreas Arvidsson <[email protected]>
for more information, see https://pre-commit.ci
Co-authored-by: Andreas Arvidsson <[email protected]>
Thanks for that, committed your suggestions @AndreasArvidsson :) |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Co-authored-by: Andreas Arvidsson <[email protected]>
for more information, see https://pre-commit.ci
Co-authored-by: Andreas Arvidsson <[email protected]>
I tend to switch between my computer's onboard mic and a wireless mic fairly often, having text up inside the indicator helps me know which mic is active.
Optional display of microphone name substring in the mode indictor.
Would this be useful to others?
Looks like this:
MacBook Pro Microphone - Command mode



RØDE Connect Stream - Dictation Mode
None -
Changes