mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
ff3648434b
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. |
||
---|---|---|
.. | ||
audio_backend | ||
decoder | ||
mixer | ||
config.rs | ||
convert.rs | ||
dither.rs | ||
lib.rs | ||
player.rs |