Re: Re: [EAC] old burned cd file in wav
| 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