diff --git a/source/docs/assist/voice_remote_local_assistant.markdown b/source/docs/assist/voice_remote_local_assistant.markdown index 4a2e9446368..9c1ade0ae8b 100644 --- a/source/docs/assist/voice_remote_local_assistant.markdown +++ b/source/docs/assist/voice_remote_local_assistant.markdown @@ -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. \ No newline at end of file + * 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. + + \ No newline at end of file