Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.53 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.53 KB

OpenVBconf

OpenVBconf is an effort spearheaded by ExpressiveLabs, creators of Mikoto Studio, to develop an open voice library standard for community-driven singing synthesizers (such as UTAU, OpenUTAU, etc).

Goals of the project

  • Provide a modern alternative to the aging oto.ini file standard for voicebank data annotation
  • Provide bindings and example implementations for various programming languages
  • Standardize library features to allow for seamless exchange between different voicebank hosts

This repository

This repository contains a working copy of the standard OpenVBconf file format, as well as documentation of the format and its implementation. If you create an implementation for the file format in any programming language, feel free to contact us via [email protected] so we can add it to this readme.

Implementations

A list of OpenVBconf implementations in different programming languages:

  • openvb-rs: a Rust crate for parsing and generating OpenVBconf files (WIP)
  • openvb-python: a Python package for parsing OpenVBconf files (WIP)

Contributors