Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/EngoEngine/engo
/ Play
Method
Play
common/audio_player.go:115–117 ·
view source on GitHub ↗
Play plays the player's audio.
()
Source
from the content-addressed store, hash-verified
113
114
// Play plays the player's audio.
115
func
(p *Player) Play() {
116
p.isPlaying = true
117
}
118
119
func
(p *Player) readLoop() {
120
defer
func
() {
Callers
4
TestAudioSystemIntegrationNormalUse
Function · 0.80
TestAudioPlayerPlay
Function · 0.80
Setup
Method · 0.80
Update
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestAudioSystemIntegrationNormalUse
Function · 0.64
TestAudioPlayerPlay
Function · 0.64