-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Son Belges #62
Comments
I'm not quite sure what you are actually after here... it seems like Belgium has three main languages - Dutch (Flemish), French, and German, and Switzerland uses either Swiss German or Standard German... Are you saying that the current version of 70-79 and 90-99 don't sound right for the French voice pack? |
I know what @BoulASA meant here, it is a request to create new locales for the French language. The numbers sound right for the Those locales are available in Azure Speech Services (e.g. |
So does it require a separate CSV, or can the current fr-FR.csv be used? Meaning just needs two more lines in generate.sh to create the new voices, and sounds.json updated. |
I think it makes sense to create a new file, say, I am not aware of differences between |
Wait, I just looked into adding the Since the numbers in the 70-99 range are specified as numbers (e.g.
I still think it makes sense to have a file per locale, because they are different locales, but the smallest acceptable change in this case is what you said @pfeerick. ./voice-gen.py voices/fr-FR.csv fr-BE-GerardNeural fr || exit 1
./voice-gen.py voices/fr-FR.csv fr-CH-ArianeNeural fr || exit 1 {
"language": "fr-BE",
"name": "French (BE)",
"description": "French Male Voice (fr-BE-GerardNeural)",
"directory": "fr"
},
{
"language": "fr-FR",
"name": "French (CH)",
"description": "French Female Voice (fr-CH-ArianeNeural)",
"directory": "fr"
}, Note: Because the Edit: I'm not set up to generate the new sounds yet, that's why I'm not opening a PR. |
Serait-il possible de générer les sons suivants pour la Belgique et la Suisse ? Merci d'avance
.../fr/SYSTEM/
0070.wav --> Septante
0071.wav --> Septante et un
0072.wav --> Septante deux
0073.wav --> Septante trois
0074.wav --> Septante quatre
0075.wav --> Septante cinq
0076.wav --> Septante six
0077.wav --> Septante sept
0078.wav --> Septante huit
0079.wav --> Septante neuf
0090.wav --> Nonante
0091.wav --> Nonante et un
0092.wav --> Nonante deux
0093.wav --> Nonante trois
0094.wav --> Nonante quatre
0095.wav --> Nonante cinq
0096.wav --> Nonante six
0097.wav --> Nonante sept
0098.wav --> Nonante huit
0099.wav --> Nonante neuf
The text was updated successfully, but these errors were encountered: