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.86k stars 534 forks source link

Env variable for faster Python imports (#1175) #1388

Open dbogdanov opened 11 months ago

dbogdanov commented 11 months ago

New ESSENTIA_PYTHON_NODOC env variable for faster Python package imports. Skip loading an instance of each algorithm to populate doc and struct fields in its wrapper class, when this varaible equals to 'True', 'true' or '1'.

Pending tasks: