Skip to content
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

chilean spanish pack #22

Merged
merged 2 commits into from
Apr 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix the generation scripts
  • Loading branch information
Jorge Castillo committed Apr 20, 2022
commit e21effbeb941fb3a442bc09bf17f74df4cf60b1f
1 change: 1 addition & 0 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ generate_lang voices/en-GB-Libby.csv en-GB-LibbyNeural en_gb-libby
generate_lang voices/en-GB-Ryan.csv en-GB-RyanNeural en_gb-ryan
generate_lang voices/pt-PT.csv pt-BR-FranciscaNeural pt
generate_lang voices/es-ES.csv es-ES-ElviraNeural es
generate_lang voices/es-CL-Catalina.csv es-CL-CatalinaNeural es_cl-catalina
generate_lang voices/it-IT.csv it-IT-ElsaNeural it
generate_lang voices/de-DE.csv de-DE-KatjaNeural de
generate_lang voices/fr-FR.csv fr-FR-DeniseNeural fr
Expand Down
6 changes: 6 additions & 0 deletions sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
"description": "Spanish Female Voice (es-ES-Elvira)",
"directory": "es"
},
{
"language": "es-CL",
"name": "Chilean Female",
"description": "Chilean Female Voice (es-CL-Catalina)",
"directory": "es_cl-catalina"
},
{
"language": "fr-FR",
"name": "French Female",
Expand Down