Wiki

Needed resources

Note: Here is the INSTALL file from the SourceForge Sonic Visualiser tree. It has yet to be updated for the revised build system and library layout, but some of the information is still relevant.

fftw needs to be compiled and installed both in single and double precision modes (default mode). Use ./configure --enable-single.

in OSX there's no Makefile install target. To be able to compile RubberBand you need to export the following vars:
export Vamp_CFLAGS='-I$VAMP_SDK_BUILD_FOLDER/vamp-plugin-sdk-2.2/vamp-sdk'
export Vamp_LIBS='-L$VAMP_SDK_BUILD_FOLDER -lvamp-sdk'