Skip to content

Commit ab584d5

Browse files
authored
updated instructions to change default ww via files
1 parent ebac362 commit ab584d5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

www/xtensions/picovoice/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ All wake-words found here are taken from their official GitHub account and are u
55

66
## Switching the Wake-Word
77

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:
1114
```
1215
SepiaFW.wakeTriggers.porcupineVersion = "1.5";
1316
SepiaFW.wakeTriggers.porcupineWakeWords = ["Raspberry"];

0 commit comments

Comments
 (0)