Live data from Hacker News

The Quite OK Audio Format for Fast, Lossy Compression

qoaformat.org

1–10 of 65 posts

Re: The Quite OK Audio Format for Fast, Lossy Compression

#4
post #3

What is the tradeoff there?

> QOA is slower than ADPCM, doesn't compress as much as MP3 and sounds worse than FLAC (duh). But I believe it fills a gap that was worth filling.

MP3 compression is very fast on modern hardware. This may have a niche for low power devices, especially if they are battery constrained.

Re: The Quite OK Audio Format for Fast, Lossy Compression

#5
What is the LFE channel?

It should be spelled out explicitly, but I figured out the rest

L-Left,R-Right,C-Center,FL-Front Left,FR-FrontRight,SL-SideLeft,SR-SideRight,BL-BackLeft,BR-BackRight

---

Edit: LFE-LowFrequencyEffects... so subwoofer?

https://www.dolby.com/uploadedFiles/Assets/US/Doc/Profession...

Re: The Quite OK Audio Format for Fast, Lossy Compression

#7
post #5

What is the LFE channel? It should be spelled out explicitly, but I figured out the rest L-Left,R-Right,C-Center,FL-Front Left,FR-FrontRight,SL-SideLeft,SR-SideRight,BL-BackLeft,BR-BackRight --- Edit: LFE-LowFrequencyEffects... so subwoofer? https://www.dolby.com/uploadedFiles/Assets/US/Doc/Profession...

Low frequency energy, I assume. Ie bass. Your subwoofer or „bottoms“ if you have several.

Re: The Quite OK Audio Format for Fast, Lossy Compression

#8
post #4
post #3

Earlier quoted context omitted.

> QOA is slower than ADPCM, doesn't compress as much as MP3 and sounds worse than FLAC (duh). But I believe it fills a gap that was worth filling.

MP3 compression is very fast on modern hardware. This may have a niche for low power devices, especially if they are battery constrained.

It's probably something we (https://overte.org/) can use.

We have a 3D environment with spatial audio. Audio is encoded server-side, and since it's spatial everyone needs their own mix. We're using Opus, and audio encoding turns out to be the usual limiting factor on small servers.

So this kind of thing is exactly up our alley: an alternate option that uses less CPU than Opus, but consumes less bandwidth than raw audio.

But adding supporting for FLAC is also on our list. It seems nicely performant when compared to Opus.

Post reply on HN