All Projects → m13253 → wavtool-yawu

m13253 / wavtool-yawu

Licence: LGPL-3.0 license
Yet Another Wavtool for UTAU

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
C++
36643 projects - #6 most used programming language
HTML
75241 projects
Smarty
1635 projects
python
139335 projects - #7 most used programming language

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.

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].