You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating dependency files, please register the package information in svs-index.
You can install external dependency files using the package manager included in OpenUtau.
oudep file specifications
A file created by changing the extension of a zip archive containing oudep.yaml.
Dependency files will be stored in the Dependencies folder.
Structure of oudep.yaml
# ID (only lowercase alphanumeric characters, "-", and "." are allowed). Must be unique across all software.id: g2p-cmudict-07b# Version notation (e.g., 1.0 or 1.0.0.0). build and revision can be omitted.version: '1.0'# Summary of the packagedescription: G2P based on CMU Pronouncing Dictionary 0.7b# Class designation (optional)class: G2pPackV2