Home / Hardware

Photo of gaming console, tablet, laptop
Image: Wikipedia
Hardware

ZX Spectrum Sound Capabilities Explored

WireByte Staff · August 3, 2026

The ZX Spectrum's sound capabilities have been examined, revealing two main options: a 1-bit beeper and a General Instrument AY-3-8910 synthesizer chip. The beeper is present on all systems, while the synthesizer chip is available on models from the 128K Spectrum onwards. Three programs have been developed to play a C-major scale using the beeper and synthesizer.

Key points

  • The ZX Spectrum offers two sound options: a 1-bit beeper and a General Instrument AY-3-8910 synthesizer chip.
  • The 1-bit beeper is present on all ZX Spectrum systems, while the synthesizer chip is available on models from the 128K Spectrum onwards.
  • Three programs have been developed to play a C-major scale using the beeper and synthesizer.
  • The beeper's sound is similar to the Apple II's, with specific tones produced by timing the intervals between toggling a bit on the I/O port.
  • The synthesizer chip is clocked differently and lacks a built-in BIOS call to communicate with it, compared to the Atari ST.

The ZX Spectrum's sound capabilities have been explored in a recent tour of the system. The main sound options available are a 1-bit beeper and a General Instrument AY-3-8910 synthesizer chip. The beeper is present on all ZX Spectrum systems, while the synthesizer chip is available on models from the 128K Spectrum onwards.

The beeper's sound is similar to the Apple II's, with specific tones produced by carefully timing the intervals between toggling a bit on the I/O port. However, the BEEP command in BASIC already manages this, so it is not necessary to implement it manually.

The synthesizer chip, on the other hand, is clocked differently and lacks a built-in BIOS call to communicate with it, compared to the Atari ST. Despite these limitations, three programs have been developed to play a C-major scale using the beeper and synthesizer.

These programs demonstrate the ZX Spectrum's sound capabilities and provide a starting point for further exploration of the system's audio features.

Sources

WireByte Staff — Editorial Team

The WireByte editorial team synthesises technology news from multiple primary sources, verifies the facts, and links every source. Articles are produced with AI assistance and reviewed under our editorial policy.