8-Bit Audio vs Low Sample Rate: What Actually Sounds Worse?
Compare PCM bit depth and sample rate to understand quantization noise, frequency loss, transients, and deliberate lo-fi audio.
Written by
LowQualityMaker Team
Practical experiments in deliberate media degradation, browser-local processing, formats, and retro effects.

Eight-bit audio and low sample rate are different forms of degradation. Bit depth controls how precisely amplitude is stored. Sample rate controls how often the signal is measured over time and limits the frequencies that can be represented.
What 8-bit PCM changes
Eight-bit PCM has 256 possible amplitude levels. Quiet detail becomes coarse, fades can sound stepped, and quantization texture becomes audible. The frequency range does not automatically become narrow simply because the bit depth is low.
What a low sample rate changes
A lower sample rate reduces the available high-frequency range and temporal precision. Voices lose brightness, cymbals and consonants soften, and transients become less detailed. The browser may normalize a requested sample rate it cannot render exactly.
Which sounds worse?
That depends on the source. Eight-bit depth is obvious in quiet music and fades. A low sample rate is obvious in bright speech, percussion, and high-frequency material. Combining both produces a strong digital lo-fi effect.
| Setting change | Main information removed | Listen for | Does not automatically do |
|---|---|---|---|
| 16-bit to 8-bit PCM | Amplitude precision | Grain in fades and quiet passages | Remove stereo width |
| 44.1 kHz to 16 kHz | High-frequency range and temporal detail | Duller consonants and cymbals | Add clipping distortion |
| Stereo to mono | Channel separation | Centered, narrower image | Reduce bit depth |
The controls are independent, so naming the desired failure matters. “Make it 8-bit” is not the same request as “make it sound like a narrow phone call.”
Test them separately
Use the Low Quality Audio Maker to process one copy at 8-bit with a moderate sample rate, then another at 16-bit with a low sample rate. Listen at the same volume before combining the settings.
Use a short comparison clip with a quiet opening, spoken consonants, and a bright sound such as a cymbal. Label the downloaded files by setting. First compare bit depth while holding sample rate constant; then compare sample rate while holding bit depth constant. This produces evidence about the control instead of a vague impression caused by changing several parameters at once.
Understand the browser boundary
The requested sample rate is used to construct an offline browser audio context. A browser or device may reject or normalize an unsupported rate. The completed result therefore reports its actual sample rate, channels, and bit depth. Treat those completed properties as evidence, not the slider label alone.
All LowQualityMaker audio output is PCM WAV. Eight-bit output changes the stored sample precision, but it does not simulate a specific MP3, AAC, or voice-chat codec. Distortion and low-pass filtering are separate controls when that character is needed.
The Cursed Mic preset combines 8-bit PCM, a low sample rate, mono, distortion, and filtering for a more extreme result. Read How to Make Audio Sound Low Quality Online for the full control sequence.
Sources and further reading
- Web Audio API specification — sample-rate behavior, audio buffers, filters, and offline rendering.
- MDN OfflineAudioContext — browser-local rendering at a requested sample rate.
- WAVE format description from the Library of Congress — PCM WAV structure and use.
Related posts
Practical guides to pixelation, compression, retro effects, GIFs, memes, video, and deliberately bad audio.


