MTG / essentia

C++ library for audio and music analysis, description and synthesis, including Python bindings
http://essentia.upf.edu
GNU Affero General Public License v3.0
2.82k stars 529 forks source link

Python examples #1414

Open xaviliz opened 4 months ago

xaviliz commented 4 months ago

This Pull Request consolidates some essentia examples that were failing. They have been tested on Linux and OSX (with and old version using FFmpeg). I propose to revise most of them are reading or writing audio files because they will fail on OSX. We can just detect the platform with os and to use soundfile to avoid issues. It also includes an comparison with standard and streaming for MFCC extraction.