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

Method startRecording

src/utils/WAVWriter.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool WAVWriter::startRecording() {
63 file = sd_manager.openFile(_name);
64
65 info.subchunk2Size = 0;
66 info.chunkSize = 36;
67 return file;
68}
69
70bool WAVWriter::endRecording() {
71 writeHeaderSizes();

Callers 1

startMethod · 0.80

Calls 1

openFileMethod · 0.80

Tested by

no test coverage detected