Dependencies
Everything on this page is optional! Most resamplers don't need any of these tools.
Encoders
Some resamplers need additional libraries for full functionality. This isn't normally a problem as most UTAU banks use WAV files, but for the sake of file sizes, some authors release recordings in different formats.
LAME is an MP3 decoder. As the distribution license has changed recently, it may be already installed.
FLAC is a lossless audio decoder and compressor that can be used to create much smaller file sizes than WAV at equal audio quality output.
Ogg Vorbis is a compressed and lossy audio format which normally results in similar filesize and quality to MP3.
FFmpeg is a package that normally includes LAME, Ogg and a number of video encoders, and may sometimes provide an easier install option.
Prebuilt Libraries
Even if they're essential to a program working, these can't normally be bundled with installs due to conflicting open source licenses and patent restrictions.
For example, LAME is still only officially distributed as source code.
All three libraries for additional formats Doppeltler can use are hosted at RareWares.org:
- LAME: RareWares, AegisCorp builds
- FLAC: RareWares, Xiph
- Ogg Vorbis: oggdec.exe from RareWares
- LAME: AegisCorp builds
- FLAC: Xiph
You might already have FLAC at least..?
It's quite likely there'll be a package with one or all of these for your specific distribution. It's worth checking your documentation!
Wait, these are familiar. It isn't the first time I've had to install these! Maybe I don't need it...?
You might have downloaded something like FFmpeg for Audacity at some point, but unless you manually set environment variables to point to the files, you're going to have to install them again. Sorry!
System Envrionment Variables
Here is a detailed explanation on setting system environment variables on both Windows and Unix based systems.
For using Doppeltler, follow the instructions in the readme:
- Set
lame.exe
atlamepath
- Set
flac.exe
atflacpath
- Set
oggdec.exe
atoggpath
FFTW
Some older resamplers based off WORLD need the Fastest Fourier Transform in the West package.