« Nintendo 64 Architecture (index)

Nintendo 64 Architecture

Chapter 5: Audio


Table of Contents

  1. The repertoire
  2. Secrets and limitations

Before we go into the details, let's define the two endpoints of the N64's audio subsystem:

Now, how do we connect both ends? Consoles normally include a dedicated audio chip that does the work for us. Unfortunately, the Nintendo 64 doesn't have a dedicated chip, so this task is distributed across these components:

The resulting data is, as expected, waveform data. This is then sent to the Audio Interface (AI) block, which transfers it to the digital-to-analogue converter . Being a stereo system, the resulting waveform contains two channels, each with 16-bit resolution.

Image
Overview of how the audio pipeline is commonly implemented.

The repertoire

Time to check out the soundtracks made for the N64. There are too many (good ones) to mention in this article, so here are some that caught my attention:

Video
Video - The Legend of Zelda: Majora's Mask (2000).
The music of this game is tied to its daunted atmosphere.

Video
Video - Bomberman Hero (1998).
This game has a nice and unique house-based soundtrack.

Secrets and limitations

Because of this design, the constraints are dictated by the overall workload:

For these reasons, players may notice that N64 ports feature lower-quality music or repeated scores. A common workaround is to implement a music sequencer that generates samples at runtime using a pre-populated set of sounds (resembling MIDI music).


Previous: 4. Graphics

Next: 6. Operating System


Rodrigo Copetti © 2026 RSS Feed

Switch to modern edition

Home · Writings · Support · About author · About website