Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Approximate sin for the reverb modulator LFO
Reverb needs to prioritize efficiency since it's expected that an app may use multiple reverb effects simultaneously, and each individual effect may process twice during a pipeline transition. Approximating sin helps by replacing a per- sample libc call that we don't need to be perfectly accurate.
- Loading branch information