diff --git a/Ryujinx.Audio/Renderer/Dsp/Command/PcmFloatDataSourceCommandVersion1.cs b/Ryujinx.Audio/Renderer/Dsp/Command/PcmFloatDataSourceCommandVersion1.cs index b78d36fc7..14a821ee7 100644 --- a/Ryujinx.Audio/Renderer/Dsp/Command/PcmFloatDataSourceCommandVersion1.cs +++ b/Ryujinx.Audio/Renderer/Dsp/Command/PcmFloatDataSourceCommandVersion1.cs @@ -76,7 +76,7 @@ namespace Ryujinx.Audio.Renderer.Dsp.Command DataSourceHelper.WaveBufferInformation info = new DataSourceHelper.WaveBufferInformation { SourceSampleRate = SampleRate, - SampleFormat = SampleFormat.PcmInt16, + SampleFormat = SampleFormat.PcmFloat, Pitch = Pitch, DecodingBehaviour = DecodingBehaviour, ExtraParameter = 0,