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

script to build openutau voicebank #162

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

MLo7Ghinsan
Copy link

a script to "build openutau voicebank" using onnx files and the config.yaml(s) to make configs

@yqzhishen
Copy link
Member

Would you mind using click instead of argparse, like other scripts do? Thanks.

return phonemes_str.split()

entries = []
vowel_types = {"a", "i", "u", "e", "o", "N", "M", "NG", "cl", "vf", "AP", "SP"} #can be edited manually(?)
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants