Powered by OPF
OPF WIKI STATIC ARCHIVE
2,681 pages · 153 spaces · 776 tags · 4,025 history records · 96.2% of the original wiki recovered
Archived copy. This page was recovered from the Internet Archive snapshot of /display/SPR/Audio CD Preservation taken on 2019-12-25. The original wiki at wiki.opf-labs.org is being decommissioned.

Audio CD Preservation

Created by Peter May on Jul 03, 2013 · last edited by Paul Wheatley · on Jul 12, 2013 (view history) · 16 versions

Title
Audio CD Preservation

Detailed description

A large collection of, predominantly audio, CDs needs preserving. The CD's initially need stabilising onto magnetic storage medium to prevent preservation issues relating to disc-rot. The content of these disc images then needs to be extracted and catalogued. The following discusses a number of tools to tackle the first part - disc stabilisation.

Imaging Tools

The following two tools provided the ability to create a disc image (.bin/.iso with .cue track listings file) of an audio CD with mechanisms to extract tracks to WAV files.

cdrdao (Linux)

One solution on Linux/Ubuntu was to read a binary from the CD using cdrdao using the following command from the mounted cdrom device (here /dev/cdrom):

In order to verify if it is possible to extract wav files from the binary file, the table of contents (source.toc) was first converted to a cue file using toc2cue (included in the cdrdao package):

and the cue file was then used together with the binary file to extract wav files using bchunk:

ISOBuster (Windows)

.cue file - metadata
ISOBuster generates a .iso/.cue file pair as a audio CD disc image. Here is the contents of the .cue file generated for a 4-track audio CD (note there is no descriptive metadata about the tracks or the disc itself):

Other Imaging Tools

Other tools that were considered and/or tested

OSFClone

aimage (Ubuntu linux - live disk via bootable USB)

guymager 

bitcurator

Virtual Box Issues
Whilst it is possible to use the laptop's CD drive with a data CD in a Linux VM image (Ubuntu 12.04), it seems that VirtualBox cannot "passthrough" audio CD's from the host CD drive to the VM guest. This essentially prevents any use/testing of linux disk imaging tools via a VM image using VirtualBox (for audio CDs).

Solution Champion

Carl Wilson / Peter May / Sven Schlarb

Corresponding Issue(s)
A list of hyperlinks to the Issues to which this provides a Solution.

At risk and decaying audio data on CDs

Tool/code link
A link to code on Git hub or a corresponding myExperiment if applicable

Tool Registry Link
Add an entry to the OPF Tool Registry, and provide a link to it here.

Evaluation
Any notes or links on how the solution performed.