Ryujinx/Ryujinx.Audio/Renderer/Dsp
Mary d04ba51bb0
amadeus: Improve and fix delay effect processing (#3205)
* amadeus: Improve and fix delay effect processing

This rework the delay effect processing by representing calculation with the appropriate matrix and by unrolling some loop in the code.
This allows better optimization by the JIT while making it more readeable.

Also fix a bug in the Surround code path found while looking back at my notes.

* Remove useless GetHashCode

* Address gdkchan's comments
2022-04-08 10:52:18 +02:00
..
Command amadeus: Improve and fix delay effect processing (#3205) 2022-04-08 10:52:18 +02:00
Effect Amadeus: DSP code generation improvements (#2460) 2021-07-18 13:05:11 +02:00
State amadeus: Improve and fix delay effect processing (#3205) 2022-04-08 10:52:18 +02:00
AdpcmHelper.cs Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
AudioProcessor.cs UI - Add Volume Controls + Mute Toggle (F2) (#2871) 2021-12-23 13:33:56 -03:00
BiquadFilterHelper.cs amadeus: Update to REV10 (#2654) 2021-09-19 12:29:19 +02:00
DataSourceHelper.cs amadeus: Update to REV11 (#3230) 2022-04-06 09:12:38 +02:00
FixedPointHelper.cs Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
FloatingPointHelper.cs Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
PcmHelper.cs Haydn: Part 1 (#2007) 2021-02-26 01:11:56 +01:00
ResamplerHelper.cs Use a basic cubic interpolation for the audren upsampler (#3129) 2022-02-17 20:19:29 +01:00