Vamp::Plugin::OutputDescriptor Struct Reference

#include <Plugin.h>

List of all members.


Detailed Description

Definition at line 201 of file vamp-sdk/Plugin.h.


Public Types

enum  SampleType { OneSamplePerStep, FixedSampleRate, VariableSampleRate }

Public Member Functions

 OutputDescriptor ()

Public Attributes

std::string identifier
 The name of the output, in computer-usable form.
std::string name
 The human-readable name of the output.
std::string description
 A human-readable short text describing the output.
std::string unit
 The unit of the output, in human-readable form.
bool hasFixedBinCount
 True if the output has the same number of values per sample for every output sample.
size_t binCount
 The number of values per result of the output.
std::vector< std::string > binNames
 The (human-readable) names of each of the bins, if appropriate.
bool hasKnownExtents
 True if the results in each output bin fall within a fixed numeric range (minimum and maximum values).
float minValue
 Minimum value of the results in the output.
float maxValue
 Maximum value of the results in the output.
bool isQuantized
 True if the output values are quantized to a particular resolution.
float quantizeStep
 Quantization resolution of the output values (e.g.
SampleType sampleType
 Positioning in time of the output results.
float sampleRate
 Sample rate of the output results, as samples per second.
bool hasDuration
 True if the returned results for this output are known to have a duration field.

Member Enumeration Documentation

Enumerator:
OneSamplePerStep  Results from each process() align with that call's block start.
FixedSampleRate  Results are evenly spaced in time (sampleRate specified below).
VariableSampleRate  Results are unevenly spaced and have individual timestamps.

Definition at line 282 of file vamp-sdk/Plugin.h.


Constructor & Destructor Documentation

Vamp::Plugin::OutputDescriptor::OutputDescriptor (  )  [inline]

Definition at line 317 of file vamp-sdk/Plugin.h.


Member Data Documentation

The name of the output, in computer-usable form.

Should be reasonably short and without whitespace or punctuation, using the characters [a-zA-Z0-9_-] only. Example: "zero_crossing_count"

Definition at line 209 of file vamp-sdk/Plugin.h.

Referenced by ZeroCrossing::getOutputDescriptors(), SpectralCentroid::getOutputDescriptors(), PowerSpectrum::getOutputDescriptors(), PercussionOnsetDetector::getOutputDescriptors(), FixedTempoEstimator::D::getOutputDescriptors(), and AmplitudeFollower::getOutputDescriptors().

A human-readable short text describing the output.

May be empty if the name has said it all already. Example: "The number of zero crossing points per processing block"

Definition at line 222 of file vamp-sdk/Plugin.h.

Referenced by ZeroCrossing::getOutputDescriptors(), SpectralCentroid::getOutputDescriptors(), PowerSpectrum::getOutputDescriptors(), PercussionOnsetDetector::getOutputDescriptors(), FixedTempoEstimator::D::getOutputDescriptors(), and AmplitudeFollower::getOutputDescriptors().

True if the output has the same number of values per sample for every output sample.

Outputs for which this is false are unlikely to be very useful in a general-purpose host.

Definition at line 234 of file vamp-sdk/Plugin.h.

Referenced by ZeroCrossing::getOutputDescriptors(), SpectralCentroid::getOutputDescriptors(), PowerSpectrum::getOutputDescriptors(), PercussionOnsetDetector::getOutputDescriptors(), FixedTempoEstimator::D::getOutputDescriptors(), and AmplitudeFollower::getOutputDescriptors().

The number of values per result of the output.

Undefined if hasFixedBinCount is false. If this is zero, the output is point data (i.e. only the time of each output is of interest, the value list will be empty).

Definition at line 242 of file vamp-sdk/Plugin.h.

Referenced by ZeroCrossing::getOutputDescriptors(), SpectralCentroid::getOutputDescriptors(), PowerSpectrum::getOutputDescriptors(), PercussionOnsetDetector::getOutputDescriptors(), FixedTempoEstimator::D::getOutputDescriptors(), and AmplitudeFollower::getOutputDescriptors().

std::vector<std::string> Vamp::Plugin::OutputDescriptor::binNames

The (human-readable) names of each of the bins, if appropriate.

This is always optional.

Definition at line 248 of file vamp-sdk/Plugin.h.

True if the results in each output bin fall within a fixed numeric range (minimum and maximum values).

Undefined if binCount is zero.

Definition at line 255 of file vamp-sdk/Plugin.h.

Referenced by ZeroCrossing::getOutputDescriptors(), SpectralCentroid::getOutputDescriptors(), PowerSpectrum::getOutputDescriptors(), PercussionOnsetDetector::getOutputDescriptors(), FixedTempoEstimator::D::getOutputDescriptors(), and AmplitudeFollower::getOutputDescriptors().

Minimum value of the results in the output.

Undefined if hasKnownExtents is false or binCount is zero.

Definition at line 261 of file vamp-sdk/Plugin.h.

Referenced by FixedTempoEstimator::D::getOutputDescriptors().

Maximum value of the results in the output.

Undefined if hasKnownExtents is false or binCount is zero.

Definition at line 267 of file vamp-sdk/Plugin.h.

Referenced by FixedTempoEstimator::D::getOutputDescriptors().

Quantization resolution of the output values (e.g.

1.0 if they are all integers). Undefined if isQuantized is false or binCount is zero.

Definition at line 280 of file vamp-sdk/Plugin.h.

Referenced by ZeroCrossing::getOutputDescriptors(), PercussionOnsetDetector::getOutputDescriptors(), and FixedTempoEstimator::D::getOutputDescriptors().

Sample rate of the output results, as samples per second.

Undefined if sampleType is OneSamplePerStep.

If sampleType is VariableSampleRate and this value is non-zero, then it may be used to calculate a resolution for the output (i.e. the "duration" of each sample, in time, will be 1/sampleRate seconds). It's recommended to set this to zero if that behaviour is not desired.

Definition at line 309 of file vamp-sdk/Plugin.h.

Referenced by ZeroCrossing::getOutputDescriptors(), PercussionOnsetDetector::getOutputDescriptors(), and FixedTempoEstimator::D::getOutputDescriptors().

True if the returned results for this output are known to have a duration field.

Definition at line 315 of file vamp-sdk/Plugin.h.

Referenced by FixedTempoEstimator::D::getOutputDescriptors().


The documentation for this struct was generated from the following file:

Generated on Mon Dec 8 14:37:20 2008 for VampPluginSDK by  doxygen 1.5.6