madronalabs / vutu

application for analyzing sounds with Loris.
Other
45 stars 5 forks source link

vutu

vutu uses the the loris library to analyze and synthesize sounds.

building

The following libraries are required:

Vutu can be built with CMake:

- mkdir build
- cd build
- cmake -GXcode .. (for Mac)

The libsndfile and libresample libraries are also included. Because some configuration is required to get these to work, they are compiled here from source.

On MacOS, we link to SDL2.framework. Get the latest SDL2 .dmg, place SDL2.framework into /Library/Frameworks, and CMake should take care of the rest.

Everything is theoretically cross-platform but I'm currently working on Mac and have not been testing on Windows.