Chris@56: '''A high-level interface to the vampyhost extension module, for quickly and easily running Vamp audio analysis plugins on audio files and buffers.''' Chris@56: Chris@75: import vampyhost Chris@68: Chris@75: from load import listPlugins, loadAndConfigureFor Chris@75: from frames import framesFromArray Chris@75: from process import process Chris@75: from collect import collect