-
Notifications
You must be signed in to change notification settings - Fork 49
Description
I'm keen to be able to chat with my Claw, so I've started to build Voice Mode, as an add on to the current tray app.
To make it flexible for everyone, I'm building two separate modes, AlwaysOn, and Wakeword. I'm also allowing for Windows built in STT and TTS as well as user-configured STT/TTS via configuration (e.g. Minimax, ElevenLabs, etc), and integration with the current chat function, rather than just an invisible background function (although it will be an invisible function if Chat is not open at the time).
@shanselman I don't know if this is already on your roadmap, but would you be open to a PR? I already have AlwaysOn with Windows STT & TTS integrated with Chat working well, and I have deliberately architected it so as to fit with the rest of the project, but with minimum touchpoints (can also probably do a little more work there).
With your permission I'll generate a PR for review and discussion, and you can let me know if the architectural approach is good for you. I'm also in the process of adding the additional TTS providers as the Windows TTS is a bit old-school. I've also done a design document which lays it all out.
Nich