Re: Re: [EAC] old burned cd file in wav

"Jeff [email protected] [EAC]" <[email protected]> Tue, 29 Sep 2020 13:39:11 -0700
Newsgroups gmane.comp.audio.eac.user
Message-ID <[email protected]>
On 9/29/20 1:22 PM, Harry [email protected] [EAC] wrote:

> On the subject of FLAC does anybody know of a program that can
> test the integrity of a FLAC file without having to play it?

The official FLAC executable itself will do that:

flac -t SomeFile.flac

Or for every file in a directory:

flac -t *.flac