Ryujinx/Ryujinx.Audio/Renderer/Dsp
Logan Stromberg edfd4d70c0
Use SIMD acceleration for audio upsampler (#4410)
* Use SIMD acceleration for audio upsampler filter kernel for a moderate speedup

* Address formatting. Implement AVX2 fast path for high quality resampling in ResamplerHelper

* now really, are we really getting the benefit of inlining 50+ line methods?

* adding unit tests for resampler + upsampler. The upsampler ones fail for some reason

* Fixing upsampler test. Apparently this algo only works at specific ratios

---------

Co-authored-by: Logan Stromberg <lostromb@microsoft.com>
2023-02-21 11:44:57 +01:00
..
Command Audren: Implement polyphase upsampler (#4256) 2023-01-15 05:20:49 +01:00
Effect amadeus: Add missing compressor effect from REV11 (#4010) 2022-12-06 15:04:25 +01:00
State amadeus: Add missing compressor effect from REV11 (#4010) 2022-12-06 15:04:25 +01:00
AdpcmHelper.cs amadeus: Fixes and initial 15.0.0 support (#3908) 2022-11-28 08:28:45 +01:00
AudioProcessor.cs amadeus: Fix wrong SendCommands logic (#3969) 2022-12-02 13:01:19 +00:00
BiquadFilterHelper.cs misc: Reformat Ryujinx.Audio with dotnet-format (#3485) 2022-07-25 15:46:33 -03:00
DataSourceHelper.cs Rename ToSpan to AsSpan (#3556) 2022-08-11 18:07:37 -03:00
FixedPointHelper.cs amadeus: Add missing compressor effect from REV11 (#4010) 2022-12-06 15:04:25 +01:00
FloatingPointHelper.cs amadeus: Add missing compressor effect from REV11 (#4010) 2022-12-06 15:04:25 +01:00
PcmHelper.cs Audio: Implement PCM24 output (#4321) 2023-01-20 21:46:13 +01:00
ResamplerHelper.cs Use SIMD acceleration for audio upsampler (#4410) 2023-02-21 11:44:57 +01:00
UpsamplerHelper.cs Use SIMD acceleration for audio upsampler (#4410) 2023-02-21 11:44:57 +01:00