10-24-2024, 11:09 AM
@kit1cat,
Both sample files you provided have some sort of corruption. The flac decoder dies after 684 "crc mismatch" errors are thrown.
Both sample files you provided have some sort of corruption. The flac decoder dies after 684 "crc mismatch" errors are thrown.
Code:
pi@moode9:~ $ flac -t "/media/VFAT64/Test/Kit1kat/Harry Nilsson - Without You (Remastered).flac" 2>&1 | grep -m 1 error
Harry Nilsson - Without You (Remastered).flac: *** Got error code 2:FLAC__STREAM_DECODER_ERROR_STATUS_FRAME_CRC_MISMATCH
pi@moode9:~ $ flac -t "/media/VFAT64/Test/Kit1kat/Harry Nilsson - Without You (Remastered).flac" 2>&1 | grep -c1 error
684