Skip to content
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.

Rocaloid/wavtool-yawu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wavtool-yawu

Yet Another Wavtool for UTAU

This is a drop-in replacement for the component wavtool.exe of UTAU song synthesizer.

Advantages

  • Input WAV audio in sample formats at up to 64-bit float

  • Output WAV audio in sample format at 32-bits

  • Support sample rates other than 44100 Hz

  • Robust design allows it to try to work even with incorrect parameters

Building

Install CMake, at least version 3.0.

Install MSYS2 on Windows or MinGW-w64 toolchain on Linux.

Switch to the directory of wavtool-yawu, type:

./configure -DCMAKE_TOOLCHAIN_FILE=tools/toolchain-i686-w64-mingw32.cmake -DCMAKE_EXE_LINKER_FLAGS=-static -DUSE_BUNDLED_SNDFILE=1
make

The resulting executable file is in build/wavtool-yawu.exe.

Usage

Open your project in UTAU, Select "Project" -> "Project Property" -> "Tool 1 (append)". Choose wavtool-yawu.exe.

Usage with Cadencii

It is not recommended to use wavtool-yawu with Cadencii or jCadencii. That is because Cadencii tries to read a temporary file generated by wavtool, but wavtool-yawu never produces any garbage temporary file.

You can try wavtool-pl instead.

If you really want to use with Cadencii, you have to configure and build wavtool-yawu with -DYAWU_OUTPUT_SAMPLE_FORMAT=SF_FORMAT_PCM_16.

After that, for Linux or OS X, open jCadencii, go to "Settings" -> "Preference" -> "Platform" -> "UTAU Cores" -> "wavtool" and select cadencii-yawu.

Note

If you use UTAU with Wine on Linux, please check "Tools" -> "Option" -> "Rendering" -> "Note length calculated by GUI front-end". It is a known bug at UTAU side.

License

This software is licensed under GNU Lesser General Public License version 3 and later. See the file COPYING for more information.

Releases

No releases published

Packages

No packages published

Languages

  • C 70.1%
  • Shell 11.2%
  • C++ 6.2%
  • HTML 5.6%
  • Smarty 5.5%
  • Python 0.5%
  • Other 0.9%