fna-workbench

fna-workbench Commit Details


Date:2016-03-18 15:23:46 (8 years 9 months ago)
Author:Ethan Lee
Branch:master
Commit:b500e6a922c477289429b9c8dee87248cdac7ccc
Parents: b3d662f1bc588095e4cc02d3f91491465ac5c2f8
Message:Subtle!

Changes:

File differences

src/Audio/DynamicSoundEffectInstance.cs
372372
373373
374374
375
375
376376
377377
378378
// Push buffer to the AL.
IALBuffer newBuf = availableBuffers.Dequeue();
GCHandle handle = GCHandle.Alloc(buffer, GCHandleType.Pinned);
AudioDevice.ALDevice.SetBufferData(
AudioDevice.ALDevice.SetBufferFloatData(
newBuf,
channels,
handle.AddrOfPinnedObject(),

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.07682s using 13 queries.