tried:
flac -dcs -- $FILE$ | flac -cs -
flac -dcs $FILE$ | flac -cs -
flac -dcs --force-raw-format --endian=little --sign=signed -- $FILE$ |
flac -cs -0 --force-raw-format --endian=little --sign=signed
--channels=2 --bps=24 --sample-rate=44100 -

all of the above work in my environment tested within an xterm. For the
last one I did not use start and end.

but:
flac -dcs --endian=little $FILE$ | flac -cs --endian=little -

results in an error:
ERROR: --endian only allowed with --force-raw-format
ERROR: for encoding a raw file you must specify a value for --endian,
--sign, --channels, --bps, and --sample-rate
Type "flac" for a usage summary or "flac --help" for all options

Is the flac file you test with 44100 encoded?
my flac version for your reference: flac - Command-line FLAC
encoder/decoder version 1.2.1

Sorry, I really have no idea :(


-- 
Klaas

Creator of *BrutefirDrc* see http://klaasprause.com/brutefirdrc

Hardware:
Squeezebox v3 with digital out tweaking and custom power supply, Tact
TDA2200 Digital Amplifier, MBL 311-D Speaker
------------------------------------------------------------------------
Klaas's Profile: http://forums.slimdevices.com/member.php?userid=8026
View this thread: http://forums.slimdevices.com/showthread.php?t=45347

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to