librespot/playback
Jason Gray 616809b64c
Quantum-realm level normalisation optimization (#965)
This saves up to 1-2% CPU useage on a PI 4 depending on how much normalisation is actually being done.

* We don't need to test against EPSILON. The factor will never be over 1.0 in basic normalisation mode.
* Don't check the normalisation mode EVERY sample.
* Do as little math as possible by simplfiying all equations as much as possible (while still retaining the textbook equations in comments).
* Misc cleanup
2022-02-13 22:50:32 +01:00
..
src Quantum-realm level normalisation optimization (#965) 2022-02-13 22:50:32 +01:00
Cargo.toml Update version numbers to 0.3.1 2021-10-24 20:12:33 +02:00