DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamevamp-examples
Beschreibungexample Vamp plugins and host
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.1-1
Sektionsound
Prioritätextra
Installierte Größe376 Byte
Hängt ab vonlibc6 (>= 2.2.4), libgcc1 (>= 1:4.1.1), libsndfile1 (>= 1.0.20), libstdc++6 (>= 4.4.0)
Empfohlene Pakete
PaketbetreuerSzékelyi Szabolcs
Quellevamp-plugin-sdk
Paketgröße144004 Byte
Prüfsumme MD543fc46eb2ac012c19e7541070692db50
Prüfsumme SHA12d4477263675b37664f22fbb5c9fe94fc54cdb21
Prüfsumme SHA256e428ef7c1ca93a165c471d6de538bd8ef134c843b37513d85b9b4d96385a6141
Link zum Herunterladenvamp-examples_2.1-1_i386.deb
Ausführliche BeschreibungVamp 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.


Impressum
Linux is a registered trademark of Linus Torvalds