Skip to content

Resamplers and Wavtools

Dalton Knight edited this page Oct 3, 2022 · 27 revisions

Installing Resamplers

Windows

File must be in .exe and can placed in subfolders.

  1. On your unzipped OpenUtau folder, locate the resampler folder named Resamplers.
  2. Open the resampler folder and place the resampler on the folder.

macOS

As of macOS 11.6, the below method works.

  1. Install homebrew
  2. Install wine32on64 using following commands:
brew tap gcenx/wine
brew install --cask --no-quarantine wine-crossover
  1. Download "mac_additional.zip" from OpenUtau release page. Use the .sh script to wrap your exe. You will need to edit the .sh script to work with each resampler.

Linux

For wrapping Windows resamplers into Linux, use this method:

  1. Install Wine
  2. Open Resamplers folder (should be on /home/your_username/OpenUtau/Resamplers/)
  3. Create a new text file with the name of your resampler (don't need to have a file extension). Open, add and edit this script:
#!/bin/bash
LANG="ja_JP.UTF8" wine "/absolute/path/to/your/resampler.exe" "${@,-1}"
  1. Restart or execute OpenUtau.

Tested Resamplers and Directories

This is a list of all UTAU resamplers tested with OpenUtau.

Resampler Author Additional Notes
worldline StAkira OpenUtau built-in on all platforms.
bkh01.exe Zteer
doppeltler32.exe Ameya
doppeltler64.exe Ameya
EFB-GT.exe Custom.Maid
EFB-PB.exe Custom.maid
f2resamp32.exe Ameya
f2resamp64.exe Ameya
fresamp11.exe Ameya
fresamp12.exe Ameya
fresamp14.exe Ameya
fresamp14omp.exe Ameya Ported to OpenMP with faster rendering speed than fresamp14.exe.
lessampler.exe YuzukiTsuru See additonal notes.
macres.exe titinko
model4.exe Ameya
moresampler.exe Kanru Hua See adjustments for compatibility.
phavoco.exe Ameya
phaavoco.exe Ameya
resampler.exe Ameya UTAU built-in resampler.
SpaceWorld_win64.exe LovelyA72 See adjustments for compatibility.
TIPS.exe ScientistB
tn_fnds.exe Zteer
UDB YuzukiTsuru UDB means UTAU Debug Engine.
vs4u.exe Akky
w4u.exe Zany
WARP.exe Custom.Maid
wn4u.exe Zany See adjustments for compatibility.
young3.exe Zany

Compatible with adjustments

  • moresampler.exe
    • Add moresampler.exe without moreconfig.txt in Resamplers folder
    • Add moresampler.exe with unmodified moreconfig.txt in Wavtools folder
    • Now you should able to use it either as resampler only, or as both wavtool and resampler.
  • SpaceWorld_win64.exe and wn4u.exe
    • May experience issues if the voicebank doesn't have frq files generated beforehand. SpaceWorld version 1.0.1 prevents the software from crashing in case of a missing frq file.
  • lessampler
    • In development, lack of flag support
    • Oversized Audio Model Attention

Installing Wavtools

Windows

  1. On your unzipped OpenUtau folder, locate the wavtool folder named Wavtools.
  2. Open the wavtool folder and place the downloaded wavtool on the folder.

##macOS

Linux

Tested Wavtools and Directories

This is a list of all UTAU wavtools tested with OpenUtau.

Wavtool Author Additonal Notes
simple StAkira OpenUtau built-in on all platforms.
convergence StAkira OpenUtau built-in on all platforms. Phase correction implemented.
moresampler.exe Kanru Hua See adjustments for compatibility.
wavtool64 Ameya
wavtool4vcv nmasao