From fcba83faf9853163da495afff4e459506403b81b Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Fri, 28 Apr 2023 11:07:28 -0500 Subject: [PATCH] Add links to piper/whisper standalone Docker images (#27193) * Add links to piper/whisper standalone Docker images * Add word --- source/_posts/2023-04-27-year-of-the-voice-chapter-2.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_posts/2023-04-27-year-of-the-voice-chapter-2.markdown b/source/_posts/2023-04-27-year-of-the-voice-chapter-2.markdown index 1de3ddea8c4..b8cbe296f17 100644 --- a/source/_posts/2023-04-27-year-of-the-voice-chapter-2.markdown +++ b/source/_posts/2023-04-27-year-of-the-voice-chapter-2.markdown @@ -86,6 +86,8 @@ _For more samples, see [the Piper website][piper-samples]_ An {% my supervisor_addon addon="core_piper" title="add-on with Piper" %} is available now for Home Assistant with [over 40 voices across 18 languages][piper-samples], including: Catalan, Danish, German, English, Spanish, Finnish, French, Greek, Italian, Kazakh, Nepali, Dutch, Norwegian, Polish, Brazilian Portuguese, Ukrainian, Vietnamese, and Chinese. Voices for Piper are trained from [open audio datasets][open-audio], many of which come from [free audiobooks read by volunteers][audiobook]. If you’re interested in contributing your voice, [let us know!][contact] +You can also run [Piper as a standalone Docker container](https://hub.docker.com/r/rhasspy/wyoming-piper). + [mm-algo]: https://github.com/jaywalnut310/vits/ [piper-samples]: https://rhasspy.github.io/piper-samples [open-audio]: http://www.openslr.org/ @@ -98,6 +100,8 @@ An {% my supervisor_addon addon="core_piper" title="add-on with Piper" %} is ava An {% my supervisor_addon addon="core_whisper" title="add-on using faster-whisper" %} is available now for Home Assistant. On a Raspberry Pi 4, voice commands can take around 7 seconds to process with about 200 MB of RAM used. An Intel Core i5 CPU or better is capable of sub-second response times and can run larger (and more accurate) versions of Whisper. +You can also run [Whisper as a standalone Docker container](https://hub.docker.com/r/rhasspy/wyoming-whisper). + [Whisper]: https://github.com/openai/whisper [whisper-lang]: https://github.com/openai/whisper#available-models-and-languages [whisper.cpp]: https://github.com/ggerganov/whisper.cpp