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
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -365,6 +365,7 @@ Experimental support for TTS. Today the following providers are available:
365
365
* voicerss
366
366
* Microsoft Cognitive Services (Bing Text to Speech API)
367
367
* AWS Polly
368
+
* Google
368
369
369
370
It will use the one you configure in settings.json. If you define settings for multiple TTS services, it will not be guaranteed which one it will choose!
370
371
@@ -539,6 +540,70 @@ This is the current list of voice names and their corresponding language and acc
539
540
| Welsh | cy-GB | Female | Gwyneth |
540
541
| Welsh | English | en-GB-WLS | Male | Geraint |
541
542
543
+
#### Google
544
+
545
+
Does not require any API keys. Please note that Google has been known in the past to change the requirements for its Text-to-Speech API, and this may stop working in the future.
0 commit comments