Skip to content

Commit

Permalink
chore(deps): bump Vortice.XAudio2 from 3.5.0 to 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Oct 29, 2024
1 parent d9894d3 commit 16f5e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Beutl.Engine/Audio/Platforms/XAudio2/XAudioBuffer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public unsafe void BufferData(IntPtr buffer, int sizeInBytes, WaveFormat format)
Format = format;
SizeInBytes = sizeInBytes;
Buffer.AudioDataPointer = (nint)_stream;
Buffer.AudioBytes = SizeInBytes;
Buffer.AudioBytes = (uint)SizeInBytes;
}

public void Dispose()
Expand Down

0 comments on commit 16f5e01

Please sign in to comment.