Jason J. Gullickson

Jason J. Gullickson

A New Analog Audio Format

Let’s start by agreeing that analog formats like vinyl do a better job of capturing music than digital formats.

That said digital (and especially electronic digital) formats offer a lot of features and convinience to both the listener and the artist. You can’t buy a car stereo today that can play records, and while you can make your own records at home, it’s pretty hard.

Technology has come a long way since the LP was “perfected”. Could there be a new way of producing analog recordings that are as good or better than vinyl? Or if not better, at least more convinient to listen to and easier to make at home if we apply technology that would have been impractical back when vinyl LP’s set the standard?

I had a faint memory that video LaserDiscs were analog, so I started my research there. As it turns out this is true, and while eventually LaserDisc added digital audio tracks, the video tracks were always analog. Physically the format is similar to Compact Disc (CD), but how the signal is encoded on the disc is different.

“However, while the encoding is of a binary nature, the information is encoded as analog pulse-width modulation with a 50% duty cycle, where the information is contained in the lengths and spacing of the pits. In true digital media the pits, or their edges, directly represent 1s and 0s of a binary digital information stream”

Further reading revealed that something akin to this may already have been done. The Super Audio Compact Disc (SACD) used pulse-density modulation to record audio on an optical disc. They don’t call this analog however, and use a 1-bit analog-to-digital converter to turn the analog signal into a bitstream that is then written to the disc.

Another related technology is the development of the Class-D amplifier. These amplifiers use a binary electrical signal (essentially a switching power supply) to drive a speaker which, due to its mechanical nature, converts the digital signal to analog automatically.

The SACD format isn’t very common now, like most physical media formats (I’m not sure if it was ever possible to create your own SACD’s at home). Even so it’s encouraging to know that it’s at least possible to use these techniques to create an optical audio disc.

This makes me wonder: could a typical CD burner be modified to record an analog audio using an encoding similar to LaserDisc on standard CD-R media?

I don’t think this can be done with software alone. Most CD drives use a ATAPI or SCSI interface which AFAIK doesn’t provide low-level commands necissary to control how and when the laser etches pits into the disc. It might be possible to modify the firmware of a CD-ROM drive to accomplish this, but I’m not currently aware of any way to do it.

I have however sucessfully driven CD-ROM transports using g-code. In fact the first CNC machine I built was a laser engraver made out of two CD-ROM drives. This is a pretty brute-force way to go about it, and it’s not the most “repeatable” (as it involves a lot of cutting and soldering) but it might be the fastest way for me to begin experimenting and developing this format. Once I have a proof-of-concept, it might worth the effort to find a drive that can be more easily modified to support the format and make the whole system more accessible.

References