Current stable version (1.3.0) allows to encode raw files without --force-raw-format option:
flac test --endian=little --sign=signed --channels=2 --bps=16 --sample-rate=44100 Now it prints: "ERROR: --endian only allowed with --force-raw-format". It can break some scripts as it happened with test_flac.sh (see message <http://lists.xiph.org/pipermail/flac-dev/2014-July/004932.html>). The patch <http://git.xiph.org/?p=flac.git;a=commitdiff;h=a5c3a37c2a56a96af2dbb5553668f7684a15ab86> seems to be too strict. The fix is attached.
raw_format_input.patch
Description: Binary data
_______________________________________________ flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
