-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Description
There is, currently, no setting that allows the users to specify a microphone. Oftentimes Windows can change automatically devices, typically when a new one is plugged in, which might lead some folks to not be able to use the program, because the wrong input device is selected. Since users have no control over this, they might need to restart the app, even when the device default is switched.
How to target this
Add a new dropdown list that has all the current plugged in input devices. This dropdown will have a listener assigned to it which will then change the default input device. There is already code for different audio TTS voices, so it's easier to copy the code from there.
Contribution
Anyone is welcome to contribute to this issue, and I'll be happy to review your Pull Requests! Unless, of course, if I manage to pull this off before you! There are already some people that have forked and contributed to this project, and it's fun to see this happen. If I find a way to do this, I'll post the way I did it in the Pull Request I'll make. Happy coding!