Plugins
Currently, two types of plugins are available.
Template generators
A template generator can help generate project templates from input files and parameters.
Compared to a default template generated by the labeler which is literally minimum to include all the sample files given, a template generator plugin can create complicated templates. It's also more customizable with user input parameters.
All valid template generators which support the selected labeler can be chosen on the New Project page.
You can import/delete/disable template generators in Settings -> Template Generators....
Batch edit plugins
Batch edit plugins can be used to conduct complicated batch editing tasks.
You can find available batch edit plugins in Tools -> Batch Edit. Some displayed plugins may not be clickable, if
it is not supported by the current labeler.
You can import/delete/disable batch edit plugins in Tools -> Batch Edit -> Manage plugins....
More available plugins (except built-in)
- resampler-test: Play the UTAU resampler output of the current entry, which is similar to setParam's synthesis test (F10).
- oto-timing-test: Play the entry aligned with metronome clicks for checking the utterance setting, which is similar to setParam's utterance timing (F8).
Plugin development
We welcome plugin development for the application. You can distribute your plugin anywhere, or create a pull request to make it built-in.
See Develop Plugins for vLabeler for details.