Chris@9
|
1 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
Chris@9
|
2 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
Chris@9
|
3 @prefix vamp: <http://purl.org/ontology/vamp/> .
|
Chris@9
|
4 @prefix plugbase: <http://vamp-plugins.org/rdf/plugins/mvamp#> .
|
Chris@9
|
5 @prefix owl: <http://www.w3.org/2002/07/owl#> .
|
Chris@9
|
6 @prefix dc: <http://purl.org/dc/elements/1.1/> .
|
Chris@9
|
7 @prefix af: <http://purl.org/ontology/af/> .
|
Chris@9
|
8 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
Chris@9
|
9 @prefix cc: <http://web.resource.org/cc/> .
|
Chris@11
|
10 @prefix : <#> .
|
Chris@9
|
11
|
Chris@9
|
12 <> a vamp:PluginDescription ;
|
Chris@9
|
13 foaf:maker <http://www.vamp-plugins.org/doap.rdf#template-generator> ;
|
Chris@9
|
14 foaf:primaryTopic <http://vamp-plugins.org/rdf/plugins/mvamp> .
|
Chris@9
|
15
|
Chris@9
|
16 :mvamp a vamp:PluginLibrary ;
|
Chris@9
|
17 vamp:identifier "mvamp" ;
|
Chris@9
|
18 vamp:available_plugin plugbase:marsyas_bextract_centroid ;
|
Chris@9
|
19 vamp:available_plugin plugbase:marsyas_bextract_lpcc ;
|
Chris@9
|
20 vamp:available_plugin plugbase:marsyas_bextract_lsp ;
|
Chris@9
|
21 vamp:available_plugin plugbase:marsyas_bextract_mfcc ;
|
Chris@9
|
22 vamp:available_plugin plugbase:marsyas_bextract_rolloff ;
|
Chris@9
|
23 vamp:available_plugin plugbase:marsyas_bextract_scf ;
|
Chris@9
|
24 vamp:available_plugin plugbase:marsyas_bextract_sfm ;
|
Chris@9
|
25 vamp:available_plugin plugbase:marsyas_bextract_zero_crossings ;
|
Chris@9
|
26 vamp:available_plugin plugbase:zerocrossing ;
|
Chris@9
|
27 # foaf:page <Place more-information HTML page URL here and uncomment> ;
|
Chris@9
|
28 .
|
Chris@9
|
29
|
Chris@9
|
30 plugbase:marsyas_bextract_centroid a vamp:Plugin ;
|
Chris@9
|
31 dc:title "Marsyas - Batch Feature Extract - Centroid" ;
|
Chris@9
|
32 vamp:name "Marsyas - Batch Feature Extract - Centroid" ;
|
Chris@9
|
33 dc:description """Marsyas - Batch Feature Extract - Centroid""" ;
|
Chris@9
|
34 foaf:maker [ foaf:name "Marsyas Plugins" ] ; # FIXME could give plugin author's URI here
|
Chris@9
|
35 dc:rights """GPL v3 license""" ;
|
Chris@9
|
36 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
37 vamp:identifier "marsyas_bextract_centroid" ;
|
Chris@9
|
38 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
39 owl:versionInfo "2" ;
|
Chris@9
|
40 vamp:input_domain vamp:TimeDomain ;
|
Chris@10
|
41 vamp:output plugbase:marsyas_bextract_centroid_output_centroid_value ;
|
Chris@9
|
42 .
|
Chris@10
|
43 plugbase:marsyas_bextract_centroid_output_centroid_value a vamp:DenseOutput ;
|
Chris@10
|
44 vamp:identifier "centroid_value" ;
|
Chris@9
|
45 dc:title "Centroid value" ;
|
Chris@9
|
46 dc:description "The value of the centroid" ;
|
Chris@9
|
47 vamp:fixed_bin_count "true" ;
|
Chris@9
|
48 vamp:unit "value" ;
|
Chris@9
|
49 vamp:bin_count 1 ;
|
Chris@9
|
50 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
51 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
52 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
53 .
|
Chris@9
|
54 plugbase:marsyas_bextract_lpcc a vamp:Plugin ;
|
Chris@9
|
55 dc:title "Marsyas - Batch Feature Extract - Linear Prediction Cepstral Coefficients" ;
|
Chris@9
|
56 vamp:name "Marsyas - Batch Feature Extract - Linear Prediction Cepstral Coefficients" ;
|
Chris@9
|
57 dc:description """Marsyas - Batch Feature Extract - Linear Prediction Cepstral Coefficients""" ;
|
Chris@9
|
58 foaf:maker [ foaf:name "Marsyas Plugins" ] ; # FIXME could give plugin author's URI here
|
Chris@9
|
59 dc:rights """GPL v3 license""" ;
|
Chris@9
|
60 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
61 vamp:identifier "marsyas_bextract_lpcc" ;
|
Chris@9
|
62 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
63 owl:versionInfo "2" ;
|
Chris@9
|
64 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
65 vamp:output plugbase:marsyas_bextract_lpcc_output_linear_prediction_cepstral_coefficients ;
|
Chris@9
|
66 .
|
Chris@9
|
67 plugbase:marsyas_bextract_lpcc_output_linear_prediction_cepstral_coefficients a vamp:DenseOutput ;
|
Chris@9
|
68 vamp:identifier "linear_prediction_cepstral_coefficients" ;
|
Chris@9
|
69 dc:title "Linear Prediction Cepstral Coefficients" ;
|
Chris@9
|
70 dc:description "The value of the Linear Prediction Cepstral Coefficients" ;
|
Chris@9
|
71 vamp:fixed_bin_count "true" ;
|
Chris@9
|
72 vamp:unit "value" ;
|
Chris@9
|
73 vamp:bin_count 12 ;
|
Chris@9
|
74 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
75 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
76 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
77 .
|
Chris@9
|
78 plugbase:marsyas_bextract_lsp a vamp:Plugin ;
|
Chris@9
|
79 dc:title "Marsyas - Batch Feature Extract - Line Spectral Pairs" ;
|
Chris@9
|
80 vamp:name "Marsyas - Batch Feature Extract - Line Spectral Pairs" ;
|
Chris@9
|
81 dc:description """Marsyas - Batch Feature Extract - Line Spectral Pairs""" ;
|
Chris@9
|
82 foaf:maker [ foaf:name "Marsyas Plugins" ] ; # FIXME could give plugin author's URI here
|
Chris@9
|
83 dc:rights """GPL v3 license""" ;
|
Chris@9
|
84 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
85 vamp:identifier "marsyas_bextract_lsp" ;
|
Chris@9
|
86 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
87 owl:versionInfo "2" ;
|
Chris@9
|
88 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
89 vamp:output plugbase:marsyas_bextract_lsp_output_line_spectral_pairs ;
|
Chris@9
|
90 .
|
Chris@9
|
91 plugbase:marsyas_bextract_lsp_output_line_spectral_pairs a vamp:DenseOutput ;
|
Chris@9
|
92 vamp:identifier "line_spectral_pairs" ;
|
Chris@9
|
93 dc:title "Line Spectral Pairs" ;
|
Chris@9
|
94 dc:description "The Line Spectral Pairs per sample" ;
|
Chris@9
|
95 vamp:fixed_bin_count "true" ;
|
Chris@9
|
96 vamp:unit "value" ;
|
Chris@9
|
97 vamp:bin_count 18 ;
|
Chris@9
|
98 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
99 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
100 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
101 .
|
Chris@9
|
102 plugbase:marsyas_bextract_mfcc a vamp:Plugin ;
|
Chris@9
|
103 dc:title "Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients" ;
|
Chris@9
|
104 vamp:name "Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients" ;
|
Chris@9
|
105 dc:description """Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients""" ;
|
Chris@9
|
106 foaf:maker [ foaf:name "Marsyas Plugins" ] ; # FIXME could give plugin author's URI here
|
Chris@9
|
107 dc:rights """GPL v3 license""" ;
|
Chris@9
|
108 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
109 vamp:identifier "marsyas_bextract_mfcc" ;
|
Chris@9
|
110 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
111 owl:versionInfo "2" ;
|
Chris@9
|
112 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
113 vamp:output plugbase:marsyas_bextract_mfcc_output_mfcc ;
|
Chris@9
|
114 .
|
Chris@9
|
115 plugbase:marsyas_bextract_mfcc_output_mfcc a vamp:DenseOutput ;
|
Chris@9
|
116 vamp:identifier "mfcc" ;
|
Chris@9
|
117 dc:title "Mel-Frequency Cepstral Coefficients" ;
|
Chris@9
|
118 dc:description "The value of the Mel-Frequency Cepstral Coefficients" ;
|
Chris@9
|
119 vamp:fixed_bin_count "true" ;
|
Chris@9
|
120 vamp:unit "value" ;
|
Chris@9
|
121 vamp:bin_count 12 ;
|
Chris@9
|
122 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
123 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
124 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
125 .
|
Chris@9
|
126 plugbase:marsyas_bextract_rolloff a vamp:Plugin ;
|
Chris@9
|
127 dc:title "Marsyas - Batch Feature Extract - Spectral Rolloff" ;
|
Chris@9
|
128 vamp:name "Marsyas - Batch Feature Extract - Spectral Rolloff" ;
|
Chris@9
|
129 dc:description """Marsyas - Batch Feature Extract - Spectral Rolloff""" ;
|
Chris@9
|
130 foaf:maker [ foaf:name "Marsyas Plugins" ] ; # FIXME could give plugin author's URI here
|
Chris@9
|
131 dc:rights """GPL v3 license""" ;
|
Chris@9
|
132 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
133 vamp:identifier "marsyas_bextract_rolloff" ;
|
Chris@9
|
134 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
135 owl:versionInfo "2" ;
|
Chris@9
|
136 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
137 vamp:output plugbase:marsyas_bextract_rolloff_output_rolloff ;
|
Chris@9
|
138 .
|
Chris@9
|
139 plugbase:marsyas_bextract_rolloff_output_rolloff a vamp:DenseOutput ;
|
Chris@9
|
140 vamp:identifier "rolloff" ;
|
Chris@9
|
141 dc:title "Spectral Rolloff" ;
|
Chris@9
|
142 dc:description "The value of the Spectral Rolloff" ;
|
Chris@9
|
143 vamp:fixed_bin_count "true" ;
|
Chris@9
|
144 vamp:unit "value" ;
|
Chris@9
|
145 vamp:bin_count 1 ;
|
Chris@9
|
146 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
147 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
148 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
149 .
|
Chris@9
|
150 plugbase:marsyas_bextract_scf a vamp:Plugin ;
|
Chris@9
|
151 dc:title "Marsyas - Batch Feature Extract - Spectral Crest Factor" ;
|
Chris@9
|
152 vamp:name "Marsyas - Batch Feature Extract - Spectral Crest Factor" ;
|
Chris@9
|
153 dc:description """Marsyas - Batch Feature Extract - Spectral Crest Factor""" ;
|
Chris@9
|
154 foaf:maker [ foaf:name "Marsyas Plugins" ] ; # FIXME could give plugin author's URI here
|
Chris@9
|
155 dc:rights """GPL v3 license""" ;
|
Chris@9
|
156 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
157 vamp:identifier "marsyas_bextract_scf" ;
|
Chris@9
|
158 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
159 owl:versionInfo "2" ;
|
Chris@9
|
160 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
161 vamp:output plugbase:marsyas_bextract_scf_output_scf ;
|
Chris@9
|
162 .
|
Chris@9
|
163 plugbase:marsyas_bextract_scf_output_scf a vamp:DenseOutput ;
|
Chris@9
|
164 vamp:identifier "scf" ;
|
Chris@9
|
165 dc:title "Spectral Crest Factor" ;
|
Chris@9
|
166 dc:description "The value of the Spectral Crest Factor" ;
|
Chris@9
|
167 vamp:fixed_bin_count "true" ;
|
Chris@9
|
168 vamp:unit "value" ;
|
Chris@9
|
169 vamp:bin_count 24 ;
|
Chris@9
|
170 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
171 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
172 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
173 .
|
Chris@9
|
174 plugbase:marsyas_bextract_sfm a vamp:Plugin ;
|
Chris@9
|
175 dc:title "Marsyas - Batch Feature Extract - Spectral Flatness Measure" ;
|
Chris@9
|
176 vamp:name "Marsyas - Batch Feature Extract - Spectral Flatness Measure" ;
|
Chris@9
|
177 dc:description """Marsyas - Batch Feature Extract - Spectral Flatness Measure""" ;
|
Chris@9
|
178 foaf:maker [ foaf:name "Marsyas Plugins" ] ; # FIXME could give plugin author's URI here
|
Chris@9
|
179 dc:rights """GPL v3 license""" ;
|
Chris@9
|
180 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
181 vamp:identifier "marsyas_bextract_sfm" ;
|
Chris@9
|
182 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
183 owl:versionInfo "2" ;
|
Chris@9
|
184 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
185 vamp:output plugbase:marsyas_bextract_sfm_output_spf ;
|
Chris@9
|
186 .
|
Chris@9
|
187 plugbase:marsyas_bextract_sfm_output_spf a vamp:DenseOutput ;
|
Chris@9
|
188 vamp:identifier "spf" ;
|
Chris@9
|
189 dc:title "Spectral Flatness Measure" ;
|
Chris@9
|
190 dc:description "The value of the Spectral Flatness Measure" ;
|
Chris@9
|
191 vamp:fixed_bin_count "true" ;
|
Chris@9
|
192 vamp:unit "value" ;
|
Chris@9
|
193 vamp:bin_count 1 ;
|
Chris@9
|
194 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
195 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
196 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
197 .
|
Chris@9
|
198 plugbase:marsyas_bextract_zero_crossings a vamp:Plugin ;
|
Chris@9
|
199 dc:title "Marsyas - Batch Feature Extract - Zero Crossings" ;
|
Chris@9
|
200 vamp:name "Marsyas - Batch Feature Extract - Zero Crossings" ;
|
Chris@9
|
201 dc:description """Marsyas - Batch Feature Extract - Zero Crossings""" ;
|
Chris@9
|
202 foaf:maker [ foaf:name "Marsyas Plugins" ] ; # FIXME could give plugin author's URI here
|
Chris@9
|
203 dc:rights """GPL v3 license""" ;
|
Chris@9
|
204 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
205 vamp:identifier "marsyas_bextract_zero_crossings" ;
|
Chris@9
|
206 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
207 owl:versionInfo "2" ;
|
Chris@9
|
208 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
209 vamp:output plugbase:marsyas_bextract_zero_crossings_output_zero_crossing_counts ;
|
Chris@9
|
210 .
|
Chris@9
|
211 plugbase:marsyas_bextract_zero_crossings_output_zero_crossing_counts a vamp:DenseOutput ;
|
Chris@9
|
212 vamp:identifier "zero_crossing_counts" ;
|
Chris@9
|
213 dc:title "Zero Crossing Counts" ;
|
Chris@9
|
214 dc:description "The number of zero crossing points per sample" ;
|
Chris@9
|
215 vamp:fixed_bin_count "true" ;
|
Chris@9
|
216 vamp:unit "crossings" ;
|
Chris@9
|
217 vamp:bin_count 1 ;
|
Chris@9
|
218 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
219 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
220 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
221 .
|
Chris@9
|
222 plugbase:zerocrossing a vamp:Plugin ;
|
Chris@9
|
223 dc:title "Zero Crossings" ;
|
Chris@9
|
224 vamp:name "Zero Crossings" ;
|
Chris@9
|
225 dc:description """Detect and count zero crossing points""" ;
|
Chris@9
|
226 foaf:maker [ foaf:name "Marsyas Plugins" ] ; # FIXME could give plugin author's URI here
|
Chris@9
|
227 dc:rights """GPL v3 license""" ;
|
Chris@9
|
228 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
229 vamp:identifier "zerocrossing" ;
|
Chris@9
|
230 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
231 owl:versionInfo "2" ;
|
Chris@9
|
232 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
233 vamp:output plugbase:zerocrossing_output_counts ;
|
Chris@9
|
234 .
|
Chris@9
|
235 plugbase:zerocrossing_output_counts a vamp:DenseOutput ;
|
Chris@9
|
236 vamp:identifier "counts" ;
|
Chris@9
|
237 dc:title "Zero Crossing Counts" ;
|
Chris@9
|
238 dc:description "The number of zero crossing points per processing block" ;
|
Chris@9
|
239 vamp:fixed_bin_count "true" ;
|
Chris@9
|
240 vamp:unit "crossings" ;
|
Chris@9
|
241 a vamp:QuantizedOutput ;
|
Chris@9
|
242 vamp:quantize_step 1 ;
|
Chris@9
|
243 vamp:bin_count 1 ;
|
Chris@9
|
244 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
245 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
246 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
247 .
|
Chris@9
|
248
|