annotate vamp/__init__.py @ 93:4bed6bf67243

Return simple array for simple data
author Chris Cannam
date Mon, 02 Feb 2015 16:08:42 +0000
parents a11b57e9fb0b
children 3e5791890b65
rev   line source
Chris@56 1 '''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 2
Chris@75 3 import vampyhost
Chris@68 4
Chris@82 5 from load import list_plugins, load_and_configure
Chris@82 6 from frames import frames_from_array
Chris@82 7 from process import process, process_multiple_outputs
Chris@75 8 from collect import collect