Integrity test for FLAC files
Windows
Use a free tool called FLAC Frontend.
OS X / Linux
Following command can be used to scan ~/Music folder for all FLAC files, and test them.
find ~/Music -type f -iname '*.flac' -print0 | xargs --null flac -wst
Use a free tool called FLAC Frontend.
Following command can be used to scan ~/Music folder for all FLAC files, and test them.
find ~/Music -type f -iname '*.flac' -print0 | xargs --null flac -wst