mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Local assist pipeline: update screenshot (#27188)
- rename title from configure to install, as configure might be used for a procedure on configuring the settings of Piper and Whisper.
This commit is contained in:
parent
5a6a60d405
commit
9b42085a95
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Configuring a local Assist pipeline"
|
||||
title: "Installing a local Assist pipeline"
|
||||
---
|
||||
|
||||
In Home Assistant, the Assist pipelines are made up of various components that together form a voice assistant.
|
||||
@ -10,19 +10,19 @@ The speech-to-text option is [Whisper](https://github.com/openai/whisper). It's
|
||||
|
||||
For text-to-speech we have developed [Piper](https://github.com/rhasspy/piper). Piper is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. It supports [many languages](https://rhasspy.github.io/piper-samples/). On a Raspberry Pi, using medium quality models, it can generate 1.6s of voice in a second.
|
||||
|
||||
## Setting up a local Assist pipeline
|
||||
## 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.
|
||||

|
||||
* Start both add-ons. This may take a while.
|
||||
* Start both add-ons.
|
||||
* Once the add-ons are started, head over to the integrations under {% my integrations title="**Settings** > **Devices & Services**" %}.
|
||||
* You should now see both being discovered by the [Wyoming integration](/integrations/wyoming/).
|
||||
* You should now see Piper and Whisper being discovered by the [Wyoming integration](/integrations/wyoming/).
|
||||

|
||||
* For both integrations, select **Configure**.
|
||||
* Once the setup is complete, you should see both Piper and Whisper in one integration.
|
||||
* Once the setup is complete, you should see both Piper and Whisper in one integration.
|
||||

|
||||
* **Whisper** converts speech into text.
|
||||
* **Piper** converts text into speech.
|
||||
@ -36,7 +36,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.
|
||||
1. That's it. You ensured your voice commands are processed locally on your device.
|
||||
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.
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Loading…
x
Reference in New Issue
Block a user