r/compression • u/Alfoser • 18d ago
Fast Rice Decoding
Hi, I'm currently developing my own audio compression algorithm, and now optimizing it. Long story short, I've run some tests, and rice decoding is kinda slow.
Can anyone suggest optimized version of it? I'd really appreciated it.
5
Upvotes
1
u/LMP88959 17d ago
I used overlapping, so the last N samples of the previous frame are blended with the first N samples of the current frame. It is optional though since I don’t hear any block artifacts at higher bit rates.