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: www/xtensions/picovoice/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,12 @@ All wake-words found here are taken from their official GitHub account and are u
5
5
6
6
## Switching the Wake-Word
7
7
8
-
Since SEPIA client v0.24.0 you can select the wake-word via the "Hey SEPIA" settings page (expert settings). If you cannot access the UI (for example because you use the headless client) you fo the following.
9
-
Open `wakeWords.js` and change the entries for `SepiaFW.wakeTriggers.porcupineWakeWords` and `SepiaFW.wakeTriggers.porcupineVersion` (if required).
10
-
To switch the wake-word to "Raspberry" for example enter the following:
8
+
Since SEPIA client v0.24.0 you can select the wake-word via the "Hey SEPIA" settings page (expert settings). If you cannot access the UI because you're using the headless client then you should edit the `settings.js` file in your base folder. Look for:
9
+
```
10
+
"wakeWordNames": "Hey SEPIA",
11
+
"wakeWordVersion": "1.4",
12
+
```
13
+
If you are not using 'headless' mode but still want to edit the default settings open `wakeWords.js` and change the entries for `SepiaFW.wakeTriggers.porcupineWakeWords` and `SepiaFW.wakeTriggers.porcupineVersion` (if required). To switch the wake-word to "Raspberry" for example enter the following:
0 commit comments