Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
bool WAVWriter::startRecording() {
63
file = sd_manager.openFile(_name);
64
65
info.subchunk2Size = 0;
66
info.chunkSize = 36;
67
return file;
68
}
69
70
bool WAVWriter::endRecording() {
71
writeHeaderSizes();
Callers
1
start
Method · 0.80
Calls
1
openFile
Method · 0.80
Tested by
no test coverage detected