Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ record
Method
record
src/audio_pdm/Recorder.cpp:83–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void Recorder::record() {
84
if (!_available) begin();
85
if (_available) device->start();
86
else {
87
Serial.println(
"Failed to setup recorder!"
);
88
print_info();
89
}
90
}
91
92
/**
93
* TODO: Buffer fertig abbarbeiten
Callers
1
config_callback
Method · 0.80
Calls
1
start
Method · 0.45
Tested by
no test coverage detected