Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbc/audiowaveform
/ init
Method
init
test/Mp3AudioFileReaderTest.cpp:242–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
241
public:
242
virtual bool init(
243
int /* sample_rate */,
244
int channels,
245
long /* frame_count */,
246
int /* buffer_size */)
247
{
248
channels_ = channels;
249
return true;
250
}
251
252
virtual bool shouldContinue() const
253
{
Callers
2
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected