diff --git a/source/images/assist/piper-whisper-install-05.png b/source/images/assist/piper-whisper-install-05.png index c4e250d9c48..bbc3b2f2a7a 100644 Binary files a/source/images/assist/piper-whisper-install-05.png and b/source/images/assist/piper-whisper-install-05.png differ diff --git a/source/images/assist/piper-whisper-install-new-02.png b/source/images/assist/piper-whisper-install-new-02.png index 6ab915a6f70..fb258c42117 100644 Binary files a/source/images/assist/piper-whisper-install-new-02.png and b/source/images/assist/piper-whisper-install-new-02.png differ diff --git a/source/images/assist/piper-whisper-install-new-03.png b/source/images/assist/piper-whisper-install-new-03.png index e9052e69c47..32eacec5f1d 100644 Binary files a/source/images/assist/piper-whisper-install-new-03.png and b/source/images/assist/piper-whisper-install-new-03.png differ diff --git a/source/voice_control/voice_remote_local_assistant.markdown b/source/voice_control/voice_remote_local_assistant.markdown index 8d2c201b1b9..e2a2094bc6c 100644 --- a/source/voice_control/voice_remote_local_assistant.markdown +++ b/source/voice_control/voice_remote_local_assistant.markdown @@ -46,6 +46,7 @@ For the quickest way to get your local Assist pipeline started, follow these ste - Under **Speech-to-text**, select **faster-whisper**. - Under **Text-to-speech**, select **piper**. - Depending on your language, you may be able to select different language variants. + - If you like, [set up a wake word](/voice_control/create_wake_word/). 3. That's it. You ensured your voice commands can be processed locally on your device. 4. If you haven't done so yet, [expose your devices to Assist](/voice_control/voice_remote_expose_devices/#exposing-your-devices). @@ -59,3 +60,10 @@ View some of the options in the video below. Explained by Mike Hansen, creator o The options are also documented in the add-on itself. Go to the {% my supervisor_addon addon="core_whisper" title="**Whisper**" %} or the {% my supervisor_addon addon="core_piper" title="**Piper**" %} add-on and open the **Documentation** page. + +## Related topics + +- [Create your own a wake word](/voice_control/create_wake_word/) +- [Expose your devices to Assist](/voice_control/voice_remote_expose_devices/#exposing-your-devices) +- [Whisper for speech-to-text](https://github.com/openai/whisper) +- [Piper for text-to-speech](https://github.com/rhasspy/piper)