All Projects → titinko → utsu

titinko / utsu

Licence: other
Vocal synthesis frontend

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects

Labels

Projects that are alternatives of or similar to utsu

lessampler
lessampler is a Singing Voice Synthesizer
Stars: ✭ 59 (-59.86%)
Mutual labels:  utau
macres
Resampler for UTSU that works on Mac, Windows, and Linux
Stars: ✭ 22 (-85.03%)
Mutual labels:  utau

UTSU - A cross-platform vocal synthesis frontend

Compatible (in theory) with all voicebanks, files, and engines created with or for the UTAU software--however, the two programs have no code in common and both user features and backend processing can and will be different.

Supported languages: English, Español, Français, 日本語, 中文, Italiano, Bahasa Indonesia, Português Brasileiro, русский, հայերեն, Nederlands, 한국인, čeština

Discord: https://discord.gg/c7PMdzM972

Trello: https://trello.com/b/8sTfttmT/utsu

Installation instructions

Windows

The Windows installer (64-bit MSI) can be found on the releases page.

Mac

The Mac installer (64-bit DMG) can be found on the releases page.

Linux

The Linux installer (64-bit DEB) can be found on the releases page.

For non-Debian users, a raw 64-bit Linux executable can be found on the releases page as a zip file.

Building from source

Java

For best results, use Oracle Java 14. Open-jfx seems to be missing some of the packaging tools I use in my setup and Oracle Java 15 has a bug when creating Windows installers. The methods for downloading and installing Java vary depending on your operating system, but at the end you'll need the JAVA_HOME variable to be set on your machine for Utsu to build properly.

Maven

Download Apache Maven and install it using the instructions here.

Running Utsu

Popular IDEs such as Eclipse and IntelliJ will give you the option to create a new project by copying from a Git repository. You can also use the git command-line tool or even a Git GUI (there's one for Windows here) to download the repository to a directory of your choice.

To build and run Utsu, navigate to the same directory as the pom.xml file and type:

mvn javafx:run

See https://github.com/titinko/utsu/wiki/Compiling for platform-specific compilation examples.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].