From ea16de8d9913b71738c7418c8b9e7aca83eba29c Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 29 Nov 2021 08:39:42 +0100 Subject: [PATCH] Update VoiceControl.md --- Docs/VoiceControl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/VoiceControl.md b/Docs/VoiceControl.md index 82ab225c..1cf9ecca 100644 --- a/Docs/VoiceControl.md +++ b/Docs/VoiceControl.md @@ -6,7 +6,7 @@ Installation ------------ 1. Download and install *Serenade* from https://serenade.ai/. 2. Download and install the *PowerShell Scripts*, then set the search path to it. -3. Execute: `./export-to-serenade.ps1 Computer` in the *PowerShell Scripts* - this creates a custom JavaScript file using the wake word 'Computer' (at `$HOME/.serenade/scripts/PowerShell.js`). Recommended wake words with a high recognition rate are: "Alexa", "Computer", or "Windows". In the following we are using the wake word "Computer". +3. Execute: `./export-to-serenade.ps1 Computer` in the *PowerShell Scripts* - this creates a custom JavaScript file using the wake word 'Computer' (at `$HOME/.serenade/scripts/PowerShell.js`). Recommended wake words with a high recognition rate are: "Alexa", "Computer", "KITT", or "Windows". In the following we are using the wake word "Computer". Usage