vamp-plugins / vampy-host

Python module to load and use native Vamp plugins for audio feature analysis.
https://pypi.python.org/pypi/vamp
Other
26 stars 6 forks source link

vamp.get_parameters_of() required #5

Closed beantowel closed 4 years ago

beantowel commented 5 years ago

some vamp plugins got custom input parameters, in vamp.collect, we pass them as a parameters=<the param dictionary>, but I found no where to find the documentation about what parameters a plugin would have. So could you add a function like vamp.get_parameters_of() to tell a plugin's additional parameters?