Mercurial > hg > sonic-annotator
comparison tests/test-transforms-basic.sh @ 96:34b0c85258d0 start-duration
Tests for start and duration properties -- not yet implemented in FeatureExtractionManager
author | Chris Cannam |
---|---|
date | Wed, 01 Oct 2014 09:21:10 +0100 |
parents | 43d788236ed1 |
children | 526feaad5820 |
comparison
equal
deleted
inserted
replaced
95:03b1d83fca29 | 96:34b0c85258d0 |
---|---|
23 | 23 |
24 for suffix in \ | 24 for suffix in \ |
25 -no-parameters-default-output \ | 25 -no-parameters-default-output \ |
26 -no-parameters \ | 26 -no-parameters \ |
27 "" \ | 27 "" \ |
28 -start-and-duration \ | |
28 -set-parameters \ | 29 -set-parameters \ |
29 -set-step-and-block-size \ | 30 -set-step-and-block-size \ |
30 -set-sample-rate \ | 31 -set-sample-rate \ |
31 -df-windowtype-default \ | 32 -df-windowtype-default \ |
32 -df-windowtype-hanning \ | 33 -df-windowtype-hanning \ |
33 -df-windowtype-hamming \ | 34 -df-windowtype-hamming \ |
35 -df-start-and-duration \ | |
34 -multiple-outputs \ | 36 -multiple-outputs \ |
35 ; do | 37 ; do |
36 | 38 |
37 for type in xml n3 ; do | 39 for type in xml n3 ; do |
38 | 40 |