From 2562c923c8f19c316c5f157a938da760eac16659 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Fri, 28 Apr 2023 17:09:14 +0200 Subject: [PATCH] Local pipeline: Add link to video explainer of config options (#27192) --- .../assist/voice_remote_local_assistant.markdown | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/source/docs/assist/voice_remote_local_assistant.markdown b/source/docs/assist/voice_remote_local_assistant.markdown index 3753aafbeb3..a78b7513c73 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). ## Installing 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 can be 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