pcm_utils: use the custom PRNG for volume dithering
Don't use libc's rand() function, because it is slow. Our own trivial
linear congruential generator is good enough for dithering.
Showing
src/pcm_prng.h
0 → 100644
Please
register
or
sign in
to comment