annotate 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 |
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@75
|
5 from load import listPlugins, loadAndConfigureFor
|
Chris@75
|
6 from frames import framesFromArray
|
Chris@75
|
7 from process import process
|
Chris@75
|
8 from collect import collect
|