Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/g3n/engine
/ SourcePlay
Function
SourcePlay
audio/al/al.go:756–759 ·
view source on GitHub ↗
(source uint32)
Source
from the content-addressed store, hash-verified
754
}
755
756
func
SourcePlay(source uint32) {
757
758
C.alSourcePlay(C.ALuint(source))
759
}
760
761
func
SourceStop(source uint32) {
762
Callers
1
Play
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected