Add VoiceCommands.md

This commit is contained in:
Markus Fleschutz 2021-11-18 11:45:32 +01:00
parent 72f75c2870
commit 95d85d7b27
2 changed files with 27 additions and 1 deletions

View File

@ -68,7 +68,8 @@ How to execute PowerShell scripts by voice?
4. Start Serenade and click the Pause button to enable Listening mode. 4. Start Serenade and click the Pause button to enable Listening mode.
5. Open Windows Terminal and click into the window. 5. Open Windows Terminal and click into the window.
6. Say: `Computer, open calculator` (this launches the calculator app using PowerShell script: open-calculator.ps1). 6. Say: `Computer, open calculator` (this launches the calculator app using PowerShell script: open-calculator.ps1).
7. Say: `Computer, close calculator` (this stops the calculator app using PowerShell script: close-calculator.ps1).
See the [list of voice commands](VoiceCommands.md) for more information.
Which editor to use for PowerShell scripts? Which editor to use for PowerShell scripts?

25
Docs/VoiceCommands.md Normal file
View File

@ -0,0 +1,25 @@
Voice Commands
==============
Start & stop Applications
-------------------------
1. [wake word], open <NAME>
2. [wake word], close <NAME>
Replace <NAME> by "calculator", "Mozilla Firefox"
Show Cities in Google Maps
--------------------------
* [wake word], show <NAME> city.
Replace <NAME> by "Boston", "Berlin", "Munich", ...
Conversation
------------
1. [wake word], good morning
2. [wake word], good evening
3. [wake word], good night
4. [wake word], how are you?
5. [wake word], thank you