Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ startRecording
Method
startRecording
include/LabSound/extended/RecorderNode.h:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
virtual void reset(ContextRenderLock &) override;
43
44
void startRecording() { m_recording = true; }
45
void stopRecording() { m_recording = false; }
46
47
float recordedLengthInSeconds() const;
Callers
4
play
Method · 0.80
play
Method · 0.80
play
Method · 0.80
play
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected