MCPcopy Create free account
hub / github.com/LabSound/LabSound / currentSampleFrame

Method currentSampleFrame

src/core/AudioContext.cpp:665–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665uint64_t AudioContext::currentSampleFrame() const
666{
667 return device_callback->getSamplingInfo().current_sample_frame;
668}
669
670double AudioContext::predictedCurrentTime() const
671{

Callers 2

processMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected