The Quite OK Audio Format for Fast, Lossy Compression
1–10 of 65 posts
Re: The Quite OK Audio Format for Fast, Lossy Compression
#2Re: The Quite OK Audio Format for Fast, Lossy Compression
#3What is the tradeoff there?
Re: The Quite OK Audio Format for Fast, Lossy Compression
#4What 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.
Re: The Quite OK Audio Format for Fast, Lossy Compression
#5It 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
#6Re: The Quite OK Audio Format for Fast, Lossy Compression
#7What 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
#8Earlier 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.
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.
Re: The Quite OK Audio Format for Fast, Lossy Compression
#9What's going to be the next Quite OK thing?
Re: The Quite OK Audio Format for Fast, Lossy Compression
#10Other than that, looks great!