Ryujinx/Ryujinx.Audio/Renderer/Utils/Math
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
..
Matrix2x2.cs amadeus: Improve and fix delay effect processing (#3205) 2022-04-08 10:52:18 +02:00
Matrix6x6.cs amadeus: Improve and fix delay effect processing (#3205) 2022-04-08 10:52:18 +02:00
MatrixHelper.cs amadeus: Improve and fix delay effect processing (#3205) 2022-04-08 10:52:18 +02:00
Vector6.cs amadeus: Improve and fix delay effect processing (#3205) 2022-04-08 10:52:18 +02:00