From bce91fa5f05f3265da71ef80cbc3c8c373dd9114 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Tue, 10 Oct 2023 22:43:51 +0200 Subject: [PATCH] Tiny tweak --- source/voice_control/create_wake_word.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/voice_control/create_wake_word.markdown b/source/voice_control/create_wake_word.markdown index e446d23a03b..625476b9daa 100644 --- a/source/voice_control/create_wake_word.markdown +++ b/source/voice_control/create_wake_word.markdown @@ -4,7 +4,7 @@ title: "Create your own wake word" You can now create your own wake word. The procedure below will take you into a Python environment to train a model. The model is trained on fake voices that were generated by the local neural text-to-speech system [Piper](https://github.com/rhasspy/piper). Want to now more about how this all works? Check out the [openWakeWord](https://github.com/dscripka/openWakeWord) project by David Scripka. -Depending on the word, training a model on your own wake word may take a few iterations and a bit of tweaking. But this guide will take you through the process step by step. +Depending on the word, training a model on your own wake word may take a few iterations and a bit of tweaking. This guide will take you through the process step by step. ## Prerequisites