summaryrefslogtreecommitdiff
path: root/test/test_replaygain.sh
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-06-28 09:19:59 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-06-28 09:20:03 +1000
commit4bc4255f6cb86cb841e4be0b936fd0e773fe3094 (patch)
treec98d5f59ac26b6052ea438545980707c93c76826 /test/test_replaygain.sh
parentdb1619d4f36801d6178ccf45d32a4f58008eba3c (diff)
downloadflac-4bc4255f6cb86cb841e4be0b936fd0e773fe3094.tar.gz
test/test_replaygain.sh : Update tests after work aroind for GCC bug.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
Diffstat (limited to 'test/test_replaygain.sh')
-rwxr-xr-xtest/test_replaygain.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/test_replaygain.sh b/test/test_replaygain.sh
index 95aa1a96..29098751 100755
--- a/test/test_replaygain.sh
+++ b/test/test_replaygain.sh
@@ -133,13 +133,13 @@ tonegenerator ()
}
REPLAYGAIN_FREQ=
-REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 8000/-12.73"
+REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 8000/-12.76"
REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 11025/-12.93"
-REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 12000/-12.98"
-REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 16000/-13.27"
-REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 18900/-13.41"
+REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 12000/-13.00"
+REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 16000/-13.29"
+REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 18900/-13.43"
REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 22050/-13.77"
-REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 24000/-13.82"
+REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 24000/-13.83"
REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 28000/-14.06"
REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 32000/-14.08"
REPLAYGAIN_FREQ="$REPLAYGAIN_FREQ 36000/-14.12"