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

Changelog

vamp-plugin-sdk (2.1-1) unstable; urgency=low

  * New upstream release (Closes: #560337)
  * Added skeleton/ to vamp-plugin-sdk
  * Added vamp-rdf-tempate-generator to vamp-plugin-sdk
  * Added manpage for vamp-rdf-template-generator TODO
  * Don't run `$(MAKE) test` if `nocheck` is present in DEB_BUILD_OPTIONS.
    This involves running several $(MAKE)s with specific targets instead
    of one generic run. TODO: check Makefile for new targets on every new
    upstream release.
  * Fixed typo in debian/control, libvamp-sdk2
  * Fixed debian/vamp-plugin-sdk.examples so source code for example plugins
    is really installed now
  * Added #include <cstdio> to examples/FixedTempoEstimator.cpp to build
    with GCC 4.3 (Closes: #562653)
  * Provide a doc-base control file in vamp-plugin-sdk-doc
  * Bumped Standards-Version to 3.8.3

vamp-plugin-sdk (2.0-1) unstable; urgency=low

  * New upstream release
  * Adopted to new upstream build process (GNU Autoconf)
  * Bumped Standards-Version to 3.8.1
  * Renamed libvamp-sdk1 to libvamp-sdk2
  * Renamed libvamp-hostsdk2 to libvamp-hostsdk3
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  18 Jan 2010 07:34:15 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
SZÉKELYI Szabolcs
Architectures:
any
Section:
sound
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe sound

Downloads

File Size SHA-256 Checksum
vamp-plugin-sdk_2.1.orig.tar.gz 161.2 KiB d088daddebea3284a4aadb51fe7a488b00ccf61034287a8c3eca4d5248ca2c4f
vamp-plugin-sdk_2.1-1.diff.gz 7.0 KiB 1a6a9883c1a8cdb0e9d235c807c7db311b5cee7f3cf91c51a85283d06f448f67
vamp-plugin-sdk_2.1-1.dsc 1.1 KiB b698f0cb375413c23e2da82f82f7135c8ed6b941f97424fb8a9d80bc528f8c32

Available diffs

View changes file

Binary packages built by this source

libvamp-hostsdk3: No summary available for libvamp-hostsdk3 in ubuntu natty.

No description available for libvamp-hostsdk3 in ubuntu natty.

libvamp-sdk2: No summary available for libvamp-sdk2 in ubuntu quantal.

No description available for libvamp-sdk2 in ubuntu quantal.

vamp-examples: example Vamp plugins and host

 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.

vamp-plugin-sdk: No summary available for vamp-plugin-sdk in ubuntu oneiric.

No description available for vamp-plugin-sdk in ubuntu oneiric.

vamp-plugin-sdk-doc: No summary available for vamp-plugin-sdk-doc in ubuntu maverick.

No description available for vamp-plugin-sdk-doc in ubuntu maverick.