« PlayStation Architecture (index)

PlayStation Architecture

Chapter 5: Audio


Table of Contents

  1. Storage and processing
  2. Inherited techniques
  3. The streaming era

Sony's signature Sound Processing Unit (SPU) takes care of this. This chip supports the enormous amount of 24 channels of 16-bit samples at a sampling rate of 44.1 kHz , matching the quality of audio CDs.

Image
Overview of the audio components.

The SPU also provides the following capabilities:

512 KB of DRAM (called 'Sound RAM') is provided as working space. This memory is accessible by the CPU (via DMA) and the CD controller. Nevertheless, games have access to only 508 KB for storing samples, while the remainder is reserved by the SPU for buffering uncompressed audio data. This amount is further reduced when reverb is enabled.

Storage and processing

On the game disc, audio is stored in the form of Adaptive Differential Pulse-Code Modulation (ADPCM) samples. Unlike the PCM format (used by audio CDs and the Sega Saturn) where each sample consumes 16 bits, ADPCM stores only the difference between samples. In this case, it requires only 4 bits per sample, trading off some fidelity in the process.

Now, ADPCM needs to be processed/uncompressed so speakers can understand it. Who performs this, and the amount of work required, depends on the format used :

Inherited techniques

Truth be told, games may also choose to store their music in uncompressed form, just like the original audio CD . This is because the CD standard used by the PS1 also accommodates CD-DA tracks. It's not without its compromises, however, as the CD reader will be completely blocked while streaming audio, and the space consumed on the disc will be much greater. Yet, it unlocks the highest possible audio quality.

By the way, as any CD player supports CD-DA, some games allocated one audio track to play a warning message whenever the disc was inserted into non-PlayStation equipment. In fact, titles like Castlevania: Symphony of the Night went a step further and embedded a hidden track as well.

The streaming era

That said, what does this mean for game developers? In summary, they can now construct their music in the following ways:

As you can see, each technique carries its own trade-offs. Nevertheless, nothing prevents the two from being combined, which is what enables background music to blend with the game's special effects.

Finally, I'd like to emphasise that, similarly to the Saturn, this marks a significant milestone for the industry: games are no longer constrained by music sequencing or predefined waveforms, and thanks to the extensive storage offered by the CD medium, developers can store fully produced samples and stream them directly to the audio chip.


Previous: 4. Graphics

Next: 6. I/O


Rodrigo Copetti © 2026 RSS Feed

Switch to modern edition

Home · Writings · Support · About author · About website