TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why is all web streaming only CD Quality at most?

1 pointsby listicabout 4 years ago
Why are internet broadcasting sites only work in CD Quality at most (16bit&#x2F;44.1kHz), or more likely, 320 kbps mp3?<p>I have bought a sound card that supports 24bit&#x2F;192kHz sampling (E-MU Tracker Pre), and it is not exactly a new technology: this family of semi-pro sound cards is 10-15 years old. Why is this higher fidelity standard not supported by any website? Is it an underlying limitation of some web standard?

3 comments

naikrovekabout 4 years ago
24-bit sound cards will often have 8+ bits of noise. None can provide can capture true 24-bit audio data.<p>Human ears are at their highest sensitivity level in the early teenage years. After that, it is all downhill in terms of what a human can hear.<p>The highest audio frequency a human can hear across their lifetime is about 20kHz, give or take a few hundred Hz.<p>It is true that audio data is captured in samples, and a naive way to view that sampled waveform is with a stairstep-type of a curve, but that is not how audio is stored. The gaps between samples is undefined, and is not defined as the nearest or most recent sample value. This means that when the original waveform is restored from the sampled audio, the only possible solution that fits the sampled audio points is the original audio itself. Bits per sample only changes the noise floor of the signal.<p>Audio is weird in this way. 44kHz 16-bit audio is capable of capturing any audio waveform that a human being can hear. There probably are exceptions to this rule who can hear, possibly, up to 23kHz or 24kHz audio, and there would only be a couple dozen of these people on the entire planet, and it is likely that they would not know how exceptional their hearing is.
db48xabout 4 years ago
24–bit audio is very nearly a scam. There&#x27;s no perceptible difference between 16– and 24–bit audio. You could say that the human ear isn&#x27;t sensitive enough to tell the difference, but it&#x27;s better to say that 16 bits are sufficient to cover the range of volumes that a human can hear.
评论 #26430840 未加载
IndySunabout 4 years ago
Isn&#x27;t this a question of bandwidth? The less data sent over the net, whilst maintaining a decent level of quality, the better for the end user.<p>The question of the available higher sampling rates are most often used at the recording stage, to capture the highest quality possible. And &#x27;highest possible quality&#x27; will of course depends on your microphone.
评论 #26451362 未加载