Mercurial > hg > vampy-host
diff vamp/__init__.py @ 72:ca1b533b9480
Comment for future work
author | Chris Cannam |
---|---|
date | Fri, 16 Jan 2015 08:32:06 +0000 |
parents | cb0380c92c42 |
children | 78a4034c3830 |
line wrap: on
line diff
--- a/vamp/__init__.py Wed Jan 14 17:33:16 2015 +0000 +++ b/vamp/__init__.py Fri Jan 16 08:32:06 2015 +0000 @@ -92,6 +92,15 @@ plug.unload() +##!!! +## +## We could also devise a generator for the timestamps that need +## filling: provide the output type & rate and get back a timestamp +## generator +## +##!!! + + def collect(data, samplerate, key, parameters = {}, output = ""): plug, stepSize, blockSize = loadAndConfigureFor(data, samplerate, key, parameters)