Hacker News new | ask | show | jobs
by AnthonyMouse 948 days ago
Suppose you could encode 0.2 bits per second of watermark in a recording without humans being able to discern it. Suppose the compression algorithm did the same thing to encode additional information which is part of the recording, allowing it to achieve higher quality at the same bitrate or the same quality at a lower bitrate.

It's information theory. Either you can encode additional information without impacting the result, in which case the compression algorithm could use it to be more efficient, or you can't. TANSTAAFL.

2 comments

Audio compression algorithms are not trying to be 99.9999999% efficient.
And complexity theory says we can't reach the information theoretical limits with generic algorithms.
If there is a known way to cram more data into the same space, compression algorithms are going to want to use it, or something like it which makes use of the same space. Even minor improvements in compression algorithms are extremely valuable at the scale of the internet.