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

Method SRC_Resampler

src/core/SampledAudioNode.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 SRC_DATA data;
36
37 SRC_Resampler() = delete;
38 SRC_Resampler(SRC_STATE* s) : sampler(s)
39 {
40 memset(&data, 0, sizeof(data));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected