Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ endRecording
Method
endRecording
src/utils/WAVWriter.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
bool WAVWriter::endRecording() {
71
writeHeaderSizes();
72
sd_manager.closeFile(&file);
73
return true;
74
}
75
76
void WAVWriter::cleanFile() {
77
sd_manager.remove(_name);
Callers
1
stop
Method · 0.80
Calls
1
closeFile
Method · 0.80
Tested by
no test coverage detected