-
Notifications
You must be signed in to change notification settings - Fork 288
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
script to build openutau voicebank #162
base: main
Are you sure you want to change the base?
Conversation
Would you mind using |
scripts/build_ou_vb.py
Outdated
return phonemes_str.split() | ||
|
||
entries = [] | ||
vowel_types = {"a", "i", "u", "e", "o", "N", "M", "NG", "cl", "vf", "AP", "SP"} #can be edited manually(?) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid conflicts with future updates, VCS-managed parts of the repo should not be edited by the user. Consider moving this to CLI argument or just let the user build the YAML dict elsewhere and simply pass its path here.
a script to "build openutau voicebank" using onnx files and the config.yaml(s) to make configs