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
alcCaptureSamples fills the memory of the result structure (Vec) only.
Capture.take() needs to call result.set_len(self.len()) after call to alcCaptureSamples().
The text was updated successfully, but these errors were encountered:
alcCaptureSamples fills the memory of the result structure (Vec) only.
Capture.take() needs to call result.set_len(self.len()) after call to alcCaptureSamples().
The text was updated successfully, but these errors were encountered: