mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-14 07:37:04 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| Common | ||
| Dsp | ||
| Parameter | ||
| Server | ||
| AudioRendererConfigurationTests.cs | ||
| BehaviourParameterTests.cs | ||
| BiquadFilterParameterTests.cs | ||
| EffectInfoParameterTests.cs | ||
| EffectOutStatusTests.cs | ||
| MemoryPoolParameterTests.cs | ||
| VoiceChannelResourceInParameterTests.cs | ||
| VoiceInParameterTests.cs | ||
| VoiceOutStatusTests.cs | ||