Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/EngoEngine/engo
/ Step
Method
Step
common/audio.go:51–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
func
(l *stepPlayer) Step() {
52
if
len(l.stepDone) > 0 {
53
return
54
}
55
l.stepDone <-
struct
{}{}
56
}
57
58
// AudioComponent is a Component which is used by the AudioSystem
59
type
AudioComponent
struct
{
Callers
1
TestAudioSystemIntegrationNormalUse
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestAudioSystemIntegrationNormalUse
Function · 0.64