misc: Reformat Ryujinx.Audio with dotnet-format (#3485)
This is the first commit of a series of reformat around the codebase as discussed internally some weeks ago. This project being one that isn't touched that much, it shouldn't cause conflict with any opened PRs.
This commit is contained in:
@@ -37,4 +37,4 @@ namespace Ryujinx.Audio.Renderer.Server.Voice
|
||||
Mix.ToSpan().CopyTo(PreviousMix.ToSpan());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -146,4 +146,4 @@ namespace Ryujinx.Audio.Renderer.Server.Voice
|
||||
sortedVoicesTemp.AsSpan().CopyTo(_sortedVoices.Span);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -200,7 +200,7 @@ namespace Ryujinx.Audio.Renderer.Server.Voice
|
||||
SampleFormat = SampleFormat.Invalid;
|
||||
ChannelsCount = 0;
|
||||
Pitch = 0.0f;
|
||||
Volume= 0.0f;
|
||||
Volume = 0.0f;
|
||||
PreviousVolume = 0.0f;
|
||||
BiquadFilters.ToSpan().Fill(new BiquadFilterParameter());
|
||||
WaveBuffersCount = 0;
|
||||
@@ -260,7 +260,7 @@ namespace Ryujinx.Audio.Renderer.Server.Voice
|
||||
}
|
||||
|
||||
return DataSourceStateAddressInfo.CpuAddress != parameter.DataSourceStateAddress ||
|
||||
DataSourceStateAddressInfo.Size != parameter.DataSourceStateSize ||
|
||||
DataSourceStateAddressInfo.Size != parameter.DataSourceStateSize ||
|
||||
DataSourceStateUnmapped;
|
||||
}
|
||||
|
||||
@@ -696,4 +696,4 @@ namespace Ryujinx.Audio.Renderer.Server.Voice
|
||||
return UpdateParametersForCommandGeneration(voiceUpdateStates);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -101,4 +101,4 @@ namespace Ryujinx.Audio.Renderer.Server.Voice
|
||||
return waveBuffer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user