librespot/playback/src
Roderick van Domburg ff3648434b
Change hand-picked RNGs back to SmallRng
While `Xoshiro256+` is faster on 64-bit, it has low linear complexity in the
lower three bits, which *are* used when generating dither.

Also, while `Xoshiro128StarStar` access one less variable from the heap,
multiplication is generally slower than addition in hardware.
2021-10-21 19:31:58 +02:00
..
audio_backend simplify buffer resizing 2021-10-07 08:44:29 -05:00
decoder Improve player (#823) 2021-09-20 19:29:12 +02:00
mixer Improve Alsa mixer command-line options 2021-08-26 22:35:45 +02:00
config.rs Add and default to "auto" normalisation type (#844) 2021-09-20 19:22:02 +02:00
convert.rs Revert math::round_half_to_even 2021-05-31 23:35:48 +02:00
dither.rs Change hand-picked RNGs back to SmallRng 2021-10-21 19:31:58 +02:00
lib.rs Improve player (#823) 2021-09-20 19:29:12 +02:00
player.rs Improve player (#823) 2021-09-20 19:29:12 +02:00