Package org.vamp_plugins

  • Class Summary 
    Class Description
    Feature
    Feature contains a single result returned from Plugin.process() or Plugin.getRemainingFeatures().
    OutputDescriptor
    OutputDescriptor describes the properties of an output of a Vamp plugin.
    ParameterDescriptor
    ParameterDescriptor describes the properties of a configurable parameter of a Plugin.
    Plugin
    A Java wrapper for a native-code Vamp plugin.
    PluginLoader
    PluginLoader loads a Vamp plugin by searching the standard Vamp installation path, and returns a Plugin object wrapping the native plugin.
    RealTime
    RealTime class, corresponding to the C++ Vamp::RealTime.
  • Enum Summary 
    Enum Description
    OutputDescriptor.SampleType  
    Plugin.InputDomain  
  • Exception Summary 
    Exception Description