Ryujinx/Ryujinx.Audio/Renderer/Dsp
Mary 0f54b79682 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.
2022-03-15 23:04:11 +01:00
..
Command amadeus: Improve and fix delay effect processing 2022-03-15 23:04:11 +01:00
Effect Amadeus: DSP code generation improvements (#2460) 2021-07-18 13:05:11 +02:00
State amadeus: Improve and fix delay effect processing 2022-03-15 23:04:11 +01: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: DSP code generation improvements (#2460) 2021-07-18 13:05:11 +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