Comment 13 for bug 504645

Revision history for this message
hugues de keyzer (huguesdk) wrote :

i had the same problem, and it was due to the fact that the flac files were not in the right format for an audio cd (16 bits, 44100 hz). this did the trick:

sox in_file.flac -b 16 -r 44100 out_file.flac

a more informative error message would help, though. :)