I saw where the community toolkit had microphone to textbox wired up to use the local speech capabilities for capturing speech to text. My app will work largely completely disconnected from a network of any kind. Am I stuck with disabling the microphone when this occurs?
As a solution, you can use a custom speech recognizer. I have attached a demo project. Download and check on your side. Note that this is a custom solution and you may need to extend it further to match the exact scenario you have.