the hardcoded 'tukey(0.5)' string in src/libFLAC/stream_encoder.c:compression_levels_[] fails to parse in locales where the decimal point is not '.'
Josh Coalson
2006-12-05
Logged In: YES
user_id=78173
Originator: YES
fixed in CVS.
Josh Coalson
2006-12-05
Josh Coalson
2006-12-05
Logged In: YES
user_id=78173
Originator: YES
WORKAROUND for flac: add the -A option to your flac command line, formatted according to your locale, e.g.
flac -5 -A "tukey(0,5)" ...