sointu/vm/compiler/templates
5684185+vsariola@users.noreply.github.com db2d9cac9d fix(vm): x87 native filter unit was denormalizing and eating up CPU
When voice was silent, the exponential decays in the filter unit
were causing the high pass component to eventually denormalize,
causing high CPU loads. The solution is the same as in the delay
unit: add and subtract a small number from the value, causing
essentially a flush to zero.
https://en.wikipedia.org/wiki/Subnormal_number

Fixes #68.
2024-06-19 18:58:20 +03:00
..
amd64-386 fix(vm): x87 native filter unit was denormalizing and eating up CPU 2024-06-19 18:58:20 +03:00
wasm fix(vm/compiler/templates): modulating delaytime in wasm could crash 2024-04-08 20:06:20 +03:00