📢 **New #blog article**
This is the third article I write on #voice #technology in #Platypush. I wrote the latest one in 2020, but unfortunately all the voice products I described there (Snowboy, DeepSpeech, Mycroft, AVS…) are now gone.assistant.google
is still there (but I don’t know for how long, as the underlying Assistant library was deprecated back in 2019), but Platypush 1.0 has also added two more integrations to the mix:<li><code class="inline">assistant.openai</code></li><li><code class="inline">assistant.picovoice</code></li>
These are based on the OpenAI voice+GPT APIs and the Picovoice products respectively, and when combined they can offer a very modern and flexible voice assistant interface.
The article also describes how to create your custom action hooks to control your devices and services, train assistants with context, customize voice models, play custom conversation sounds, handle voice intents and offline transcriptions, and run multiple assistants on the same device.
Happy read!
https://blog.platypush.tech/article/The-state-of-voice-assistant-integrations-in-2024