Hacker News new | ask | show | jobs
by bartwe 1231 days ago
Very interesting, when better formats like vorbis were too cpu intensive for my game I ended up with striped and delta encoded wav compressed using lz4hc for something that was somewhat compressed, streamable and light on the cpu, this seems somewhat close to that.
1 comments

what is delta encoded ? ADPCM ?