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

feat: Add Chinese Taiwan Voices (Taiwanese,zh-TW) #58

Merged
merged 5 commits into from
Oct 27, 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
Next Next commit
Added Chinese Taiwan Voices (Taiwanese)
According to the discussion on EdgeTX/edgetx#2612, add Chinese traditional voices (Chinese Taiwan, zh-TW).
  • Loading branch information
zyren committed Oct 25, 2022
commit 10a837e426ee4f3f8f3fa70594481da5b78fde04
1 change: 1 addition & 0 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ find "$(dirname "$0")" -name "*.log" -delete
./voice-gen.py voices/sv-SE.csv sv-SE-SofieNeural sv --pitch "dn10%" --rate "dn0.9" || exit 1
./voice-gen.py voices/sv-SE_scripts.csv sv-SE-SofieNeural sv/SCRIPTS --pitch "dn10%" --rate "dn0.9" || exit 1
./voice-gen.py voices/zh-CN.csv zh-CN-XiaoxiaoNeural cn || exit 1
./voice-gen.py voices/zh-TW.csv zh-TW-HsiaoChenNeural tw || exit 1
6 changes: 6 additions & 0 deletions sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,10 @@
"description": "Chinese Female Voice",
"directory": "cn"
}
{
"language": "zh-TW",
"name": "Chinese Taiwan Female",
"description": "Chinese Taiwan Female Voice",
"directory": "tw"
}
]