aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Audio/Renderer/Dsp/State/CompressorState.cs
AgeCommit message (Collapse)Author
2023-09-29Fix audio renderer compressor effect (#5742)gdkchan
* Delete DecibelToLinearExtended and fix Log10 function * Fix CopyBuffer and ClearBuffer * Change effect states from class to struct + formatting * Formatting * Make UpdateLowPassFilter readonly * More compressor fixes
2023-04-27Move solution and projects to srcTSR Berry