powered by
Returns detailed information about the configurable parameters for a given Vamp plugin. Parameters can be adjusted to customize plugin behavior.
vampPluginParams(key)
A data frame with one row per parameter and columns including:
Parameter identifier
Human-readable parameter name
Parameter description
Unit of measurement (if applicable)
Minimum allowed value
Maximum allowed value
Default value
Logical indicating if parameter is quantized to discrete values
Returns an empty data frame if the plugin has no configurable parameters.
Character string specifying the plugin key in "library:plugin" format (e.g., "vamp-aubio-plugins:aubionotes"). Use vampPlugins to get plugin IDs.
vampPlugins
vampPlugins to list available plugins
if (FALSE) { # Get parameters for aubio onset detector params <- vampPluginParams("vamp-aubio-plugins:aubioonset") }
Run the code above in your browser using DataLab