QUOTE
flac file.wav -o 30.flac
flac 1.2.1, Copyright © 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
file.wav: 97% complete, ratio=0.664file.wav: ERROR during read of data pad byte
I've tried all the vaguely related switches:
QUOTE
flac --decode-through-errors --no-verify --no-warnings-as-errors file.wav -o 30.flac
flac 1.2.1, Copyright © 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
file.wav: 97% complete, ratio=0.664file.wav: ERROR during read of data pad byte
Is there any way at all to either discard the corrupt data (shorten doesn't seem to think it's corrupt
Edit:
I downloaded flac 1.1.2a for Windows and ran it with wine, which gives more a more verbose error:
QUOTE
wine ../flac.exe file.wav -o z.flac
flac 1.1.2, Copyright © 2000,2001,2002,2003,2004,2005 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
options: -P 4096 -b 4608 -m -l 8 -q 0 -r 3,3
file.wav: ERROR: unsupported block alignment (4), for bits-per-sample=8, channels=1
flac 1.1.2, Copyright © 2000,2001,2002,2003,2004,2005 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
options: -P 4096 -b 4608 -m -l 8 -q 0 -r 3,3
file.wav: ERROR: unsupported block alignment (4), for bits-per-sample=8, channels=1
Anyone at all?
Edit 2:
After looking around, I think I have to change the block alignment to 1, but I have no idea how
