Freeverb3VST VST Plugins set
There are some types of optimized binary versions of Freeverb3VST. You can use the check_cpu.exe in the package
to choose the suitable binary version for you environment. In most cases, you should use the single precision
SSE optimized version for the 32bit environment and single precision version for the 64bit environment, which may be the fastest version.
The Mac OS X versions and 64bit versions (x64) are preview versions and not tested well.
Latest VST Downloads
Freeverb3VST Project Download
- Windows 64bit binaries
- freeverb3_vst-fast/slow-x64-single/doubleprecision-*.zip
- Windows 32bit binaries
- freeverb3_vst-fast/slow-SSE/SSE2-single/doubleprecision-*.zip
- Mac OS X Universal Binary ppc/ppc64/x86/x64
- freeverb3_vst-macosx-singleprecision-*.zip
Freeverb3 library
Library source code and UNIX audio player plugins' source code
Please visit the Savannah Freeverb3 project page for Freeverb3 library sources.
Version Notes
- Precision of floating point
- The single precision version is suitable for fast realtime operation.
The double precision version may be slower than the fast version, but more accurate
than the single precision version. If you want to get the good sounding output,
you should use the double precision version since the single precision version has precision error noise.
- SIMD Optimization (32bit single precision)
- The x87/3DNow! version is no longer supported.
The SSE version supports CPU after PentiumIII (Intel) and AthlonXP (AMD).
The SSE3 version supports CPU after Pentium4 Prescott (Intel) and Athlon64 Venice (AMD).
The AVX version supports CPU after 2nd generation of Corei7 (Intel) and FX/bulldozer (AMD).
- SIMD Optimization (32bit double precision)
- The x87 version is no longer supported.
The SSE2 version supports CPU after Pentium4 (Intel) and Opteron/Athlon64 (AMD).
The SSE4 version supports CPU after Core2Duo Wolfdale (E8x00 E7x00) (Intel).
The AVX version supports CPU after 2nd generation of Corei7 (Intel) and FX/bulldozer (AMD).
- SIMD Optimization (64bit single/double precision)
- The SSE/SSE2 version supports all AMD64/x86-64 architecture CPUs.
The AVX version supports CPU after 2nd generation of Corei7 (Intel) and FX/bulldozer (AMD).
DLL dependency
The third-party software components in the Freeverb3_vst are statically linked and there is no need
to install them, but some MinGW/GCC DLLs are sometimes needed in some cases because of the MinGW building environment.
The DLLs which may be required to install are in the /bin/ directory in the binary package,
which should be installed to the Windows' System directory or the PATH directory. You do not have to install the DLLs
if you do not get some DLL not found errors.