local stt and tts pipeline: update to reflect current SW (#29319)

This commit is contained in:
c0ffeeca7 2023-10-12 22:25:07 +02:00 committed by GitHub
parent 71f3ddfd73
commit 06a89c6efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -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 **Speech-to-text**, select **faster-whisper**.
- Under **Text-to-speech**, select **piper**. - Under **Text-to-speech**, select **piper**.
- Depending on your language, you may be able to select different language variants. - 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. 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). 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
<lite-youtube videoid="Tk-pnm7FY7c" videoStartAt="1589" videotitle="Configure your local Assist pipeline for your setup"></lite-youtube> <lite-youtube videoid="Tk-pnm7FY7c" videoStartAt="1589" videotitle="Configure your local Assist pipeline for your setup"></lite-youtube>
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. 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)