-
Notifications
You must be signed in to change notification settings - Fork 306
Resamplers and Wavtools
Dalton Knight edited this page Oct 3, 2022
·
27 revisions
File must be in .exe
and can placed in subfolders.
- On your unzipped OpenUtau folder, locate the resampler folder named
Resamplers
. - Open the resampler folder and place the resampler on the folder.
As of macOS 11.6, the below method works.
- Install homebrew
- Install wine32on64 using following commands:
brew tap gcenx/wine
brew install --cask --no-quarantine wine-crossover
- 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.
For wrapping Windows resamplers into Linux, use this method:
- Install Wine
- Open Resamplers folder (should be on /home/your_username/OpenUtau/Resamplers/)
- 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}"
- Restart or execute OpenUtau.
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 |
-
moresampler.exe
- Add
moresampler.exe
withoutmoreconfig.txt
inResamplers
folder - Add
moresampler.exe
with unmodifiedmoreconfig.txt
inWavtools
folder - Now you should able to use it either as resampler only, or as both wavtool and resampler.
- Add
-
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
- On your unzipped OpenUtau folder, locate the wavtool folder named
Wavtools
. - Open the wavtool folder and place the downloaded wavtool on the folder.
##macOS
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 |