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

Method end

src/utils/WAVWriter.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void WAVWriter::end() {
17 sd_manager.closeFile(&file);
18 //sd_manager.end();
19}
20
21void WAVWriter::setSampleRate(int sampleRate) {
22 info.setSampleRate(sampleRate);

Callers

nothing calls this directly

Calls 1

closeFileMethod · 0.80

Tested by

no test coverage detected