mirror of https://github.com/xiph/flac
test_replaygain.sh : Add --force-raw-format option.
This test was failing due to the lack of this option. Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
parent
9443151da3
commit
1988855b82
|
@ -128,7 +128,7 @@ tonegenerator ()
|
|||
}
|
||||
|
||||
}' /dev/null |
|
||||
flac${EXE} --silent --no-error-on-compression-fail \
|
||||
flac${EXE} --silent --no-error-on-compression-fail --force-raw-format \
|
||||
--endian=big --channels=1 --bps=24 --sample-rate=$1 --sign=unsigned -
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue