Closed FelixMcFelix closed 2 years ago
This adds the use_softclip field to Config, which can currently provide a ~10us reduction in mixing cost from both a removed memcpy and the softclip itself.
use_softclip
Config
This PR was tested using cargo make ready.
Closes #134.
This adds the
use_softclip
field toConfig
, which can currently provide a ~10us reduction in mixing cost from both a removed memcpy and the softclip itself.This PR was tested using cargo make ready.
Closes #134.