diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-06-28 09:19:59 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-06-28 09:20:03 +1000 |
commit | 4bc4255f6cb86cb841e4be0b936fd0e773fe3094 (patch) | |
tree | c98d5f59ac26b6052ea438545980707c93c76826 /test | |
parent | db1619d4f36801d6178ccf45d32a4f58008eba3c (diff) | |
download | flac-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')
-rwxr-xr-x | test/test_replaygain.sh | 10 |
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" |