Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 874 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 874 Bytes

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.