Skip to content
黒猫大福 edited this page Jun 15, 2026 · 3 revisions

Overview

Dependencies for extending features such as Transcribe and the DiffSinger vocoder available in OpenUtau

Please review the terms of use for each dependency before using it.

Please install the dependency files either through the Packages window or by downloading the files from each release and installing them.

Transcribe

Vocoder

External batch

For Developers

Favor

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 package
description: G2P based on CMU Pronouncing Dictionary 0.7b
# Class designation (optional)
class: G2pPackV2

Clone this wiki locally