Mercurial > hg > vamp-known-plugins-rdf
changeset 25:6b859da7083a
Fix invalid Turtle syntax for unused sample rate
author | Chris Cannam |
---|---|
date | Sat, 13 Apr 2013 19:10:18 +0100 |
parents | 67e8342b3583 |
children | 9fd8358b8101 |
files | plugins/bbc-vamp-plugins.n3 |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/bbc-vamp-plugins.n3 Thu Apr 11 15:42:36 2013 +0100 +++ b/plugins/bbc-vamp-plugins.n3 Sat Apr 13 19:10:18 2013 +0100 @@ -551,7 +551,7 @@ vamp:max_value 2 ; vamp:bin_count 1 ; vamp:sample_type vamp:VariableSampleRate ; - vamp:sample_rate inf ; + vamp:sample_rate 0 ; # vamp:computes_event_type <Place event type URI here and uncomment> ; # vamp:computes_feature <Place feature attribute URI here and uncomment> ; # vamp:computes_signal_type <Place signal type URI here and uncomment> ; @@ -569,7 +569,7 @@ vamp:max_value 2 ; vamp:bin_count 1 ; vamp:sample_type vamp:VariableSampleRate ; - vamp:sample_rate inf ; + vamp:sample_rate 0 ; # vamp:computes_event_type <Place event type URI here and uncomment> ; # vamp:computes_feature <Place feature attribute URI here and uncomment> ; # vamp:computes_signal_type <Place signal type URI here and uncomment> ;