Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Aug 14, 2024
1 parent d165a46 commit b8a44ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Zen.System/Modules/Audio/AudioEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ public void Send(float[] data)
if (! _first)
{
ResetEvent.WaitOne();

}
else
{
_first = false;
}

Bass.BASS_SampleSetData(_sampleHandle, data);

_channel = Bass.BASS_SampleGetChannel(_sampleHandle, BASSFlag.BASS_SAMCHAN_STREAM);
Expand Down

0 comments on commit b8a44ab

Please sign in to comment.