You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
In w_openal::reset, the underlying buffer doesn't reset, thus when update is called again, the previously queue'd and not played audio samples in buffer will be played before the new submitted buffer.
The expected behavior although is that reset cause on the consecutive/next update call only the newly submitted buffer be played.
The text was updated successfully, but these errors were encountered:
In
w_openal::reset
, the underlying buffer doesn't reset, thus whenupdate
is called again, the previously queue'd and not played audio samples in buffer will be played before the new submitted buffer.The expected behavior although is that reset cause on the consecutive/next
update
call only the newly submitted buffer be played.The text was updated successfully, but these errors were encountered: