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

Replace print statement with function #84

Closed alastair closed 4 years ago

alastair commented 6 years ago

First step in python3 compatibility, replacing print statement with print function. Changes made automatically with pycharm, but individual scripts not tested.