comparison README @ 38:7d237da42772

...
author cannam
date Wed, 20 Sep 2006 16:03:08 +0000
parents 154f86cb8c99
children ae3e47e76d2d
comparison
equal deleted inserted replaced
37:e8ecff3a9001 38:7d237da42772
39 receives no further parameter changes during use -- unlike real 39 receives no further parameter changes during use -- unlike real
40 time plugin APIs in which the input parameters may change at any 40 time plugin APIs in which the input parameters may change at any
41 time. This also means that fundamental properties such as the 41 time. This also means that fundamental properties such as the
42 number of values per output or the preferred processing block 42 number of values per output or the preferred processing block
43 size may depend on the input parameters. 43 size may depend on the input parameters.
44
45 * Vamp plugins do not have to be able to run in real time.
44 46
45 Vamp reuses some ideas from several existing systems, notably DSSI 47 Vamp reuses some ideas from several existing systems, notably DSSI
46 (http://dssi.sourceforge.net) and FEAPI (http://feapi.sourceforge.net). 48 (http://dssi.sourceforge.net) and FEAPI (http://feapi.sourceforge.net).
47 49
48 50