view testdata/timing/run.sh @ 120:ab1d8efbb7b5 bqvec-openmp

More results
author Chris Cannam
date Wed, 07 May 2014 10:44:11 +0100
parents daca1bab4946
children 32437c1c5cca
line wrap: on
line source
#!/bin/sh

trios_path="/home/cannam/Music/TRIOS_dataset"

if [ ! -d "$trios_path" ]; then
    echo "TRIOS dataset directory $trios_path not found, giving up"
    exit 1
fi

if ! sonic-annotator -v ; then
    echo "Failed to run sonic-annotator (not in PATH?), giving up"
    exit 1
fi

VAMP_PATH=../..
export VAMP_PATH

time sonic-annotator \
    --writer csv \
    --csv-one-file /dev/null \
    --csv-force \
    --default vamp:silvet:silvet:notes \
    "$trios_path/take_five/mix.wav"