github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/docs/ideas/voice.md (about) 1 # Voice 2 3 Voice is the next major client of the platform 4 5 ## Overview 6 7 The micro runtime currently includes an api, slack bot, cli, web dashboard and gRPC proxy. 8 These are entrypoints into the system, a way of converting different forms of client 9 interaction into RPC and service calls. Voice is the next frontier. 10 11 ## Design 12 13 Micro Voice serves as the next client which takes an audio stream and converts it into 14 an executable RPC call or event. We do this through the use of speech to text and 15 then potentially converting back any response into speech. 16 17 We imagine voice like the bot to connect to existing systems such as Alexa, Google Home 18 or whatever else is developer in the voice ecosystem.