MTG / gaia

C++ library to apply similarity measures and classifications on the results of audio analysis, including Python bindings. Together with Essentia it can be used to compute high-level descriptions of music.
http://essentia.upf.edu
GNU Affero General Public License v3.0
271 stars 66 forks source link

Fix Qt5 paths in pkg-config file #109

Closed jpauwels closed 4 years ago

jpauwels commented 4 years ago

The generated gaia2.pc file was apparently forgotten during the upgrade to Qt5. I also took the liberty of removing an outdated workaround: the libyaml issue has now been corrected in homebrew.

alastair commented 4 years ago

Thanks! What's your usecase with gaia at the moment? Have you compared qt5 against qt4? We did some quick experiments but they showed that the results were quite different between the two versions and we have to do some additional testing to work out why the differences are appearing.

jpauwels commented 4 years ago

I just wanted to compile the gaia extractor into essentia, so that's why this error came up, it's not relevant for standalone gaia. I haven't tested anything, but was planning to look at the pretrained mood models, but might go straight for the tensorflow ones now.