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
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -365,7 +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
+
* Google (default)
369
369
370
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!
371
371
@@ -488,7 +488,21 @@ If you have your credentials elsewhere and want to stick with the default voice,
488
488
}
489
489
```
490
490
491
-
This is the current list of voice names and their corresponding language and accent
This is the current list of voice names and their corresponding language and accent (as of Dec 2016).
505
+
To get a current list of voices, you would need to use the AWS CLI and invoke the describe-voices command.
492
506
493
507
| Language | Code | Gender | Name |
494
508
| --------- | ---- | ------ | ---- |
@@ -538,11 +552,11 @@ This is the current list of voice names and their corresponding language and acc
538
552
| US Spanish | es-US | Female | Penelope |
539
553
| US Spanish | es-US | Male | Miguel |
540
554
| Welsh | cy-GB | Female | Gwyneth |
541
-
| Welsh |English | en-GB-WLS | Male | Geraint |
555
+
| Welsh English | en-GB-WLS | Male | Geraint |
542
556
543
-
#### Google
557
+
#### Google (default if no other has been configured)
544
558
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.
559
+
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. There is also limiations to have many request one is allowed to do in a specific time period.
0 commit comments