Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ finished
Method
finished
source/base/StarMixer.cpp:162–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
bool AudioInstance::finished() const {
163
return m_finished;
164
}
165
166
Mixer::Mixer(unsigned sampleRate, unsigned channels) {
167
m_sampleRate = sampleRate;
Callers
15
updateAmbient
Method · 0.45
updateWeather
Method · 0.45
update
Method · 0.45
pullInteractActions
Method · 0.45
playback
Method · 0.45
renderSounds
Method · 0.45
handleRpcResponses
Method · 0.45
clearFinishedAudio
Method · 0.45
update
Method · 0.45
pullNewAudios
Method · 0.45
tick
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected