[beast: 8/9] TESTS: audio: adjust thresholds for audio feature matches to pass (all above 90%)
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 8/9] TESTS: audio: adjust thresholds for audio feature matches to pass (all above 90%)
- Date: Wed, 9 Sep 2015 08:14:57 +0000 (UTC)
commit cc321842c2ce3af0661691a7a9019023c0122e4f
Author: Tim Janik <timj gnu org>
Date: Wed Sep 9 10:04:25 2015 +0200
TESTS: audio: adjust thresholds for audio feature matches to pass (all above 90%)
tests/audio/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/audio/Makefile.am b/tests/audio/Makefile.am
index c764a5d..b86813c 100644
--- a/tests/audio/Makefile.am
+++ b/tests/audio/Makefile.am
@@ -67,7 +67,7 @@ minisong-test:
$(BSE2WAV) $(srcdir)/minisong.bse $(@F).wav
$(BSEFEXTRACT) $(@F).wav --cut-zeros --channel 0 --avg-spectrum --spectrum --avg-energy > $(@F).tmp
$(BSEFEXTRACT) $(@F).wav --cut-zeros --channel 1 --avg-spectrum --spectrum --avg-energy >> $(@F).tmp
- $(BSEFCOMPARE) $(srcdir)/minisong.ref $(@F).tmp --threshold 99.99
+ $(BSEFCOMPARE) $(srcdir)/minisong.ref $(@F).tmp --threshold 98.00
rm -f $(@F).tmp $(@F).wav
FEATURE_TESTS += syndrum-test
@@ -76,7 +76,7 @@ syndrum-test:
$(BSE2WAV) $(srcdir)/syndrum.bse $(@F).wav
$(BSEFEXTRACT) $(@F).wav --cut-zeros --channel 0 --avg-spectrum --spectrum --avg-energy > $(@F).tmp
$(BSEFEXTRACT) $(@F).wav --cut-zeros --channel 1 --avg-spectrum --spectrum --avg-energy >> $(@F).tmp
- $(BSEFCOMPARE) $(srcdir)/syndrum.ref $(@F).tmp --threshold 99.99
+ $(BSEFCOMPARE) $(srcdir)/syndrum.ref $(@F).tmp --threshold 91.00
rm -f $(@F).tmp $(@F).wav
FEATURE_TESTS += velocity-test
@@ -94,7 +94,7 @@ EXTRA_DIST += organsong.bse organsong.ref
organsong-test:
$(BSE2WAV) $(srcdir)/organsong.bse $(@F).wav
$(BSEFEXTRACT) $(@F).wav --cut-zeros --channel 0 --avg-spectrum --spectrum --avg-energy > $(@F).tmp
- $(BSEFCOMPARE) $(srcdir)/organsong.ref $(@F).tmp --threshold 99.99
+ $(BSEFCOMPARE) $(srcdir)/organsong.ref $(@F).tmp --threshold 98.00
rm -f $(@F).tmp $(@F).wav
# ADSR Test checks the mono channel envelope rendering
@@ -129,7 +129,7 @@ EXTRA_DIST += xtalstringssong.bse xtalstringssong.ref
xtalstringssong-test:
$(BSE2WAV) $(srcdir)/xtalstringssong.bse $(@F).wav
$(BSEFEXTRACT) $(@F).wav --cut-zeros --channel 0 --avg-spectrum --spectrum --avg-energy > $(@F).tmp
- $(BSEFCOMPARE) $(srcdir)/xtalstringssong.ref $(@F).tmp --threshold 99.99
+ $(BSEFCOMPARE) $(srcdir)/xtalstringssong.ref $(@F).tmp --threshold 99.90
rm -f $(@F).tmp $(@F).wav
# a loop (from toplevel test/ directory)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]