-
Notifications
You must be signed in to change notification settings - Fork 0
Only enable talon if one of a set of microphones is available #134
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
Comments
fwiw, if you want this to run at startup: https://github.com/nriley/knausj_talon/blob/nriley/misc/microphone.py#L57-L62 You should use |
Also run code at startup the right way - see https://github.com/talonvoice/beta/issues/93#issuecomment-719755281.
Thanks, not sure how I missed that — certainly a lot cleaner than what I was doing. |
Supported in beta |
I have some higher quality microphones that I move between computers. Right now, if I unplug one of these microphones, Talon continues to listen but using the internal microphone or something else unwanted. This results in unexpected input when I am dictating to a different computer in earshot of the internal microphone.
I would prefer in this case that Talon disable itself if it cannot find a good-quality/preferred microphone to use. When a preferred microphone is subsequently plugged in, Talon could (optionally) re-enable itself, but should switch to that microphone regardless.
I implemented a basic version of this here.
The text was updated successfully, but these errors were encountered: