Open GoogleCodeExporter opened 9 years ago
To work around this on the command line, I've written a little shell script
that does the conversion with the bad data into a wav, then convert to alac...
just makes more sense that XLD could do this directly:
len=${#1}
flac -d -F "$@"
xld -f alac "${1:0:len-5}.wav"
rm "${1:0:len-5}.wav"
zip -m "${1:0:len-5}-bad-flac-file.zip" "$1"
Original comment by mike.s...@gmail.com
on 10 May 2015 at 1:38
Original issue reported on code.google.com by
mike.s...@gmail.com
on 8 May 2015 at 2:01