Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ setChannels
Method
setChannels
src/utils/WAVWriter.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void WAVWriter::setChannels(int channels) {
26
info.setNumChannels(channels);
27
}
28
29
void WAVWriter::setName(String name) {
30
sd_manager.closeFile(&file);
Callers
nothing calls this directly
Calls
1
setNumChannels
Method · 0.80
Tested by
no test coverage detected