comparison pyin.n3 @ 152:e4787f5fd06f

Add feature-type metadata
author Chris Cannam
date Wed, 14 Jun 2017 14:02:25 +0100
parents 292b75059949
children 26c203b97e49
comparison
equal deleted inserted replaced
145:0432723faf03 152:e4787f5fd06f
261 vamp:fixed_bin_count "true" ; 261 vamp:fixed_bin_count "true" ;
262 vamp:unit "Hz" ; 262 vamp:unit "Hz" ;
263 vamp:bin_count 1 ; 263 vamp:bin_count 1 ;
264 vamp:sample_type vamp:VariableSampleRate ; 264 vamp:sample_type vamp:VariableSampleRate ;
265 vamp:sample_rate 172.266 ; 265 vamp:sample_rate 172.266 ;
266 # vamp:computes_event_type <Place event type URI here and uncomment> ; 266 vamp:computes_event_type af:Note ;
267 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
268 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
269 . 267 .
270 plugbase:yin a vamp:Plugin ; 268 plugbase:yin a vamp:Plugin ;
271 dc:title "Yin" ; 269 dc:title "Yin" ;
272 vamp:name "Yin" ; 270 vamp:name "Yin" ;
273 dc:description """A vamp implementation of the Yin algorithm for monophonic frequency estimation.""" ; 271 dc:description """A vamp implementation of the Yin algorithm for monophonic frequency estimation.""" ;
317 vamp:unit "Hz" ; 315 vamp:unit "Hz" ;
318 a vamp:KnownExtentsOutput ; 316 a vamp:KnownExtentsOutput ;
319 vamp:min_value 40 ; 317 vamp:min_value 40 ;
320 vamp:max_value 500 ; 318 vamp:max_value 500 ;
321 vamp:bin_count 1 ; 319 vamp:bin_count 1 ;
322 # vamp:computes_event_type <Place event type URI here and uncomment> ; 320 vamp:computes_event_type af:Pitch ;
323 # vamp:computes_feature <Place feature attribute URI here and uncomment> ; 321 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
324 # vamp:computes_signal_type <Place signal type URI here and uncomment> ; 322 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
325 . 323 .
326 plugbase:yin_output_periodicity a vamp:DenseOutput ; 324 plugbase:yin_output_periodicity a vamp:DenseOutput ;
327 vamp:identifier "periodicity" ; 325 vamp:identifier "periodicity" ;