Mercurial > hg > vampy-host
view vamp/__init__.py @ 77:aa8491a11530
Naming: Constants -> CONSTANTS
author | Chris Cannam |
---|---|
date | Wed, 21 Jan 2015 12:22:13 +0000 |
parents | b2afd385586f |
children | 650f0697812f |
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, processMultipleOutputs from collect import collect