I’m trying to import an ALAC file to look for transient distortion and for some reason I’m getting about one second of white noise instead of the file. When I look at the log it is packed full of errors about things missing (they’re not) and a strange inability to read ALAC created by ffmpeg…
I have attached a log file of a CD rip made from 1 of 5 identical rips from 5 CDs on five different CD drives - “Holst - The Planets - Herbert von Karajan” (it’s an academic experiment on the longevity of CD as a medium - they are all the same, so yay to that, I guess!) but I can’t view the file in Audacity 3.1.3. I have the optional ffmpeg for Audacity installed, I tried renaming the file’s extension from m4a to alac, but that made no difference.
I know it used to work with Apple Music ripped files, but I have moved onto using EAC as Apple Music sucks at reading CDs properly leaving me with tracks of garbage. I’m doing this experiment on Windows 10 Pro v10.0.19044.1706. I’ve removed, cleared preferences and re-installed Audacity and ffmpeg for Audacity a few times and rebooted, it made absolutely no difference. In EAC I use this command to take the uncompressed digital audio from the CD and convert it to ALAC;
-i %source% -metadata “ARTIST=%artist%” -metadata “TITLE=%title%” -metadata “ALBUM=%albumtitle%” -metadata “DATE=%year%” -metadata “TRACK=%tracknr%/%numtracks%” -metadata “GENRE=%genre%” -metadata “ALBUM_ARTIST=%albumartist%” -metadata “COMPOSER=%composer%” -metadata “DISC=%cdnumber%/%totalcds%” -metadata “COMMENT=CRC:%TRACKCRC%” -acodec alac %dest%
VLC plays the file and correctly identifies it as ALAC 16 bit 44.1kHz and the comment contains the CRC (23C866FC)
Does anyone know what’s going on?
log.txt (277 KB)