Olnium / vutu

application for analyzing sounds with Loris.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

application for analyzing sounds with Loris.

License:Other


Languages

Language:C++ 86.9%Language:CMake 11.3%Language:C 1.8%