MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / begin

Method begin

src/utils/WAVWriter.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12bool WAVWriter::begin() {
13 return sd_manager.begin();
14}
15
16void WAVWriter::end() {
17 sd_manager.closeFile(&file);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected