Merge pull request #232 from mikeroyal/mikeroyal-patch-173

Added Piper to Voice Assistants.
This commit is contained in:
Michael Royal 2023-05-14 00:42:16 -07:00 committed by GitHub
commit 0f8eadb6da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2336,6 +2336,8 @@ Home Assistant integrations. Credit: [Home Assistant](https://www.home-assistant
[Conversation](https://www.home-assistant.io/integrations/conversation) is an integration allows you to converse with **Home Assistant.** You can either converse by pressing the microphone in the frontend (supported browsers only (no iOS)) or by calling the ```conversation/process``` service with the transcribed text. [Conversation](https://www.home-assistant.io/integrations/conversation) is an integration allows you to converse with **Home Assistant.** You can either converse by pressing the microphone in the frontend (supported browsers only (no iOS)) or by calling the ```conversation/process``` service with the transcribed text.
[Piper](https://github.com/rhasspy/piper/) is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4.
[Mycroft](https://mycroft.ai/) is an open source voice assistant that is private by default and completely customizable. [Mycroft](https://mycroft.ai/) is an open source voice assistant that is private by default and completely customizable.
[DeepSpeech](https://github.com/mozilla/DeepSpeech) is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers. [DeepSpeech](https://github.com/mozilla/DeepSpeech) is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.