misc: chore: Merge duplicated switch sections

This commit is contained in:
KeatonTheBot 2025-04-11 23:59:49 -05:00
parent 3c644a712d
commit 5b03721db6
10 changed files with 0 additions and 35 deletions

View file

@ -496,12 +496,6 @@ namespace Ryujinx.Audio.Renderer.Server
return (10090.9f, 3490.9f);
case SampleRateConversionQuality.High:
if (sampleCount == 160)
{
return (9446.36f, 2308.91f);
}
return (12520.85f, 3480.61f);
case SampleRateConversionQuality.Low:
if (sampleCount == 160)
{