Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ totalTime
Method
totalTime
source/core/StarAudio.cpp:575–580 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
573
}
574
575
double Audio::totalTime() const {
576
if (m_uncompressed)
577
return m_uncompressed->totalTime();
578
else
579
return m_compressed->totalTime();
580
}
581
582
uint64_t Audio::totalSamples() const {
583
if (m_uncompressed)
Callers
1
renderSounds
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected