| ▲ | superzazu 7 hours ago |
| > The encoder was mainly optimized for 48Khz audio. Get over it. It's 2026, resampling is free, 48Khz is the standard. 44.1Khz will work, and so will 96Khz but use 48Khz if you want the best quality. Is 48kHz really the standard nowadays? |
|
| ▲ | Joeboy 6 hours ago | parent | next [-] |
| I think the closest thing to an actual "standard" is AES5-2018, "Recommended practice for professional digital audio". Abstract: > A sampling frequency of 48 kHz is recommended for the origination, processing, and interchange of audio programs employing pulse-code modulation. Recognition is also given to the use of a 44.1-kHz sampling frequency related to certain consumer digital applications, the use of a 32-kHz sampling frequency for transmission-related applications, and the use of a 96-kHz sampling frequency for applications requiring a higher bandwidth or more relaxed anti-alias filtering. This revision further quantifies the preferred choices for higher sampling frequencies. Edit: From my personal perspective, 44.1kHz is a legacy minor annoyance |
|
| ▲ | pipo234 6 hours ago | parent | prev | next [-] |
| 48kHz makes alignment between video and audio so much easier. (I.e.: Lip synchronization after edits) |
|
| ▲ | legdoge 7 hours ago | parent | prev | next [-] |
| AAC has a strange quirk that the window size is dependent on the sampling rate, thus requiring a complete psychoacoustics reoptimization of all encoder parameters for each sampling rate, since a 20msec window sounds very different than a 60msec window, to human ears. This was of course fixed in Opus. |
|
| ▲ | asveikau 7 hours ago | parent | prev | next [-] |
| I know the opus codec assumes everything is 48kHz and will resample inputs to that. |
|
| ▲ | lesscraft 6 hours ago | parent | prev | next [-] |
| Pretty much all DACs run at 48Khz by default due to operating systems picking it as a sane default. |
| |
| ▲ | bpye 5 hours ago | parent [-] | | Pipewire will quite happily pipe through audio without resampling if it is the only source on a system. You can see this by running pw-top and using speaker-test with various sample rates. |
|
|
| ▲ | atoav 7 hours ago | parent | prev | next [-] |
| More or less. Streaming is often done with 48, video content has ben 48 for a while now, so unless you still produce content for CDs it is the standard. 44100 Hz had reasons no longer really needed (storing audio in 3 samples per line in VHS: 490 lines × 3 samples × 30 GPS = 44100 sample/s). Qualitywise both are more than enough snd 99.99% of people would not be able to tell it apart in a blind test. Higher sample rates than 48kHz only needed when you want to pitch down ultrasonic recordings (of whales, bats and other such animals for example). Aside from this higher than 48 kHz sample rates may have only downsides, like increased size and potential distortion in the ultrasonic frequency range that has sidebands in the audible range. Yet there is a persistent, but unscientific "more-is-better"-crowd in the HiFi-sector. |
| |
| ▲ | someonebaggy 38 minutes ago | parent | next [-] | | VHS doesn't store audio in samples nor does it have 490 lines or 30 G(?)PS. NTSC uses 525 lines per frame and PAL uses 625, both with interlacing at 60 fields per second. The VHS system is analog for audio and video, though analog video has discrete lines, and VHS records discrete stripes on the tape which should be one field each. 44100 was chosen for CD, as 20kHz upper limit of human hearing, doubled for Nyquist theorem, plus a 10% guard band so that anti-aliasing filters don't have to be made of magical fairy dust, plus a bit (maybe to make it relatively prime with something else in the system). | |
| ▲ | duped 7 hours ago | parent | prev [-] | | > Higher sample rates than 48kHz only needed when you want to pitch down ultrasonic recordings (of whales, bats and other such animals for example). There are numerous use cases for higher sample rates that go beyond this but it's hard to talk about it without starting flame wars filled with junk science. | | |
| ▲ | zamadatix 7 hours ago | parent [-] | | Say it or don't but "I have evidence otherwise but don't think I should say" is just as bad a flame war gateway as tempting the junk science audiophiles directly. | | |
| ▲ | duped 6 hours ago | parent | next [-] | | Higher sample rates are lower latency for the same block size and resampling is not "free" (pick 2: performance, aliasing, latency) so there can be advantages to working with audio archived at higher sample rates. But all the advantages come down to professional or editing use cases. There's next to zero advantage to using it as a storage format for listening. Just like 24 bit audio (do you have an amp with 96dB SNR?). Just personally, I have seen little evidence (personally, professionally, or academically) that there is any advantage for lossless audio for consumer applications. For professional applications there are plenty, and it's endlessly tiring to convince people that "no, actually I need 96kHz for my use case." Where the audiophiles have _some_ argument here is the design of reconstruction filters which I've heard alleged can perform better in the audible frequency range if the stop band is outside of it. But I have never personally tested this, nor cared enough to. But the theory is sound. Whether or not it's perceptible depends on what you're measuring, though. In theory, there should be perceptual differences in sound localization if your DAC's reconstruction filter is at 24kHz vs 48kHz since it will change the group delay in a critical frequency region, where you'll get sound at >~2kHz arriving later at the lower sample rate. I think it would be extremely hard to test this though, because humans are really shitty at sound localization to begin with, and practically speaking most recorded material is processed to shit in that frequency range to intentionally decorrelate the channels for the perception of "width." | | |
| ▲ | amluto 4 hours ago | parent | next [-] | | > Higher sample rates are lower latency for the same block size This a truly bizarre statement. On the one hand, of course higher sampling rates are lower latency for the same block size measured in samples. But all sampling rates have (almost [0]) identical latency for the same block size measured in time and lower sampling rates allow less computation for those shorter blocks. [0] If you are concerned about needing to know future samples in order to calculate the actual signal amplitude at a time between samples, then (a) this matters less at higher sampling rates and (b) this is at most a small number of samples and we're talking about block sizes that presumably exceed, say, 5, so this isn't really a big deal. | | |
| ▲ | duped an hour ago | parent [-] | | The unit of a block size is samples (frames, technically), not seconds. When configuring audio devices for playback you tune both sample rate and block size for latency. It used to be far more common to tune sample rate than block size alone for tracking. This is getting into the weeds of actual devices though. Also to your point, this is why compliant peak meters use a mandatory 4x upsampling at 48k. |
| |
| ▲ | Dylan16807 4 hours ago | parent | prev | next [-] | | > Higher sample rates are lower latency for the same block size And if your goal is latency, it makes far more sense to change the block size rather than the sample rate. > But all the advantages come down to professional or editing use cases. That sounds about right. | |
| ▲ | toast0 4 hours ago | parent | prev [-] | | > Just personally, I have seen little evidence (personally, professionally, or academically) that there is any advantage for lossless audio for consumer applications I think the advantage of lossless audio is for archival: rip once, archive as lossless; then you can reencode your library with the latest and greatest lossy encoders over time, or just use the lossless if your player can manage it, cpu and storage is less of a limiting factor for players than 20 years ago. I don't know how many people are actually managing their libraries these days though, so I dunno if makes a huge difference. |
| |
| ▲ | skydhash 6 hours ago | parent | prev [-] | | I know that with oscilloscopes, it’s recommended to use 5x instead of nuquist 2x of the highest frequency you want to use., but the most reasonable argument I’ve heard for higher than 48kHz sampling is digital audio effects. But for the end result 48kHz is more than necessary. I can’t even hear any frequency above 17kHz. | | |
| ▲ | Aurornis 3 hours ago | parent | next [-] | | > I know that with oscilloscopes, it’s recommended to use 5x instead of nuquist 2x of the highest frequency you want to use. For capturing analog signals, 2.5X is enough headroom. The 5X recommendation is probably for digital signals where the frequency refers to the baud rate, not the highest frequency coming through. A fast switching digital signal will have components with higher bandwidth than the fundamental. Using a higher multiple of samples (assuming the bandwidth is there) will let you see the shape of the waveform and rise and fall times better. | |
| ▲ | dcrazy 6 hours ago | parent | prev | next [-] | | Yes, bit depth headroom is very useful for audio production to avoid aliasing. Pro DAWs support 96KHz. | |
| ▲ | adgjlsfhk1 3 hours ago | parent | prev [-] | | yeah for real time signals higher frequency makes sense (very briefly before you fft and kill the high frequencies), but for stored signals nyquist is king. |
|
|
|
|
|
| ▲ | xuhu 7 hours ago | parent | prev | next [-] |
| For one, audio transcription services that use Whisper will sample the input down to 16Khz mono first. |
|
| ▲ | 7 hours ago | parent | prev | next [-] |
| [deleted] |
|
| ▲ | izacus 7 hours ago | parent | prev | next [-] |
| Yes, pretty much all new hardware uses it as default output setting as well (by that I mean laptops, phones, smart speakers, etc.) |
|
| ▲ | daneel_w 6 hours ago | parent | prev | next [-] |
| Yes and no. It is the standard for audio in film, which explains the author's focus. But is the audio CD bigger and more "standarder" than DVD and Blu-Ray? I think they're equals, and I personally think this encoder only makes sense for video content. Given all the caveats the author mentions (in particular about the sample rate) I would steer clear from using it when ripping CDs. |
|
| ▲ | 7 hours ago | parent | prev | next [-] |
| [deleted] |
|
| ▲ | TheChaplain 7 hours ago | parent | prev [-] |
| 48kHz has been the recommended setting with Premiere Pro as long as I can remember. 44.1kHz, isn't that what lameMP3 uses as default? |
| |
| ▲ | williadc 7 hours ago | parent [-] | | It's what CDs use, so it would make sense for mp3 encoders to follow suit. |
|