annotate rdfn3/af-Vamp.n3 @ 18:d5012016bf64 tip

added rdfpy and rdfonto directories
author nothing@tehis.net
date Tue, 23 Apr 2013 11:49:20 +0100
parents 62d2c72e4223
children
rev   line source
nothing@0 1 @prefix Vamp: <file:///Users/alo/MusicOntology/features/rdf/> .
nothing@0 2 @prefix dc: <http://purl.org/dc/elements/1.1/> .
nothing@0 3 @prefix local: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/> .
nothing@0 4 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
nothing@0 5
nothing@0 6 <PitchContours:All> a rdfs:Resource ;
nothing@0 7 local:domain "time" ;
nothing@0 8 local:feature "Pitch Contours: All (MELODIA - Melody Extraction (intermediate steps))" ;
nothing@0 9 local:output "Dense" ;
nothing@0 10 local:source "Music Technology Group, Universitat Pompeu Fabra" .
nothing@0 11
nothing@0 12 <PitchContours:Melody> a rdfs:Resource ;
nothing@0 13 local:domain "time" ;
nothing@0 14 local:feature "Pitch Contours: Melody (MELODIA - Melody Extraction (intermediate steps))" ;
nothing@0 15 local:output "Dense" ;
nothing@0 16 local:source "Music Technology Group, Universitat Pompeu Fabra" .
nothing@0 17
nothing@0 18 Vamp:AdaptiveSpectrogram a rdfs:Resource ;
nothing@0 19 dc:description "Produce an adaptive spectrogram by adaptive selection from spectrograms at multiple resolutions" ;
nothing@0 20 local:domain "time" ;
nothing@0 21 local:feature "Adaptive Spectrogram" ;
nothing@0 22 local:output "Dense" ;
nothing@0 23 local:source "Queen Mary, University of London" .
nothing@0 24
nothing@0 25 Vamp:AubioBeatTracker a rdfs:Resource ;
nothing@0 26 dc:description "Estimate the musical tempo and track beat positions" ;
nothing@0 27 local:domain "time" ;
nothing@0 28 local:feature "Aubio Beat Tracker" ;
nothing@0 29 local:source "Paul Brossier (method by Matthew Davies, plugin by Chris Cannam)" .
nothing@0 30
nothing@0 31 Vamp:AubioNoteTracker a rdfs:Resource ;
nothing@0 32 dc:description "Estimate note onset positions, pitches and durations" ;
nothing@0 33 local:domain "time" ;
nothing@0 34 local:feature "Aubio Note Tracker" ;
nothing@0 35 local:output "Sparse" ;
nothing@0 36 local:source "Paul Brossier (plugin by Chris Cannam)" .
nothing@0 37
nothing@0 38 Vamp:AubioOnsetDetector a rdfs:Resource ;
nothing@0 39 dc:description "Estimate note onset times" ;
nothing@0 40 local:domain "time" ;
nothing@0 41 local:feature "Aubio Onset Detector" ;
nothing@0 42 local:output "Sparse" ;
nothing@0 43 local:source "Paul Brossier (plugin by Chris Cannam)" .
nothing@0 44
nothing@0 45 Vamp:AubioPitchDetector a rdfs:Resource ;
nothing@0 46 dc:description "Track estimated note pitches" ;
nothing@0 47 local:domain "time" ;
nothing@0 48 local:feature "Aubio Pitch Detector" ;
nothing@0 49 local:output "Sparse" ;
nothing@0 50 local:source "Paul Brossier (plugin by Chris Cannam)" .
nothing@0 51
nothing@0 52 Vamp:AubioSilenceDetector a rdfs:Resource ;
nothing@0 53 dc:description "Detect levels below a certain threshold" ;
nothing@0 54 local:domain "time" ;
nothing@0 55 local:feature "Aubio Silence Detector" ;
nothing@0 56 local:source "Paul Brossier (plugin by Chris Cannam)" .
nothing@0 57
nothing@0 58 Vamp:Autocorrelation a rdfs:Resource ;
nothing@0 59 dc:description "Extract the autocorrelation of an audio signal" ;
nothing@0 60 local:domain "time" ;
nothing@0 61 local:feature "Autocorrelation" ;
nothing@0 62 local:output "Dense" ;
nothing@0 63 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 64
nothing@0 65 Vamp:AverageDeviation a rdfs:Resource ;
nothing@0 66 dc:description "Extract the average deviation of a range of values" ;
nothing@0 67 local:domain "frequency" ;
nothing@0 68 local:feature "Average Deviation" ;
nothing@0 69 local:output "Dense" ;
nothing@0 70 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 71
nothing@0 72 Vamp:AverageMagnitudeDifferenceFunction a rdfs:Resource ;
nothing@0 73 dc:description "Extract the AMDF of an audio signal" ;
nothing@0 74 local:domain "time" ;
nothing@0 75 local:feature "Average Magnitude Difference Function" ;
nothing@0 76 local:output "Dense" ;
nothing@0 77 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 78
nothing@0 79 Vamp:AverageSquaredDifferenceFunction a rdfs:Resource ;
nothing@0 80 dc:description "Extract the ASDF of an audio signal" ;
nothing@0 81 local:domain "time" ;
nothing@0 82 local:feature "Average Squared Difference Function" ;
nothing@0 83 local:output "Dense" ;
nothing@0 84 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 85
nothing@0 86 Vamp:BarandBeatTracker a rdfs:Resource ;
nothing@0 87 dc:description "Estimate bar and beat locations" ;
nothing@0 88 local:domain "time" ;
nothing@0 89 local:feature "Bar and Beat Tracker" ;
nothing@0 90 local:source "Queen Mary, University of London" .
nothing@0 91
nothing@0 92 Vamp:BarkCoefficients a rdfs:Resource ;
nothing@0 93 dc:description "Extract bark coefficients from an audio spectrum" ;
nothing@0 94 local:domain "frequency" ;
nothing@0 95 local:feature "Bark Coefficients" ;
nothing@0 96 local:output "Dense" ;
nothing@0 97 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 98
nothing@0 99 Vamp:Bars a rdfs:Resource ;
nothing@0 100 local:domain "time" ;
nothing@0 101 local:feature "Bars (Bar and Beat Tracker)" ;
nothing@0 102 local:output "Sparse" ;
nothing@0 103 local:source "Queen Mary, University of London" .
nothing@0 104
nothing@0 105 Vamp:BassChromagram a rdfs:Resource ;
nothing@0 106 local:domain "frequency" ;
nothing@0 107 local:feature "Bass Chromagram (NNLS Chroma)" ;
nothing@0 108 local:output "Dense" ;
nothing@0 109 local:source "Matthias Mauch" .
nothing@0 110
nothing@0 111 Vamp:BeatCount a rdfs:Resource ;
nothing@0 112 local:domain "time" ;
nothing@0 113 local:feature "Beat Count (Bar and Beat Tracker)" ;
nothing@0 114 local:output "Sparse" ;
nothing@0 115 local:source "Queen Mary, University of London" .
nothing@0 116
nothing@0 117 Vamp:BeatSpectra a rdfs:Resource ;
nothing@0 118 local:domain "time" ;
nothing@0 119 local:feature "Beat Spectra (Similarity)" ;
nothing@0 120 local:output "Sparse" ;
nothing@0 121 local:source "Queen Mary, University of London" .
nothing@0 122
nothing@0 123 Vamp:BeatSpectralDifference a rdfs:Resource ;
nothing@0 124 local:domain "time" ;
nothing@0 125 local:feature "Beat Spectral Difference (Bar and Beat Tracker)" ;
nothing@0 126 local:output "Sparse" ;
nothing@0 127 local:source "Queen Mary, University of London" .
nothing@0 128
nothing@0 129 Vamp:Beats a rdfs:Resource ;
nothing@0 130 local:domain "frequency",
nothing@0 131 "time" ;
nothing@0 132 local:feature "Beats (Aubio Beat Tracker)",
nothing@0 133 "Beats (Bar and Beat Tracker)",
nothing@0 134 "Beats (Tempo and Beat Tracker)" ;
nothing@0 135 local:output "Sparse" ;
nothing@0 136 local:source "Paul Brossier (method by Matthew Davies, plugin by Chris Cannam)",
nothing@0 137 "Queen Mary, University of London" .
nothing@0 138
nothing@0 139 Vamp:Centroid a rdfs:Resource ;
nothing@0 140 dc:description "Marsyas - Batch Feature Extract - Centroid" ;
nothing@0 141 local:domain "time" ;
nothing@0 142 local:feature "Marsyas - Batch Feature Extract - Centroid" ;
nothing@0 143 local:output "Dense" ;
nothing@0 144 local:source "Marsyas Plugins" .
nothing@0 145
nothing@0 146 Vamp:ChordEstimate a rdfs:Resource ;
nothing@0 147 local:domain "frequency" ;
nothing@0 148 local:feature "Chord Estimate (Chordino)" ;
nothing@0 149 local:output "Sparse" ;
nothing@0 150 local:source "Matthias Mauch" .
nothing@0 151
nothing@0 152 Vamp:Chordino a rdfs:Resource ;
nothing@0 153 dc:description "Chordino provides a simple chord transcription based on NNLS Chroma (as in the NNLS Chroma plugin). Chord profiles given by the user in the file chord.dict are used to calculate frame-wise chord similarities. A simple (non-state-of-the-art!) algorithm smoothes these to provide a chord transcription using a standard HMM/Viterbi approach." ;
nothing@0 154 local:domain "frequency" ;
nothing@0 155 local:feature "Chordino" ;
nothing@0 156 local:source "Matthias Mauch" .
nothing@0 157
nothing@0 158 Vamp:ChromaMeans a rdfs:Resource ;
nothing@0 159 local:domain "frequency" ;
nothing@0 160 local:feature "Chroma Means (Chromagram)" ;
nothing@0 161 local:output "Dense" ;
nothing@0 162 local:source "Queen Mary, University of London" .
nothing@0 163
nothing@0 164 Vamp:Chromagram a rdfs:Resource ;
nothing@0 165 dc:description "Extract a series of tonal chroma vectors from the audio" ;
nothing@0 166 local:domain "frequency" ;
nothing@0 167 local:feature "Chromagram",
nothing@0 168 "Chromagram (NNLS Chroma)" ;
nothing@0 169 local:output "Dense" ;
nothing@0 170 local:source "Matthias Mauch",
nothing@0 171 "Queen Mary, University of London" .
nothing@0 172
nothing@0 173 Vamp:ChromagramandBassChromagram a rdfs:Resource ;
nothing@0 174 local:domain "frequency" ;
nothing@0 175 local:feature "Chromagram and Bass Chromagram (NNLS Chroma)" ;
nothing@0 176 local:output "Dense" ;
nothing@0 177 local:source "Matthias Mauch" .
nothing@0 178
nothing@0 179 Vamp:Coefficients a rdfs:Resource ;
nothing@0 180 local:domain "frequency" ;
nothing@0 181 local:feature "Coefficients (Mel-Frequency Cepstral Coefficients)" ;
nothing@0 182 local:output "Dense" ;
nothing@0 183 local:source "Queen Mary, University of London" .
nothing@0 184
nothing@0 185 Vamp:Constant-QSpectrogram a rdfs:Resource ;
nothing@0 186 dc:description "Extract a spectrogram with constant ratio of centre frequency to resolution from the input audio" ;
nothing@0 187 local:domain "frequency" ;
nothing@0 188 local:feature "Constant-Q Spectrogram" ;
nothing@0 189 local:output "Dense" ;
nothing@0 190 local:source "Queen Mary, University of London" .
nothing@0 191
nothing@0 192 Vamp:DiscreteCosineTransform a rdfs:Resource ;
nothing@0 193 dc:description "Extract the DCT of an audio signal" ;
nothing@0 194 local:domain "time" ;
nothing@0 195 local:feature "Discrete Cosine Transform" ;
nothing@0 196 local:output "Dense" ;
nothing@0 197 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 198
nothing@0 199 Vamp:DiscreteWaveletTransform a rdfs:Resource ;
nothing@0 200 dc:description "Visualisation by scalogram" ;
nothing@0 201 local:domain "time" ;
nothing@0 202 local:feature "Discrete Wavelet Transform" ;
nothing@0 203 local:output "Dense" ;
nothing@0 204 local:source "Queen Mary, University of London" .
nothing@0 205
nothing@0 206 Vamp:DistanceMatrix a rdfs:Resource ;
nothing@0 207 local:domain "time" ;
nothing@0 208 local:feature "Distance Matrix (Similarity)" ;
nothing@0 209 local:output "Dense" ;
nothing@0 210 local:source "Queen Mary, University of London" .
nothing@0 211
nothing@0 212 Vamp:DistancefromFirstChannel a rdfs:Resource ;
nothing@0 213 local:domain "time" ;
nothing@0 214 local:feature "Distance from First Channel (Similarity)" ;
nothing@0 215 local:output "Dense" ;
nothing@0 216 local:source "Queen Mary, University of London" .
nothing@0 217
nothing@0 218 Vamp:FeatureMeans a rdfs:Resource ;
nothing@0 219 local:domain "time" ;
nothing@0 220 local:feature "Feature Means (Similarity)" ;
nothing@0 221 local:output "Dense" ;
nothing@0 222 local:source "Queen Mary, University of London" .
nothing@0 223
nothing@0 224 Vamp:FeatureVariances a rdfs:Resource ;
nothing@0 225 local:domain "time" ;
nothing@0 226 local:feature "Feature Variances (Similarity)" ;
nothing@0 227 local:output "Dense" ;
nothing@0 228 local:source "Queen Mary, University of London" .
nothing@0 229
nothing@0 230 Vamp:FundamentalFrequency a rdfs:Resource ;
nothing@0 231 dc:description "Extract the fundamental frequency of an audio signal" ;
nothing@0 232 local:domain "time" ;
nothing@0 233 local:feature "Fundamental Frequency" ;
nothing@0 234 local:output "Dense" ;
nothing@0 235 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 236
nothing@0 237 <file:///Users/alo/MusicOntology/features/rdf/FundamentalFrequency(failsafe)> a rdfs:Resource ;
nothing@0 238 dc:description "Extract the fundamental frequency of an audio signal (failsafe)" ;
nothing@0 239 local:domain "time" ;
nothing@0 240 local:feature "Fundamental Frequency (failsafe)" ;
nothing@0 241 local:output "Dense" ;
nothing@0 242 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 243
nothing@0 244 Vamp:HPCP a rdfs:Resource ;
nothing@0 245 dc:description "Return the instantaneous evolution of HPCP (Harmonic Pitch Class Profile) of a signal." ;
nothing@0 246 local:domain "frequency" ;
nothing@0 247 local:feature "HPCP" ;
nothing@0 248 local:output "Dense" ;
nothing@0 249 local:source "Music Technology Group, Universitat Pompeu Fabra" .
nothing@0 250
nothing@0 251 Vamp:HarmonicChangeValue a rdfs:Resource ;
nothing@0 252 local:domain "frequency" ;
nothing@0 253 local:feature "Harmonic Change Value (Chordino)" ;
nothing@0 254 local:output "Dense" ;
nothing@0 255 local:source "Matthias Mauch" .
nothing@0 256
nothing@0 257 Vamp:HarmonicSpectrum a rdfs:Resource ;
nothing@0 258 dc:description "Extract the harmonics from an audio spectrum" ;
nothing@0 259 local:domain "frequency" ;
nothing@0 260 local:feature "Harmonic Spectrum" ;
nothing@0 261 local:output "Dense" ;
nothing@0 262 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 263
nothing@0 264 Vamp:HighestValue a rdfs:Resource ;
nothing@0 265 dc:description "Extract the highest value from a given range" ;
nothing@0 266 local:domain "frequency" ;
nothing@0 267 local:feature "Highest Value" ;
nothing@0 268 local:output "Dense" ;
nothing@0 269 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 270
nothing@0 271 Vamp:IBT-INESCBeatTracker a rdfs:Resource ;
nothing@0 272 dc:description "Estimates beat locations and tempo (off-line [default] and on-line modes of operation)" ;
nothing@0 273 local:domain "frequency" ;
nothing@0 274 local:feature "IBT - INESC Beat Tracker" ;
nothing@0 275 local:output "Sparse" ;
nothing@0 276 local:source "Marsyas Plugins" .
nothing@0 277
nothing@0 278 Vamp:Inharmonicity a rdfs:Resource ;
nothing@0 279 dc:description "Extract the inharmonicity of an audio spectrum" ;
nothing@0 280 local:domain "frequency" ;
nothing@0 281 local:feature "Inharmonicity" ;
nothing@0 282 local:output "Dense" ;
nothing@0 283 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 284
nothing@0 285 Vamp:IrregularityI a rdfs:Resource ;
nothing@0 286 dc:description "Extract the irregularity (type I) of an audio spectrum" ;
nothing@0 287 local:domain "frequency" ;
nothing@0 288 local:feature "Irregularity I" ;
nothing@0 289 local:output "Dense" ;
nothing@0 290 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 291
nothing@0 292 Vamp:IrregularityII a rdfs:Resource ;
nothing@0 293 dc:description "Extract the irregularity (type II) of an audio spectrum" ;
nothing@0 294 local:domain "frequency" ;
nothing@0 295 local:feature "Irregularity II" ;
nothing@0 296 local:output "Dense" ;
nothing@0 297 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 298
nothing@0 299 Vamp:Key a rdfs:Resource ;
nothing@0 300 local:domain "time" ;
nothing@0 301 local:feature "Key (Key Detector)" ;
nothing@0 302 local:output "Sparse" ;
nothing@0 303 local:source "Queen Mary, University of London" .
nothing@0 304
nothing@0 305 Vamp:KeyDetector a rdfs:Resource ;
nothing@0 306 dc:description "Estimate the key of the music" ;
nothing@0 307 local:domain "time" ;
nothing@0 308 local:feature "Key Detector" ;
nothing@0 309 local:source "Queen Mary, University of London" .
nothing@0 310
nothing@0 311 Vamp:KeyMode a rdfs:Resource ;
nothing@0 312 local:domain "time" ;
nothing@0 313 local:feature "Key Mode (Key Detector)" ;
nothing@0 314 local:output "Sparse" ;
nothing@0 315 local:source "Queen Mary, University of London" .
nothing@0 316
nothing@0 317 Vamp:KeyStrengthPlot a rdfs:Resource ;
nothing@0 318 local:domain "time" ;
nothing@0 319 local:feature "Key Strength Plot (Key Detector)" ;
nothing@0 320 local:output "Dense" ;
nothing@0 321 local:source "Queen Mary, University of London" .
nothing@0 322
nothing@0 323 Vamp:Kurtosis a rdfs:Resource ;
nothing@0 324 dc:description "Extract the kurtosis of a range of values" ;
nothing@0 325 local:domain "frequency" ;
nothing@0 326 local:feature "Kurtosis" ;
nothing@0 327 local:output "Dense" ;
nothing@0 328 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 329
nothing@0 330 Vamp:LineSpectralPairs a rdfs:Resource ;
nothing@0 331 dc:description "Marsyas - Batch Feature Extract - Line Spectral Pairs" ;
nothing@0 332 local:domain "time" ;
nothing@0 333 local:feature "Marsyas - Batch Feature Extract - Line Spectral Pairs" ;
nothing@0 334 local:output "Dense" ;
nothing@0 335 local:source "Marsyas Plugins" .
nothing@0 336
nothing@0 337 Vamp:LinearPredictionCepstralCoefficients a rdfs:Resource ;
nothing@0 338 dc:description "Marsyas - Batch Feature Extract - Linear Prediction Cepstral Coefficients" ;
nothing@0 339 local:domain "time" ;
nothing@0 340 local:feature "Marsyas - Batch Feature Extract - Linear Prediction Cepstral Coefficients" ;
nothing@0 341 local:output "Dense" ;
nothing@0 342 local:source "Marsyas Plugins" .
nothing@0 343
nothing@0 344 Vamp:LocalTuning a rdfs:Resource ;
nothing@0 345 local:domain "frequency" ;
nothing@0 346 local:feature "Local Tuning (Tuning)" ;
nothing@0 347 local:output "Dense" ;
nothing@0 348 local:source "Matthias Mauch" .
nothing@0 349
nothing@0 350 Vamp:Log-FrequencySpectrum a rdfs:Resource ;
nothing@0 351 local:domain "frequency" ;
nothing@0 352 local:feature "Log-Frequency Spectrum (NNLS Chroma)" ;
nothing@0 353 local:output "Dense" ;
nothing@0 354 local:source "Matthias Mauch" .
nothing@0 355
nothing@0 356 Vamp:Log-LikelihoodofChordEstimate a rdfs:Resource ;
nothing@0 357 local:domain "frequency" ;
nothing@0 358 local:feature "Log-Likelihood of Chord Estimate (Chordino)" ;
nothing@0 359 local:output "Dense" ;
nothing@0 360 local:source "Matthias Mauch" .
nothing@0 361
nothing@0 362 Vamp:Loudness a rdfs:Resource ;
nothing@0 363 dc:description "Extract the loudness of an audio signal from its spectrum" ;
nothing@0 364 local:domain "frequency" ;
nothing@0 365 local:feature "Loudness" ;
nothing@0 366 local:output "Dense" ;
nothing@0 367 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 368
nothing@0 369 Vamp:LowestValue a rdfs:Resource ;
nothing@0 370 dc:description "Extract the lowest value from a given range" ;
nothing@0 371 local:domain "frequency" ;
nothing@0 372 local:feature "Lowest Value" ;
nothing@0 373 local:output "Dense" ;
nothing@0 374 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 375
nothing@0 376 Vamp:MELODIA-MelodyExtraction a rdfs:Resource ;
nothing@0 377 dc:description "Estimates the melody pitch in polyphonic music (also good for homophonic and monophonic music). Segments without melody are indicated by zero or negative values. For further details please read: J. Salamon and E. Gomez, \"Melody Extraction from Polyphonic Music Signals using Pitch Contour Characteristics\", IEEE Transactions on Audio, Speech and Language Processing, 20(6):1759-1770, 2012. We would highly appreciate the above reference being cited in publications of work in which this plug-in was used." ;
nothing@0 378 local:domain "time" ;
nothing@0 379 local:feature "MELODIA - Melody Extraction" ;
nothing@0 380 local:output "Dense" ;
nothing@0 381 local:source "Music Technology Group, Universitat Pompeu Fabra" .
nothing@0 382
nothing@0 383 <file:///Users/alo/MusicOntology/features/rdf/MELODIA-MelodyExtraction(intermediatesteps)> a rdfs:Resource ;
nothing@0 384 dc:description "Provides visualisations of the intermediate steps calculated by the melody extraction algorithm implemented in the MELODIA - Melody Extraction plug-in. For further details please read: J. Salamon and E. Gomez, \"Melody Extraction from Polyphonic Music Signals using Pitch Contour Characteristics\", IEEE Transactions on Audio, Speech and Language Processing, 20(6):1759-1770, 2012. We would highly appreciate the above reference being cited in publications of work in which this plug-in was used." ;
nothing@0 385 local:domain "time" ;
nothing@0 386 local:feature "MELODIA - Melody Extraction (intermediate steps)" ;
nothing@0 387 local:source "Music Technology Group, Universitat Pompeu Fabra" .
nothing@0 388
nothing@0 389 Vamp:Mean a rdfs:Resource ;
nothing@0 390 dc:description "Extract the mean of a range of values" ;
nothing@0 391 local:domain "frequency" ;
nothing@0 392 local:feature "Mean" ;
nothing@0 393 local:output "Dense" ;
nothing@0 394 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 395
nothing@0 396 Vamp:MeansofCoefficients a rdfs:Resource ;
nothing@0 397 local:domain "frequency" ;
nothing@0 398 local:feature "Means of Coefficients (Mel-Frequency Cepstral Coefficients)" ;
nothing@0 399 local:output "Dense" ;
nothing@0 400 local:source "Queen Mary, University of London" .
nothing@0 401
nothing@0 402 Vamp:Mel-FrequencyCepstralCoefficients a rdfs:Resource ;
nothing@0 403 dc:description "Calculate a series of MFCC vectors from the audio",
nothing@0 404 "Extract MFCC from an audio spectrum",
nothing@0 405 "Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients" ;
nothing@0 406 local:domain "frequency",
nothing@0 407 "time" ;
nothing@0 408 local:feature "Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients",
nothing@0 409 "Mel-Frequency Cepstral Coefficients" ;
nothing@0 410 local:output "Dense" ;
nothing@0 411 local:source "Marsyas Plugins",
nothing@0 412 "Queen Mary, University of London",
nothing@0 413 "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 414
nothing@0 415 Vamp:NNLSChroma a rdfs:Resource ;
nothing@0 416 dc:description "This plugin provides a number of features derived from a DFT-based log-frequency amplitude spectrum: some variants of the log-frequency spectrum, including a semitone spectrum derived from approximate transcription using the NNLS algorithm; and based on this semitone spectrum, different chroma features." ;
nothing@0 417 local:domain "frequency" ;
nothing@0 418 local:feature "NNLS Chroma" ;
nothing@0 419 local:source "Matthias Mauch" .
nothing@0 420
nothing@0 421 Vamp:Noisiness a rdfs:Resource ;
nothing@0 422 dc:description "Extract the noisiness of an audio spectrum" ;
nothing@0 423 local:domain "frequency" ;
nothing@0 424 local:feature "Noisiness" ;
nothing@0 425 local:output "Dense" ;
nothing@0 426 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 427
nothing@0 428 Vamp:Non-SilentRegions a rdfs:Resource ;
nothing@0 429 local:domain "time" ;
nothing@0 430 local:feature "Non-Silent Regions (Aubio Silence Detector)" ;
nothing@0 431 local:output "Sparse" ;
nothing@0 432 local:source "Paul Brossier (plugin by Chris Cannam)" .
nothing@0 433
nothing@0 434 Vamp:Non-zerocount a rdfs:Resource ;
nothing@0 435 dc:description "Extract the number of non-zero elements in an input spectrum" ;
nothing@0 436 local:domain "frequency" ;
nothing@0 437 local:feature "Non-zero count" ;
nothing@0 438 local:output "Dense" ;
nothing@0 439 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 440
nothing@0 441 Vamp:NoteOnsetDetector a rdfs:Resource ;
nothing@0 442 dc:description "Estimate individual note onset positions" ;
nothing@0 443 local:domain "frequency" ;
nothing@0 444 local:feature "Note Onset Detector" ;
nothing@0 445 local:source "Queen Mary, University of London" .
nothing@0 446
nothing@0 447 Vamp:NoteOnsets a rdfs:Resource ;
nothing@0 448 local:domain "frequency" ;
nothing@0 449 local:feature "Note Onsets (Note Onset Detector)" ;
nothing@0 450 local:output "Sparse" ;
nothing@0 451 local:source "Queen Mary, University of London" .
nothing@0 452
nothing@0 453 Vamp:NoteRepresentationofChordEstimate a rdfs:Resource ;
nothing@0 454 local:domain "frequency" ;
nothing@0 455 local:feature "Note Representation of Chord Estimate (Chordino)" ;
nothing@0 456 local:output "Sparse" ;
nothing@0 457 local:source "Matthias Mauch" .
nothing@0 458
nothing@0 459 <file:///Users/alo/MusicOntology/features/rdf/Odd/evenHarmonicRatio> a rdfs:Resource ;
nothing@0 460 dc:description "Extract the odd-to-even harmonic ratio of an audio spectrum" ;
nothing@0 461 local:domain "frequency" ;
nothing@0 462 local:feature "Odd/even Harmonic Ratio" ;
nothing@0 463 local:output "Dense" ;
nothing@0 464 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 465
nothing@0 466 Vamp:OnsetDetectionFunction a rdfs:Resource ;
nothing@0 467 local:domain "frequency" ;
nothing@0 468 local:feature "Onset Detection Function (Note Onset Detector)",
nothing@0 469 "Onset Detection Function (Tempo and Beat Tracker)" ;
nothing@0 470 local:output "Dense" ;
nothing@0 471 local:source "Queen Mary, University of London" .
nothing@0 472
nothing@0 473 Vamp:OrderedDistancesfromFirstChannel a rdfs:Resource ;
nothing@0 474 local:domain "time" ;
nothing@0 475 local:feature "Ordered Distances from First Channel (Similarity)" ;
nothing@0 476 local:output "Dense" ;
nothing@0 477 local:source "Queen Mary, University of London" .
nothing@0 478
nothing@0 479 Vamp:PeakSpectrum a rdfs:Resource ;
nothing@0 480 dc:description "Extract the spectral peaks from an audio spectrum" ;
nothing@0 481 local:domain "frequency" ;
nothing@0 482 local:feature "Peak Spectrum" ;
nothing@0 483 local:output "Dense" ;
nothing@0 484 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 485
nothing@0 486 Vamp:PolyphonicTranscription a rdfs:Resource ;
nothing@0 487 dc:description "Transcribe the input audio to estimated notes" ;
nothing@0 488 local:domain "time" ;
nothing@0 489 local:feature "Polyphonic Transcription" ;
nothing@0 490 local:output "Sparse" ;
nothing@0 491 local:source "Queen Mary, University of London" .
nothing@0 492
nothing@0 493 Vamp:RMSAmplitude a rdfs:Resource ;
nothing@0 494 dc:description "Extract the RMS amplitude of an audio signal" ;
nothing@0 495 local:domain "time" ;
nothing@0 496 local:feature "RMS Amplitude" ;
nothing@0 497 local:output "Dense" ;
nothing@0 498 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 499
nothing@0 500 Vamp:SalienceFunction a rdfs:Resource ;
nothing@0 501 local:domain "time" ;
nothing@0 502 local:feature "Salience Function (MELODIA - Melody Extraction (intermediate steps))" ;
nothing@0 503 local:output "Dense" ;
nothing@0 504 local:source "Music Technology Group, Universitat Pompeu Fabra" .
nothing@0 505
nothing@0 506 Vamp:Segmenter a rdfs:Resource ;
nothing@0 507 dc:description "Divide the track into a sequence of consistent segments" ;
nothing@0 508 local:domain "time" ;
nothing@0 509 local:feature "Segmenter" ;
nothing@0 510 local:output "Sparse" ;
nothing@0 511 local:source "Queen Mary, University of London" .
nothing@0 512
nothing@0 513 Vamp:SemitoneSpectrum a rdfs:Resource ;
nothing@0 514 local:domain "frequency" ;
nothing@0 515 local:feature "Semitone Spectrum (NNLS Chroma)" ;
nothing@0 516 local:output "Dense" ;
nothing@0 517 local:source "Matthias Mauch" .
nothing@0 518
nothing@0 519 Vamp:SilenceTest a rdfs:Resource ;
nothing@0 520 local:domain "time" ;
nothing@0 521 local:feature "Silence Test (Aubio Silence Detector)" ;
nothing@0 522 local:output "Sparse" ;
nothing@0 523 local:source "Paul Brossier (plugin by Chris Cannam)" .
nothing@0 524
nothing@0 525 Vamp:SilentRegions a rdfs:Resource ;
nothing@0 526 local:domain "time" ;
nothing@0 527 local:feature "Silent Regions (Aubio Silence Detector)" ;
nothing@0 528 local:output "Sparse" ;
nothing@0 529 local:source "Paul Brossier (plugin by Chris Cannam)" .
nothing@0 530
nothing@0 531 Vamp:Similarity a rdfs:Resource ;
nothing@0 532 dc:description "Return a distance matrix for similarity between the input audio channels" ;
nothing@0 533 local:domain "time" ;
nothing@0 534 local:feature "Similarity" ;
nothing@0 535 local:source "Queen Mary, University of London" .
nothing@0 536
nothing@0 537 Vamp:Skewness a rdfs:Resource ;
nothing@0 538 dc:description "Extract the skewness of a range of values" ;
nothing@0 539 local:domain "frequency" ;
nothing@0 540 local:feature "Skewness" ;
nothing@0 541 local:output "Dense" ;
nothing@0 542 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 543
nothing@0 544 Vamp:SmoothedDetectionFunction a rdfs:Resource ;
nothing@0 545 local:domain "frequency" ;
nothing@0 546 local:feature "Smoothed Detection Function (Note Onset Detector)" ;
nothing@0 547 local:output "Sparse" ;
nothing@0 548 local:source "Queen Mary, University of London" .
nothing@0 549
nothing@0 550 Vamp:SpectralAverageDeviation a rdfs:Resource ;
nothing@0 551 dc:description "Extract the average deviation of an audio spectrum" ;
nothing@0 552 local:domain "frequency" ;
nothing@0 553 local:feature "Spectral Average Deviation" ;
nothing@0 554 local:output "Dense" ;
nothing@0 555 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 556
nothing@0 557 Vamp:SpectralCentroid a rdfs:Resource ;
nothing@0 558 dc:description "Extract the spectral centroid of an audio spectrum" ;
nothing@0 559 local:domain "frequency" ;
nothing@0 560 local:feature "Spectral Centroid" ;
nothing@0 561 local:output "Dense" ;
nothing@0 562 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 563
nothing@0 564 Vamp:SpectralCrestFactor a rdfs:Resource ;
nothing@0 565 dc:description "Marsyas - Batch Feature Extract - Spectral Crest Factor" ;
nothing@0 566 local:domain "time" ;
nothing@0 567 local:feature "Marsyas - Batch Feature Extract - Spectral Crest Factor" ;
nothing@0 568 local:output "Dense" ;
nothing@0 569 local:source "Marsyas Plugins" .
nothing@0 570
nothing@0 571 Vamp:SpectralCrestMeasure a rdfs:Resource ;
nothing@0 572 dc:description "Extract the spectral crest measure of an audio spectrum" ;
nothing@0 573 local:domain "frequency" ;
nothing@0 574 local:feature "Spectral Crest Measure" ;
nothing@0 575 local:output "Dense" ;
nothing@0 576 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 577
nothing@0 578 Vamp:SpectralFlatness a rdfs:Resource ;
nothing@0 579 dc:description "Extract the spectral flatness of an audio spectrum" ;
nothing@0 580 local:domain "frequency" ;
nothing@0 581 local:feature "Spectral Flatness" ;
nothing@0 582 local:output "Dense" ;
nothing@0 583 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 584
nothing@0 585 Vamp:SpectralFlatnessMeasure a rdfs:Resource ;
nothing@0 586 dc:description "Marsyas - Batch Feature Extract - Spectral Flatness Measure" ;
nothing@0 587 local:domain "time" ;
nothing@0 588 local:feature "Marsyas - Batch Feature Extract - Spectral Flatness Measure" ;
nothing@0 589 local:output "Dense" ;
nothing@0 590 local:source "Marsyas Plugins" .
nothing@0 591
nothing@0 592 Vamp:SpectralKurtosis a rdfs:Resource ;
nothing@0 593 dc:description "Extract the kurtosis of an audio spectrum" ;
nothing@0 594 local:domain "frequency" ;
nothing@0 595 local:feature "Spectral Kurtosis" ;
nothing@0 596 local:output "Dense" ;
nothing@0 597 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 598
nothing@0 599 Vamp:SpectralRolloff a rdfs:Resource ;
nothing@0 600 dc:description "Extract the rolloff point of an audio spectrum",
nothing@0 601 "Marsyas - Batch Feature Extract - Spectral Rolloff" ;
nothing@0 602 local:domain "frequency",
nothing@0 603 "time" ;
nothing@0 604 local:feature "Marsyas - Batch Feature Extract - Spectral Rolloff",
nothing@0 605 "Spectral Rolloff" ;
nothing@0 606 local:output "Dense" ;
nothing@0 607 local:source "Marsyas Plugins",
nothing@0 608 "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 609
nothing@0 610 Vamp:SpectralSharpness a rdfs:Resource ;
nothing@0 611 dc:description "Extract the spectral sharpness of an audio spectrum" ;
nothing@0 612 local:domain "frequency" ;
nothing@0 613 local:feature "Spectral Sharpness" ;
nothing@0 614 local:output "Dense" ;
nothing@0 615 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 616
nothing@0 617 Vamp:SpectralSkewness a rdfs:Resource ;
nothing@0 618 dc:description "Extract the skewness of an audio spectrum" ;
nothing@0 619 local:domain "frequency" ;
nothing@0 620 local:feature "Spectral Skewness" ;
nothing@0 621 local:output "Dense" ;
nothing@0 622 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 623
nothing@0 624 Vamp:SpectralSlope a rdfs:Resource ;
nothing@0 625 dc:description "Extract the spectral slope of an audio spectrum" ;
nothing@0 626 local:domain "frequency" ;
nothing@0 627 local:feature "Spectral Slope" ;
nothing@0 628 local:output "Dense" ;
nothing@0 629 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 630
nothing@0 631 Vamp:SpectralSmoothness a rdfs:Resource ;
nothing@0 632 dc:description "Extract the spectral smoothness of an audio spectrum" ;
nothing@0 633 local:domain "frequency" ;
nothing@0 634 local:feature "Spectral Smoothness" ;
nothing@0 635 local:output "Dense" ;
nothing@0 636 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 637
nothing@0 638 Vamp:SpectralSpread a rdfs:Resource ;
nothing@0 639 dc:description "Extract the spectral spread of an audio spectrum" ;
nothing@0 640 local:domain "frequency" ;
nothing@0 641 local:feature "Spectral Spread" ;
nothing@0 642 local:output "Dense" ;
nothing@0 643 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 644
nothing@0 645 Vamp:SpectralStandardDeviation a rdfs:Resource ;
nothing@0 646 dc:description "Extract the standard deviation of an audio spectrum" ;
nothing@0 647 local:domain "frequency" ;
nothing@0 648 local:feature "Spectral Standard Deviation" ;
nothing@0 649 local:output "Dense" ;
nothing@0 650 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 651
nothing@0 652 Vamp:SpectralVariance a rdfs:Resource ;
nothing@0 653 dc:description "Extract the variance of an audio spectrum" ;
nothing@0 654 local:domain "frequency" ;
nothing@0 655 local:feature "Spectral Variance" ;
nothing@0 656 local:output "Dense" ;
nothing@0 657 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 658
nothing@0 659 Vamp:Spectrum a rdfs:Resource ;
nothing@0 660 dc:description "Extract the spectrum of an audio signal" ;
nothing@0 661 local:domain "time" ;
nothing@0 662 local:feature "Spectrum" ;
nothing@0 663 local:output "Dense" ;
nothing@0 664 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 665
nothing@0 666 Vamp:StandardDeviation a rdfs:Resource ;
nothing@0 667 dc:description "Extract the standard deviation of a range of values" ;
nothing@0 668 local:domain "frequency" ;
nothing@0 669 local:feature "Standard Deviation" ;
nothing@0 670 local:output "Dense" ;
nothing@0 671 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 672
nothing@0 673 Vamp:SumofValues a rdfs:Resource ;
nothing@0 674 dc:description "Extract the sum of the values in a given range" ;
nothing@0 675 local:domain "frequency" ;
nothing@0 676 local:feature "Sum of Values" ;
nothing@0 677 local:output "Dense" ;
nothing@0 678 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 679
nothing@0 680 Vamp:Tempo a rdfs:Resource ;
nothing@0 681 local:domain "frequency",
nothing@0 682 "time" ;
nothing@0 683 local:feature "Tempo (Aubio Beat Tracker)",
nothing@0 684 "Tempo (Tempo and Beat Tracker)" ;
nothing@0 685 local:output "Dense",
nothing@0 686 "Sparse" ;
nothing@0 687 local:source "Paul Brossier (method by Matthew Davies, plugin by Chris Cannam)",
nothing@0 688 "Queen Mary, University of London" .
nothing@0 689
nothing@0 690 Vamp:TempoandBeatTracker a rdfs:Resource ;
nothing@0 691 dc:description "Estimate beat locations and tempo" ;
nothing@0 692 local:domain "frequency" ;
nothing@0 693 local:feature "Tempo and Beat Tracker" ;
nothing@0 694 local:source "Queen Mary, University of London" .
nothing@0 695
nothing@0 696 Vamp:TonalChange a rdfs:Resource ;
nothing@0 697 dc:description "Detect and return the positions of harmonic changes such as chord boundaries" ;
nothing@0 698 local:domain "time" ;
nothing@0 699 local:feature "Tonal Change" ;
nothing@0 700 local:source "Queen Mary, University of London" .
nothing@0 701
nothing@0 702 Vamp:TonalChangeDetectionFunction a rdfs:Resource ;
nothing@0 703 local:domain "time" ;
nothing@0 704 local:feature "Tonal Change Detection Function (Tonal Change)" ;
nothing@0 705 local:output "Sparse" ;
nothing@0 706 local:source "Queen Mary, University of London" .
nothing@0 707
nothing@0 708 Vamp:TonalChangePositions a rdfs:Resource ;
nothing@0 709 local:domain "time" ;
nothing@0 710 local:feature "Tonal Change Positions (Tonal Change)" ;
nothing@0 711 local:output "Sparse" ;
nothing@0 712 local:source "Queen Mary, University of London" .
nothing@0 713
nothing@0 714 Vamp:Tonality a rdfs:Resource ;
nothing@0 715 dc:description "Extract the tonality an audio spectrum" ;
nothing@0 716 local:domain "frequency" ;
nothing@0 717 local:feature "Tonality" ;
nothing@0 718 local:output "Dense" ;
nothing@0 719 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 720
nothing@0 721 Vamp:TonicPitch a rdfs:Resource ;
nothing@0 722 local:domain "time" ;
nothing@0 723 local:feature "Tonic Pitch (Key Detector)" ;
nothing@0 724 local:output "Sparse" ;
nothing@0 725 local:source "Queen Mary, University of London" .
nothing@0 726
nothing@0 727 Vamp:Transformto6DTonalContentSpace a rdfs:Resource ;
nothing@0 728 local:domain "time" ;
nothing@0 729 local:feature "Transform to 6D Tonal Content Space (Tonal Change)" ;
nothing@0 730 local:output "Dense" ;
nothing@0 731 local:source "Queen Mary, University of London" .
nothing@0 732
nothing@0 733 Vamp:TristimulusI a rdfs:Resource ;
nothing@0 734 dc:description "Extract the tristimulus (type I) of an audio spectrum" ;
nothing@0 735 local:domain "frequency" ;
nothing@0 736 local:feature "Tristimulus I" ;
nothing@0 737 local:output "Dense" ;
nothing@0 738 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 739
nothing@0 740 Vamp:TristimulusII a rdfs:Resource ;
nothing@0 741 dc:description "Extract the tristimulus (type II) of an audio spectrum" ;
nothing@0 742 local:domain "frequency" ;
nothing@0 743 local:feature "Tristimulus II" ;
nothing@0 744 local:output "Dense" ;
nothing@0 745 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 746
nothing@0 747 Vamp:TristimulusIII a rdfs:Resource ;
nothing@0 748 dc:description "Extract the tristimulus (type III) of an audio spectrum" ;
nothing@0 749 local:domain "frequency" ;
nothing@0 750 local:feature "Tristimulus III" ;
nothing@0 751 local:output "Dense" ;
nothing@0 752 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 753
nothing@0 754 Vamp:TunedLog-FrequencySpectrum a rdfs:Resource ;
nothing@0 755 local:domain "frequency" ;
nothing@0 756 local:feature "Tuned Log-Frequency Spectrum (NNLS Chroma)" ;
nothing@0 757 local:output "Dense" ;
nothing@0 758 local:source "Matthias Mauch" .
nothing@0 759
nothing@0 760 Vamp:Tuning a rdfs:Resource ;
nothing@0 761 dc:description "The tuning plugin can estimate the local and global tuning of piece. The same tuning method is used for the NNLS Chroma and Chordino plugins." ;
nothing@0 762 local:domain "frequency" ;
nothing@0 763 local:feature "Tuning" ;
nothing@0 764 local:source "Matthias Mauch" .
nothing@0 765
nothing@0 766 Vamp:Variance a rdfs:Resource ;
nothing@0 767 dc:description "Extract the variance of a range of values" ;
nothing@0 768 local:domain "frequency" ;
nothing@0 769 local:feature "Variance" ;
nothing@0 770 local:output "Dense" ;
nothing@0 771 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 772
nothing@0 773 Vamp:ZeroCrossingRate a rdfs:Resource ;
nothing@0 774 dc:description "Extract the zero crossing rate of an audio signal" ;
nothing@0 775 local:domain "time" ;
nothing@0 776 local:feature "Zero Crossing Rate" ;
nothing@0 777 local:output "Dense" ;
nothing@0 778 local:source "libxtract by Jamie Bullock (plugin by Chris Cannam)" .
nothing@0 779
nothing@0 780 Vamp:ZeroCrossings a rdfs:Resource ;
nothing@0 781 dc:description "Detect and count zero crossing points",
nothing@0 782 "Marsyas - Batch Feature Extract - Zero Crossings" ;
nothing@0 783 local:domain "time" ;
nothing@0 784 local:feature "Marsyas - Batch Feature Extract - Zero Crossings",
nothing@0 785 "Zero Crossings" ;
nothing@0 786 local:output "Dense" ;
nothing@0 787 local:source "Marsyas Plugins" .
nothing@0 788