You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ This repo adds recognition of voice commands to control the Windows® desktop. U
6
6
----------------
7
7
Required is Windows 10 or 11, a headset (or microphone and loudspeaker), and the free Serenade application.
8
8
9
-
1. Download the free *Serenade* application from https://serenade.ai and install it (choose *no plugin* and *no programming language* during installation). Close *Serenade* when finished.
10
-
2. Download the *talk2windows* ZIP file from [https://github.com/fleschutz/talk2windows/archive/master.zip](https://github.com/fleschutz/talk2windows/archive/master.zip) and unzip it.
11
-
3. Open *Windows PowerShell (Administrator)* and execute: `Set-ExecutionPolicy RemoteSigned` to allow execution of PowerShell scripts.
12
-
4. Open *Windows PowerShell* and execute: `./export.ps1` in the unzipped *talk2windows* folder. This exports the voice commands with default wake word 'Windows' to Serenade.
9
+
1. Download the free *Serenade* application from https://serenade.ai and install it (choose *no plugin* and *no programming language* during installation). Close the application when finished.
10
+
2. Download the *talk2windows*.ZIP file from [https://github.com/fleschutz/talk2windows/archive/main.zip](https://github.com/fleschutz/talk2windows/archive/main.zip) and unzip it.
11
+
3. Open *Windows PowerShell (Administrator)* and execute: `Set-ExecutionPolicy RemoteSigned` to allow the execution of PowerShell scripts.
12
+
4. Open *Windows PowerShell* and execute the script: `./export.ps1` in the unzipped *talk2windows* folder. This exports the voice commands with default wake word 'Windows' to Serenade.
0 commit comments