Mercurial > hg > sonic-annotator
diff tests/test-multiple-audio/test-multiple-audio.sh @ 218:dc82579c9a26
Add test for multiplexed audio
author | Chris Cannam |
---|---|
date | Fri, 20 Nov 2015 09:31:55 +0000 |
parents | 685e5cf3cb1d |
children | 9a10c3ffff47 |
line wrap: on
line diff
--- a/tests/test-multiple-audio/test-multiple-audio.sh Fri Nov 20 09:31:46 2015 +0000 +++ b/tests/test-multiple-audio/test-multiple-audio.sh Fri Nov 20 09:31:55 2015 +0000 @@ -99,3 +99,13 @@ csvcompare $tmpfile $expected.csv || \ faildiff "Output mismatch for transform $transform with summaries and mixed local/remote 2-file input" $tmpfile $expected.csv + +# 9. As 3, but multiplexing rather than extracting separately from each file + +$r -t $transform --multiplex -w csv --csv-stdout $audiopath/3clicks.mp3 $audiopath/6clicks.ogg --summary-only 2>/dev/null | sed 's,^"[^"]*/,",' > $tmpfile || \ + fail "Fails to run transform $transform with 2-file input" + +expected=$mypath/expected/multiplexed +csvcompare $tmpfile $expected.csv || \ + faildiff "Output mismatch for transform $transform with summaries and 2-file multiplexed input" $tmpfile $expected.csv +