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: scripts/generate-tts/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,6 @@ npm run generate -- --voice Alex --rate 170
18
18
npm run generate -- --force # regenerate existing files (needed after voice/TTS fixes)
19
19
```
20
20
21
-
Single letters and digits use macOS `[[char U+....]]` notation so `say` pronounces "A" instead of "Capital A". Optional per-entry `"speak"` in the manifest overrides that text.
21
+
Single letters are spoken as `A.` (trailing period) so `say` pronounces the letter, not "Capital A". Optional per-entry `"speak"` in the manifest overrides that text.
22
22
23
23
Copy the generated `sd-card/` folder contents to the root of a FAT32 microSD card, then insert the card into the CoreS3.
0 commit comments