vamp-plugin-sdk 2.9.0-1 source package in Ubuntu

Changelog

vamp-plugin-sdk (2.9.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Team upload.
  * d/copyright: Use https protocol in Format field
  * d/control: Set Vcs-* to salsa.debian.org

  [ Felipe Sateler ]
  * Change maintainer address to <email address hidden>

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat

  [ Sebastian Ramacher ]
  * New upstream release
  * debian/copyright: Update copyright info
  * debian/control:
    - Remove obsolete Breaks+Replaces+Pre-Depends
    - Bump debhelper compat to 12
    - Bump Standards-Version
  * debian/rules:
    - Do not remove Doxygen's jquery
    - Split build override
  * debian/patches:
    - Refresh patches
    - Fix underlinking properly

 -- Sebastian Ramacher <email address hidden>  Thu, 21 Nov 2019 23:51:02 +0100

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
any all
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
vamp-plugin-sdk_2.9.0-1.dsc 2.3 KiB 36f6d6ba5b17ac5fbfc3bdceceedc81d74d5fba443bf2c4d1fc62f7241e85e3a
vamp-plugin-sdk_2.9.0.orig.tar.gz 305.4 KiB b72a78ef8ff8a927dc2ed7e66ecf4c62d23268a5d74d02da25be2b8d00341099
vamp-plugin-sdk_2.9.0-1.debian.tar.xz 9.3 KiB fe972a80f567607247caea2fc67c419872d9036f66bd30234e9e5db559d43a88

Available diffs

No changes file available.

Binary packages built by this source

libvamp-hostsdk3v5: helper library for Vamp hosts written in C++

 Vamp is an audio processing plugin system for plugins that extract
 descriptive information from audio data - typically referred to as
 audio analysis plugins or audio feature extraction plugins.
 .
 This library contains handy classes for using Vamp plugins from
 hosts written in C++.

libvamp-hostsdk3v5-dbgsym: debug symbols for libvamp-hostsdk3v5
libvamp-sdk2v5: helper library for Vamp plugins written in C++

 Vamp is an audio processing plugin system for plugins that extract
 descriptive information from audio data - typically referred to as
 audio analysis plugins or audio feature extraction plugins.
 .
 If you want to develop Vamp plugins in C++, you should use this
 library to expose the official C API to hosts.

libvamp-sdk2v5-dbgsym: debug symbols for libvamp-sdk2v5
vamp-examples: example Vamp plugins, host and RDF generator

 Vamp is an audio processing plugin system for plugins that extract
 descriptive information from audio data - typically referred to as
 audio analysis plugins or audio feature extraction plugins.
 .
 This package contains the following example plugins:
 .
  * Zero Crossings calculates the positions and density of
    zero-crossing points in an audio waveform.
 .
  * Spectral Centroid calculates the centre of gravity of the
    frequency domain representation of each block of audio.
 .
  * Simple Power Spectrum calculates a power spectrum from the input
    audio. Actually, it doesn't do any work except calculating power
    from a cartesian complex FFT output. The work of calculating this
    frequency domain output is done for it by the host or host SDK; the
    plugin just needs to declare that it wants frequency domain
    input. This is the simplest of the example plugins.
 .
  * Amplitude Follower is an implementation of SuperCollider's
    amplitude-follower algorithm as a simple Vamp plugin.
 .
  * Simple Percussion Onset Detector: estimates the locations of
    percussive onsets using a simple method described in "Drum Source
    Separation using Percussive Feature Detection and Spectral
    Modulation" by Dan Barry, Derry Fitzgerald, Eugene Coyle and Bob
    Lawlor, ISSC 2005.
 .
  * Simple Fixed Tempo Estimator: calculates a single beats-per-minute
    value which is an estimate of the tempo of a piece of music that is
    assumed to be of fixed tempo, using autocorrelation of a frequency
    domain energy rise metric. It has several outputs that return
    intermediate results used in the calculation, and may be a useful
    example of a plugin having several outputs with varying feature
    structures.
 .
 Also included is a simple host that can enumerate plugins, list their
 features, and process an audio file as well as a utility to generate
 Vamp plugin RDF templates.

vamp-examples-dbgsym: debug symbols for vamp-examples
vamp-plugin-sdk: audio analysis and feature extraction plugins (SDK)

 Vamp is an audio processing plugin system for plugins that extract
 descriptive information from audio data - typically referred to as
 audio analysis plugins or audio feature extraction plugins.
 .
 Just like an audio effects plugin (such as a VST), a Vamp plugin is a
 binary module that can be loaded up by a host application and fed
 audio data. However, unlike an effects plugin, a Vamp plugin outputs
 not processed audio but some sort of symbolic information. Typical
 things that a Vamp plugin might calculate include the locations of
 moments such as note onset times, visual representations of the audio
 such as histograms, or curve data such as power or fundamental
 frequency.
 .
 Hosts using Vamp plugins include Audacity and Sonic Visualiser.
 .
 This package contains C and C++ header files for developing Vamp
 plugins and hosts as well as source code of example plugins and a
 simple host.

vamp-plugin-sdk-doc: audio analysis and feature extraction plugins (API documentation)

 Vamp is an audio processing plugin system for plugins that extract
 descriptive information from audio data - typically referred to as
 audio analysis plugins or audio feature extraction plugins.
 .
 This package contains API specification for Vamp plugins and
 documentation for libraries provided by the libvamp-hostsdk3 and
 libvamp-sdk2 packages.