Overview of Terms
An alphabetical index of the ontology terms, divided into classes, properties and individuals. All the terms are hyperlinked to their detailed description for quick reference.
Classes
Class: vamp:Configuration - unstable -
Configuration
- For extension (SV implementation of Transform).
[back to top]
Class: vamp:DenseOutput - unstable -
DenseOutput
- Specific output type comprising large binary data (e.g.: chromagram).
[back to top]
Class: vamp:Feature - deprecated -
Feature
- This may be removed mighty soon as we rely on the Audio Features Ontology for this
[back to top]
Class: vamp:InputDomain - stable -
InputDomain
- Plugins warn about the input domain they require so the host can convert properly the input data. Note that this is not necessary if the host is using a PluginAdapter to wrap plugins (see Vamp doc).
[back to top]
Class: vamp:Parameter - unstable -
Parameter
- Parameter used by the plugin transform to set up the plugin. The parameter class instances should be instantiated according to the specific vamp:PluginDescriptor instance for each plugin.
[back to top]
Class: vamp:ParameterDescriptor - stable -
ParameterDescriptor
- Descriptior of a plugin parameter. Hosts require to know about the specific type and form of the parameters of a particular plugin for a correct transform setup.
[back to top]
Class: vamp:Plugin - stable -
Plugin
- Vamp plugin is an implementation of a feature extraction algorithm based on the Vamp API.
[back to top]
Class: vamp:PluginDescription - unstable -
PluginDescription
- The plugin descriptor provides basic metadata of the plugin. We may remove this and link directly to the plugin instance.
[back to top]
Class: vamp:PluginLibrary - stable -
PluginLibrary
- Library of Vamp Plugins. This may need to include rights.
[back to top]
Class: vamp:PluginOutput - unstable -
PluginOutput
- Descriptior of the plugin output. This descriptor provides necessary information to interpret correctly the output features. The output type will determine how to read the temporal information of the extracted feature and how to manage the burden of ouput data.
[back to top]
Class: vamp:PluginProgram - unstable -
PluginProgram
- Plugin program defines a predefined context of parameters. We may not need a concept for this and just a property linking a string representing the program name.
[back to top]
Class: vamp:SampleType - stable -
SampleType
- Sample type specifies the temporal information of the plugin output. This information should be confronted with the output type for a correct interpretation.
[back to top]
Class: vamp:SparseOutput - unstable -
SparseOutput
- Specific output type used in sparse data outputs (e.g.: key detector).
[back to top]
Class: vamp:TrackLevelOutput - unstable -
TrackLevelOutput
- Specific output type that returns track level information. This sort of output will require a "hacky" interpretation of the feature timestamp as it will reflect some track metadata instead of temporal data.
[back to top]
Properties
Property: vamp:available_plugin - stable -
available_plugin - Available plugins in the library
Property: vamp:bin_count - unstable -
bin_count - Number of elements of the bin output. This information is necessary to define the output as belonging to a specific subclass of Plugin Output.
Property: vamp:bin_names - unstable -
bin_names - List of bin names if available
Property: vamp:block_size - stable -
block_size - Specifies the block size for the framing.
Property: vamp:computes_feature_type - unstable -
computes_feature_type - Feature Types output by the plugin. Links the vamp ontology to the audio features ontology.
Property: vamp:default_value - unstable -
default_value - Default value of the parameter
Property: vamp:duration - unstable -
duration - Specifies temporal information when processing a data stream.
Property: vamp:engine - stable -
engine - Specifies the plugin in execution. This is an extension to use Transform with other plugin libraries
Property: vamp:fixed_bin_count - unstable -
fixed_bin_count - Fixed bin count. A boolean type.
Property: vamp:identifier - stable -
identifier - Machine-readable identifier for Vamp plugin classes (and Transform).
Property: vamp:input_domain - stable -
input_domain - Input domain allowed by the plugin (time or frequency).
Property: vamp:max_value - unstable -
max_value - Maximum value of the parameter range
Property: vamp:min_value - unstable -
min_value - Minimum value of the parameter range
Property: vamp:name - stable -
name - Human-readable identifier for the plugin.
Property: vamp:output_descriptor - stable -
output_descriptor - Links each output type to the plugin.
Property: vamp:parameter - stable -
parameter - Specifies the parameter to set the plugin in execution.
Property: vamp:parameter_descriptor - stable -
parameter_descriptor - Links each parameter descriptor to the plugin.
Property: vamp:parameter_descriptor - stable -
parameter_descriptor - Specifies exactly the type of descriptor to set in the transform by linking it.
Property: vamp:plugin_description - stable -
plugin_description - Links the plugin descriptor to the plugin (it may be redundant for an RDF decription to have a plugin descriptor in between an actual plugin and its properties).
Property: vamp:program - stable -
program - Extension for configuration.
Property: vamp:program - stable -
program - Specifies the program to set the plugin in execution. Here the plugin program matches with the one in the plugin descriptor. There is not descriptor required for the program (just a string), is it?
Property: vamp:quantized_step - unstable -
quantized_step - Quantized step (if any). We do not include isQuantized.
Property: vamp:sample_rate - stable -
sample_rate - Specifies the sample rate if it is not constant.
Property: vamp:sample_rate - stable -
sample_rate - Sample rate of the output if any. Should be read depending on SampleType and Output classes.
Property: vamp:sample_rate - unstable -
sample_rate - Specifies the sample rate if it is not constant.
Property: vamp:sample_rate - unstable -
sample_rate - Sample rate of the output if any. Should be read depending on SampleType and Output classes.
Property: vamp:sample_type - unstable -
sample_type - The sample type specifies the temporal information of the output.
Property: vamp:start - unstable -
start - Specifies temporal information when processing a data stream.
Property: vamp:step_size - stable -
step_size - Specifies the step size for the framing.
Property: vamp:unit - unstable -
unit - Unit of the output/parameter. A string type
Property: vamp:value - stable -
value - Specifies the current value of the parameter.
Property: vamp:vamp_API_version - stable -
vamp_API_version - Version of the Vamp API used to implement this plugin.
Property: vamp:window_type - unstable -
window_type - Specifies the window type (they should be individuals and clearly not here).
Individuals
Individual: Effect -
Effect - Effect transform. This may be just a subclass of Transform...