I have not tested this, just looked at your post: If you try taking out the --totally-silent from the config then you will see the error message that flac is probably producing.
A better option would be to remove the -t flag from lame (so that it will write a WAV header) and remove the "--endian little --channels 2 --bps 16 --sample-rate 44100" flags from flac, just letting it get the (actual) info from the WAV header. I cannot remember, but I think that you may need to use "-- -" instead of just "-" to get flac to read from stdin. -- awy ------------------------------------------------------------------------ awy's Profile: http://forums.slimdevices.com/member.php?userid=7480 View this thread: http://forums.slimdevices.com/showthread.php?t=53973 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
