Skip to content

Open Utau for Linux (Open singing synthesis platform / Open source UTAU successor)

Notifications You must be signed in to change notification settings

adventHymnals/openUtau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Utau for Linux

This is an installer for open utau for linux.

If you are here then you probably know what openUtau is. You can refer to it for documentation.

If you are going to use this software, you may also need to check out ENUNU for Linux to be able to use NNSVS AI vocal banks.

Installation

Download from the latest release

Or use the commands below:

curl --silent "https://api.github.com/repos/adventHymnals/openUtau/releases/latest"|   grep "browser_download_url.*amd64.deb" | head -n 1 | cut -d : -f 2,3 | tr -d \"  | xargs wget -O tmp.deb && sudo dpkg -i tmp.deb

Usage

The github workflow handles the creating of the deb packages. Once you clone the repo, you can run:

git tag v1.0
git push origin v1.0

On your local machine you can use:

./build.sh

It's a big hussle implementing the download in the makefile when it can so easily be handled in the bash file.

About

Open Utau for Linux (Open singing synthesis platform / Open source UTAU successor)

Resources

Stars

Watchers

Forks

Packages

No packages published