MCPcopy Create free account
hub / github.com/LabSound/LabSound / AudioArray

Method AudioArray

include/LabSound/core/AudioArray.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21public:
22 AudioArray() = default;
23 explicit AudioArray(int n)
24 : _allocation(nullptr)
25 , _data(nullptr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected