MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / get_name

Method get_name

src/audio_pdm/WavRecorder.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75String WavRecorder::get_name() {
76 return _name;
77}
78
79void WavRecorder::start() {
80 if (_stream) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected