-
Notifications
You must be signed in to change notification settings - Fork 88
Ethos audio sounds generation
Bertrand Songis @ FrSky edited this page Jun 29, 2022
·
2 revisions
Ethos sounds are automatically generated with the Google Cloud Text-to-Speech service, or the gTTS engine (english): https://cloud.google.com/text-to-speech
Here are the voices and parameters which are used:
{
"cn": {
"engine": "google",
"voice": "cmn-CN-Wavenet-A",
"speed": 1.3
},
"cs": {
"engine": "google",
"voice": "cs-CZ-Wavenet-A",
},
"de": {
"engine": "google",
"voice": "de-DE-Wavenet-E",
},
"en": {
"engine": "gtts",
"voice": "en",
},
"es": {
"engine": "google",
"voice": "es-ES-Wavenet-C",
},
"fr": {
"engine": "google",
"voice": "fr-FR-Wavenet-E",
},
"it": {
"engine": "google",
"voice": "it-IT-Wavenet-B",
},
}
By installing the Ethos Simulator you will find a CSV for each language with the list of all prompts. It is stored in this directory: