/Resampler-Manifests

Resampler Manifests for OpenUtau. Contributions are welcome

GNU General Public License v3.0GPL-3.0

WIP (Work-in-Progress)

tool for manifest generator by oxygen dioxide

Windows

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

Compatible with adjustments

MacOS

Resampler Author Resample Manifest Additional Notes
worldline StAkira Built into OpenUtau. Works on all platforms.
macres titinko macres.yaml

Linux

Resampler Author Resample Manifest Additional Notes
worldline StAkira Built into OpenUtau. Works on all platforms.
macres titinko macres.yaml

Resampler Manifest

A resampler manifest is a YAML file used to store the expressions supported by a resampler. With resampler manifests, users can add all of a resampler's supported flags at once using the Add all expressions suggested by renderers button in the Expressions editor.

image

Resampler manifests should have the same name as the resampler executable, stored in the same folder. The manifest must have a .yaml file extension. For example, the resampler manifest for moresampler.exe should be moresampler.yaml located in the same folder with moresampler.exe.

Below is a full example of a resampler manifest for Moresampler. To create a resampler manifest with OpenUtau, add the resampler's expressions to any .ustx project file. Open the project file in a text editor and copy the expressions: section into a blank manifest file.

expressions:
  gen:
    name: Gender Factor
    abbr: gen
    type: Numerical
    min: -100
    max: 100
    default_value: 0
    is_flag: true
    flag: g
  mbre:
    name: Breathiness (Moresampler)
    abbr: mbre
    type: Numerical
    min: -100
    max: 100
    default_value: 0
    is_flag: true
    flag: Mb
  tens:
    name: Tension
    abbr: tens
    type: Numerical
    min: -100
    max: 100
    default_value: 0
    is_flag: true
    flag: Mt
  pit:
    name: Pitch deviation (flag)
    abbr: pit
    type: Numerical
    min: -1200
    max: 1200
    default_value: 0
    is_flag: true
    flag: t
  pkcp:
    name: Peak Compressor
    abbr: pkcp
    type: Numerical
    min: 0
    max: 100
    default_value: 86
    is_flag: true
    flag: P
  amp:
    name: Amplitude Modulation
    abbr: amp
    type: Numerical
    min: -100
    max: 100
    default_value: 0
    is_flag: true
    flag: A
  cons:
    name: Unvoiced Consonant Gain
    abbr: cons
    type: Numerical
    min: -20
    max: 100
    default_value: 0
    is_flag: true
    flag: b
  fstr:
    name: Force Stretch
    abbr: fstr
    type: Options
    min: 0
    max: 1
    default_value: 0
    is_flag: true
    options:
    - ''
    - e
    - Me
  opn:
    name: Openness
    abbr: opn
    type: Numerical
    min: -100
    max: 100
    default_value: 0
    is_flag: true
    flag: Mo
  res:
    name: Resonance
    abbr: res
    type: Numerical
    min: -100
    max: 100
    default_value: 0
    is_flag: true
    flag: Mr
  dry:
    name: Dryness
    abbr: dry
    type: Numerical
    min: -100
    max: 100
    default_value: 0
    is_flag: true
    flag: Md
  cors:
    name: Coarseness
    abbr: cors
    type: Numerical
    min: 0
    max: 100
    default_value: 0
    is_flag: true
    flag: MC
  grwl:
    name: Growl
    abbr: grwl
    type: Numerical
    min: 0
    max: 100
    default_value: 0
    is_flag: true
    flag: MG
  dist:
    name: Distortion
    abbr: dist
    type: Numerical
    min: 0
    max: 100
    default_value: 0
    is_flag: true
    flag: MD
  stbl:
    name: Stabilization
    abbr: stbl
    type: Numerical
    min: 0
    max: 10
    default_value: 0
    is_flag: true
    flag: Ms
  mint:
    name: Model Interpolation
    abbr: mint
    type: Numerical
    min: 0
    max: 100
    default_value: 100
    is_flag: true
    flag: Mm