Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
void WAVWriter::end() {
17
sd_manager.closeFile(&file);
18
//sd_manager.end();
19
}
20
21
void WAVWriter::setSampleRate(int sampleRate) {
22
info.setSampleRate(sampleRate);
Callers
nothing calls this directly
Calls
1
closeFile
Method · 0.80
Tested by
no test coverage detected