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@47
|
16 :maker
|
Chris@47
|
17 foaf:name "Marsyas Plugins" ;
|
Chris@47
|
18 foaf:page <http://marsyas.info/> .
|
Chris@47
|
19
|
Chris@9
|
20 :mvamp a vamp:PluginLibrary ;
|
Chris@47
|
21 vamp:identifier "mvamp" ;
|
Chris@47
|
22 dc:title "MARSYAS Vamp plugins" ;
|
Chris@47
|
23 dc:description "Low-level feature extraction plugins containing functionality from the MARSYAS batch feature extractor" ;
|
Chris@47
|
24
|
Chris@9
|
25 vamp:available_plugin plugbase:marsyas_bextract_centroid ;
|
Chris@9
|
26 vamp:available_plugin plugbase:marsyas_bextract_lpcc ;
|
Chris@9
|
27 vamp:available_plugin plugbase:marsyas_bextract_lsp ;
|
Chris@9
|
28 vamp:available_plugin plugbase:marsyas_bextract_mfcc ;
|
Chris@9
|
29 vamp:available_plugin plugbase:marsyas_bextract_rolloff ;
|
Chris@9
|
30 vamp:available_plugin plugbase:marsyas_bextract_scf ;
|
Chris@9
|
31 vamp:available_plugin plugbase:marsyas_bextract_sfm ;
|
Chris@9
|
32 vamp:available_plugin plugbase:marsyas_bextract_zero_crossings ;
|
Chris@47
|
33 vamp:has_source true ;
|
Chris@47
|
34 vamp:has_binary "linux32" ;
|
Chris@47
|
35 foaf:page <http://marsyas.info/download/vamp_plugins/> ;
|
Chris@9
|
36 .
|
Chris@9
|
37
|
Chris@9
|
38 plugbase:marsyas_bextract_centroid a vamp:Plugin ;
|
Chris@9
|
39 dc:title "Marsyas - Batch Feature Extract - Centroid" ;
|
Chris@9
|
40 vamp:name "Marsyas - Batch Feature Extract - Centroid" ;
|
Chris@9
|
41 dc:description """Marsyas - Batch Feature Extract - Centroid""" ;
|
Chris@47
|
42 foaf:maker :maker ;
|
Chris@9
|
43 dc:rights """GPL v3 license""" ;
|
Chris@9
|
44 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
45 vamp:identifier "marsyas_bextract_centroid" ;
|
Chris@9
|
46 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
47 owl:versionInfo "2" ;
|
Chris@9
|
48 vamp:input_domain vamp:TimeDomain ;
|
Chris@10
|
49 vamp:output plugbase:marsyas_bextract_centroid_output_centroid_value ;
|
Chris@9
|
50 .
|
Chris@10
|
51 plugbase:marsyas_bextract_centroid_output_centroid_value a vamp:DenseOutput ;
|
Chris@10
|
52 vamp:identifier "centroid_value" ;
|
Chris@9
|
53 dc:title "Centroid value" ;
|
Chris@9
|
54 dc:description "The value of the centroid" ;
|
Chris@9
|
55 vamp:fixed_bin_count "true" ;
|
Chris@9
|
56 vamp:unit "value" ;
|
Chris@9
|
57 vamp:bin_count 1 ;
|
Chris@9
|
58 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
59 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
60 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
61 .
|
Chris@9
|
62 plugbase:marsyas_bextract_lpcc a vamp:Plugin ;
|
Chris@9
|
63 dc:title "Marsyas - Batch Feature Extract - Linear Prediction Cepstral Coefficients" ;
|
Chris@9
|
64 vamp:name "Marsyas - Batch Feature Extract - Linear Prediction Cepstral Coefficients" ;
|
Chris@9
|
65 dc:description """Marsyas - Batch Feature Extract - Linear Prediction Cepstral Coefficients""" ;
|
Chris@47
|
66 foaf:maker :maker ;
|
Chris@9
|
67 dc:rights """GPL v3 license""" ;
|
Chris@9
|
68 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
69 vamp:identifier "marsyas_bextract_lpcc" ;
|
Chris@9
|
70 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
71 owl:versionInfo "2" ;
|
Chris@9
|
72 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
73 vamp:output plugbase:marsyas_bextract_lpcc_output_linear_prediction_cepstral_coefficients ;
|
Chris@9
|
74 .
|
Chris@9
|
75 plugbase:marsyas_bextract_lpcc_output_linear_prediction_cepstral_coefficients a vamp:DenseOutput ;
|
Chris@9
|
76 vamp:identifier "linear_prediction_cepstral_coefficients" ;
|
Chris@9
|
77 dc:title "Linear Prediction Cepstral Coefficients" ;
|
Chris@9
|
78 dc:description "The value of the Linear Prediction Cepstral Coefficients" ;
|
Chris@9
|
79 vamp:fixed_bin_count "true" ;
|
Chris@9
|
80 vamp:unit "value" ;
|
Chris@9
|
81 vamp:bin_count 12 ;
|
Chris@9
|
82 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
83 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
84 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
85 .
|
Chris@9
|
86 plugbase:marsyas_bextract_lsp a vamp:Plugin ;
|
Chris@9
|
87 dc:title "Marsyas - Batch Feature Extract - Line Spectral Pairs" ;
|
Chris@9
|
88 vamp:name "Marsyas - Batch Feature Extract - Line Spectral Pairs" ;
|
Chris@9
|
89 dc:description """Marsyas - Batch Feature Extract - Line Spectral Pairs""" ;
|
Chris@47
|
90 foaf:maker :maker ;
|
Chris@9
|
91 dc:rights """GPL v3 license""" ;
|
Chris@9
|
92 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
93 vamp:identifier "marsyas_bextract_lsp" ;
|
Chris@9
|
94 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
95 owl:versionInfo "2" ;
|
Chris@9
|
96 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
97 vamp:output plugbase:marsyas_bextract_lsp_output_line_spectral_pairs ;
|
Chris@9
|
98 .
|
Chris@9
|
99 plugbase:marsyas_bextract_lsp_output_line_spectral_pairs a vamp:DenseOutput ;
|
Chris@9
|
100 vamp:identifier "line_spectral_pairs" ;
|
Chris@9
|
101 dc:title "Line Spectral Pairs" ;
|
Chris@9
|
102 dc:description "The Line Spectral Pairs per sample" ;
|
Chris@9
|
103 vamp:fixed_bin_count "true" ;
|
Chris@9
|
104 vamp:unit "value" ;
|
Chris@9
|
105 vamp:bin_count 18 ;
|
Chris@9
|
106 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
107 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
108 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
109 .
|
Chris@9
|
110 plugbase:marsyas_bextract_mfcc a vamp:Plugin ;
|
Chris@9
|
111 dc:title "Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients" ;
|
Chris@9
|
112 vamp:name "Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients" ;
|
Chris@9
|
113 dc:description """Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients""" ;
|
Chris@47
|
114 foaf:maker :maker ;
|
Chris@9
|
115 dc:rights """GPL v3 license""" ;
|
Chris@9
|
116 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
117 vamp:identifier "marsyas_bextract_mfcc" ;
|
Chris@9
|
118 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
119 owl:versionInfo "2" ;
|
Chris@9
|
120 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
121 vamp:output plugbase:marsyas_bextract_mfcc_output_mfcc ;
|
Chris@9
|
122 .
|
Chris@9
|
123 plugbase:marsyas_bextract_mfcc_output_mfcc a vamp:DenseOutput ;
|
Chris@9
|
124 vamp:identifier "mfcc" ;
|
Chris@9
|
125 dc:title "Mel-Frequency Cepstral Coefficients" ;
|
Chris@9
|
126 dc:description "The value of the Mel-Frequency Cepstral Coefficients" ;
|
Chris@9
|
127 vamp:fixed_bin_count "true" ;
|
Chris@9
|
128 vamp:unit "value" ;
|
Chris@9
|
129 vamp:bin_count 12 ;
|
Chris@9
|
130 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
131 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
132 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
133 .
|
Chris@9
|
134 plugbase:marsyas_bextract_rolloff a vamp:Plugin ;
|
Chris@9
|
135 dc:title "Marsyas - Batch Feature Extract - Spectral Rolloff" ;
|
Chris@9
|
136 vamp:name "Marsyas - Batch Feature Extract - Spectral Rolloff" ;
|
Chris@9
|
137 dc:description """Marsyas - Batch Feature Extract - Spectral Rolloff""" ;
|
Chris@47
|
138 foaf:maker :maker ;
|
Chris@9
|
139 dc:rights """GPL v3 license""" ;
|
Chris@9
|
140 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
141 vamp:identifier "marsyas_bextract_rolloff" ;
|
Chris@9
|
142 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
143 owl:versionInfo "2" ;
|
Chris@9
|
144 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
145 vamp:output plugbase:marsyas_bextract_rolloff_output_rolloff ;
|
Chris@9
|
146 .
|
Chris@9
|
147 plugbase:marsyas_bextract_rolloff_output_rolloff a vamp:DenseOutput ;
|
Chris@9
|
148 vamp:identifier "rolloff" ;
|
Chris@9
|
149 dc:title "Spectral Rolloff" ;
|
Chris@9
|
150 dc:description "The value of the Spectral Rolloff" ;
|
Chris@9
|
151 vamp:fixed_bin_count "true" ;
|
Chris@9
|
152 vamp:unit "value" ;
|
Chris@9
|
153 vamp:bin_count 1 ;
|
Chris@9
|
154 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
155 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
156 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
157 .
|
Chris@9
|
158 plugbase:marsyas_bextract_scf a vamp:Plugin ;
|
Chris@9
|
159 dc:title "Marsyas - Batch Feature Extract - Spectral Crest Factor" ;
|
Chris@9
|
160 vamp:name "Marsyas - Batch Feature Extract - Spectral Crest Factor" ;
|
Chris@9
|
161 dc:description """Marsyas - Batch Feature Extract - Spectral Crest Factor""" ;
|
Chris@47
|
162 foaf:maker :maker ;
|
Chris@9
|
163 dc:rights """GPL v3 license""" ;
|
Chris@9
|
164 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
165 vamp:identifier "marsyas_bextract_scf" ;
|
Chris@9
|
166 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
167 owl:versionInfo "2" ;
|
Chris@9
|
168 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
169 vamp:output plugbase:marsyas_bextract_scf_output_scf ;
|
Chris@9
|
170 .
|
Chris@9
|
171 plugbase:marsyas_bextract_scf_output_scf a vamp:DenseOutput ;
|
Chris@9
|
172 vamp:identifier "scf" ;
|
Chris@9
|
173 dc:title "Spectral Crest Factor" ;
|
Chris@9
|
174 dc:description "The value of the Spectral Crest Factor" ;
|
Chris@9
|
175 vamp:fixed_bin_count "true" ;
|
Chris@9
|
176 vamp:unit "value" ;
|
Chris@9
|
177 vamp:bin_count 24 ;
|
Chris@9
|
178 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
179 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
180 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
181 .
|
Chris@9
|
182 plugbase:marsyas_bextract_sfm a vamp:Plugin ;
|
Chris@9
|
183 dc:title "Marsyas - Batch Feature Extract - Spectral Flatness Measure" ;
|
Chris@9
|
184 vamp:name "Marsyas - Batch Feature Extract - Spectral Flatness Measure" ;
|
Chris@9
|
185 dc:description """Marsyas - Batch Feature Extract - Spectral Flatness Measure""" ;
|
Chris@47
|
186 foaf:maker :maker ;
|
Chris@9
|
187 dc:rights """GPL v3 license""" ;
|
Chris@9
|
188 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
189 vamp:identifier "marsyas_bextract_sfm" ;
|
Chris@9
|
190 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
191 owl:versionInfo "2" ;
|
Chris@9
|
192 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
193 vamp:output plugbase:marsyas_bextract_sfm_output_spf ;
|
Chris@9
|
194 .
|
Chris@9
|
195 plugbase:marsyas_bextract_sfm_output_spf a vamp:DenseOutput ;
|
Chris@9
|
196 vamp:identifier "spf" ;
|
Chris@9
|
197 dc:title "Spectral Flatness Measure" ;
|
Chris@9
|
198 dc:description "The value of the Spectral Flatness Measure" ;
|
Chris@9
|
199 vamp:fixed_bin_count "true" ;
|
Chris@9
|
200 vamp:unit "value" ;
|
Chris@9
|
201 vamp:bin_count 1 ;
|
Chris@9
|
202 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
203 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
204 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
205 .
|
Chris@9
|
206 plugbase:marsyas_bextract_zero_crossings a vamp:Plugin ;
|
Chris@9
|
207 dc:title "Marsyas - Batch Feature Extract - Zero Crossings" ;
|
Chris@9
|
208 vamp:name "Marsyas - Batch Feature Extract - Zero Crossings" ;
|
Chris@9
|
209 dc:description """Marsyas - Batch Feature Extract - Zero Crossings""" ;
|
Chris@47
|
210 foaf:maker :maker ;
|
Chris@9
|
211 dc:rights """GPL v3 license""" ;
|
Chris@9
|
212 # cc:license <Place plugin license URI here and uncomment> ;
|
Chris@9
|
213 vamp:identifier "marsyas_bextract_zero_crossings" ;
|
Chris@9
|
214 vamp:vamp_API_version vamp:api_version_1 ;
|
Chris@9
|
215 owl:versionInfo "2" ;
|
Chris@9
|
216 vamp:input_domain vamp:TimeDomain ;
|
Chris@9
|
217 vamp:output plugbase:marsyas_bextract_zero_crossings_output_zero_crossing_counts ;
|
Chris@9
|
218 .
|
Chris@9
|
219 plugbase:marsyas_bextract_zero_crossings_output_zero_crossing_counts a vamp:DenseOutput ;
|
Chris@9
|
220 vamp:identifier "zero_crossing_counts" ;
|
Chris@9
|
221 dc:title "Zero Crossing Counts" ;
|
Chris@9
|
222 dc:description "The number of zero crossing points per sample" ;
|
Chris@9
|
223 vamp:fixed_bin_count "true" ;
|
Chris@9
|
224 vamp:unit "crossings" ;
|
Chris@9
|
225 vamp:bin_count 1 ;
|
Chris@9
|
226 # vamp:computes_event_type <Place event type URI here and uncomment> ;
|
Chris@9
|
227 # vamp:computes_feature <Place feature attribute URI here and uncomment> ;
|
Chris@9
|
228 # vamp:computes_signal_type <Place signal type URI here and uncomment> ;
|
Chris@9
|
229 .
|
Chris@9
|
230
|