Merge branch 'master' of github.com:fleschutz/PowerShell

This commit is contained in:
Markus Fleschutz 2021-12-13 09:38:03 +01:00
commit 63595578bf

View File

@ -1,13 +1,13 @@
Executing PowerShell Scripts by Voice
=====================================
Build your own voice assistant by voice recognition and response (VRR). It's comfortable and so much fun, just give it a try 😊
Build your own voice assistant by voice recognition and response (VRR). It's so comfortable and so much fun, just give it a try 😊
🔧 Installation
--------------
1. Download and install *Serenade* from https://serenade.ai/ (Serenade is freely available for Linux, MacOS, and Windows).
2. Download and install the *PowerShell Scripts*, allow the script execution and set the search path to it (see the [FAQ page](FAQ.md) for details).
3. Select your personal wake word. Recommended wake words with a high recognition rate are: *"Alexa"*, *"Bixby"*, *"Computer"*, *"James"*, or *"Jarvis"*. In the following the wake word *"Computer"* is used.
3. Select your personal wake word. Recommended wake words with a high recognition rate are: *"Alexa"*, *"Bixby"*, *"Computer"*, *"James"*, *"Jarvis"*, or *"Windows"*. In the following the wake word *"Computer"* is used.
4. Execute: `./export-to-serenade.ps1 Computer` in the *PowerShell Scripts*, this creates a custom JavaScript file at `$HOME/.serenade/scripts/PowerShell.js` using the wake word 'Computer'.