|
|
|
|
|
by NinetyNine
5226 days ago
|
|
In my understanding, 44.1 kHz was chosen because it's twice the maximum of human hearing (22 kHz), and thus you can reproduce all audible sounds without worrying about aliasing (as per the Nyquist-Shannon sampling theory). What is the point of going higher? |
|
But filters aren't perfect. Even a decent low-pass filter (say 3rd order Butterworth) requires an order of magnitude of bandwidth to drop the output 60 dB (practically inaudible). This means that with a Nyquist limit of 22 kHz, you're either attenuating everything above 2.2 kHz (the "knee"), or you're letting some aliasing noise through.
With a 192 kHz sampling rate, the filter's knee can rise to 9.6 kHz, and the stuff between 9.6 kHz and 20 kHz won't be appreciably attenuated.
It's important to note also that this attenuation can't be fixed by simply boosting the high end -- filters are linear, so such an adjustment (with an equivalent order filter) would merely cancel out the low pass filtering and reintroduce aliasing noise.
(Edit: I am not an audio engineer but I have a strong signal theory background. So actual audio engineers please feel free to correct me.)