Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ samples
Method
samples
libraries/lib-builtin-effects/SBSMSBase.cpp:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
virtual ~SBSMSEffectInterface() {}
81
82
long samples(audio *buf, long n) {
83
return resampler->read(buf, n);
84
}
85
86
protected:
87
Resampler *resampler;
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected