Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ WasapiBuffer
Method
WasapiBuffer
src/backends/RtAudio/RtAudio.cpp:4209–4215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4207
{
4208
public:
4209
WasapiBuffer()
4210
: buffer_(NULL)
4211
, bufferSize_(0)
4212
, inIndex_(0)
4213
, outIndex_(0)
4214
{
4215
}
4216
4217
~WasapiBuffer()
4218
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected