Mercurial > hg > sonic-annotator
comparison tests/test-rdf-writer.sh @ 3:03a02c1f0a9f
* update tests for changed csv format (doh)
author | Chris Cannam |
---|---|
date | Thu, 11 Dec 2008 11:28:03 +0000 |
parents | 581b1b150a4d |
children | 94d988cef54e |
comparison
equal
deleted
inserted
replaced
2:475f4623feba | 3:03a02c1f0a9f |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 mypath=`dirname $0` | 3 mypath=`dirname $0` |
4 r=$mypath/../sonic-annotator | 4 r=$mypath/../runner/sonic-annotator |
5 | 5 |
6 infile=$mypath/audio/3clicks8.wav | 6 infile=$mypath/audio/3clicks8.wav |
7 testplug=vamp:vamp-example-plugins:percussiononsets | 7 testplug=vamp:vamp-example-plugins:percussiononsets |
8 tmpttl=$mypath/tmp_1_$$.ttl | 8 tmpttl=$mypath/tmp_1_$$.ttl |
9 | 9 |