Mercurial > hg > vampy-host
view vamp/__init__.py @ 75:ad08a0fe6673
Split out the module code
author | Chris Cannam |
---|---|
date | Wed, 21 Jan 2015 11:16:50 +0000 |
parents | 78a4034c3830 |
children | b2afd385586f |
line wrap: on
line source
'''A high-level interface to the vampyhost extension module, for quickly and easily running Vamp audio analysis plugins on audio files and buffers.''' import vampyhost from load import listPlugins, loadAndConfigureFor from frames import framesFromArray from process import process from collect import collect