Local pipeline: Add link to video explainer of config options (#27192)

This commit is contained in:
c0ffeeca7 2023-04-28 17:09:14 +02:00 committed by GitHub
parent eed88e1252
commit 5a6a60d405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ For text-to-speech we have developed [Piper](https://github.com/rhasspy/piper).
## Setting up a local Assist pipeline
For the quickest way to get your local Assist pipeline started, follow these steps:
1. Install the add-ons to convert text into speech and vice versa.
* Install the {% my supervisor_addon addon="core_whisper" title="**Whisper**" %} and the {% my supervisor_addon addon="core_piper" title="**Piper**" %} add-ons.
![Install the Whisper and Piper add-ons](/images/assist/piper-whisper-install-01.png)
@ -36,4 +38,12 @@ For text-to-speech we have developed [Piper](https://github.com/rhasspy/piper).
* Depending on your language, you may be able to select different language variants.
1. That's it. You ensured your voice commands are processed locally on your device.
1. If you haven't done so yet, [expose your devices to Assist](/projects/private-voice-assistant/voice_remote_expose_devices/#exposing-your-devices).
* Otherwise you won't be able to control them by voice.
* Otherwise you won't be able to control them by voice.
## Fine-tuning Whisper and Piper for your setup
You would like to tweak the configuration for better performance or accuracy?
View some of the options in the video below. Explained by Mike Hansen, creator of Rhasspy, Piper, and Wyoming.
<lite-youtube videoid="Tk-pnm7FY7c" videoStartAt="1589" videotitle="Configure your local Assist pipeline for your setup"></lite-youtube>