Is there a way to use voice commands on OSX without the on-screen microphone widget, either on an app-specific basis or system wide?
I'm currently trying to build a speech recognition app in Python on OSX that I can use whilst playing Elite to control in-game functions and my music player. I've found this fantastic example that I'll build off, and I found a method for preventing it from interfering with game audio.
The problem I've hit is that the on-screen widget when using speech recognition interferes with playing a full-screen game. I understand the privacy/security reasons for the widget, but is there any way of "opting out" of this?
Answer needn't use Python, but bonus internet points if it does!