Mercurial > hg > sonic-annotator
comparison tests/test-transforms-basic.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 | 102bb1729184 |
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 tmpfile1=$mypath/tmp_1_$$ | 8 tmpfile1=$mypath/tmp_1_$$ |
9 tmpfile2=$mypath/tmp_2_$$ | 9 tmpfile2=$mypath/tmp_2_$$ |