MCPcopy
hub / github.com/EngoEngine/engo / audioLoader

Struct audioLoader

common/audio_filetype.go:17–19  ·  view source on GitHub ↗

audioLoader is responsible for managing audio files within `engo.Files`

Source from the content-addressed store, hash-verified

15
16// audioLoader is responsible for managing audio files within `engo.Files`
17type audioLoader struct {
18 audios map[string]*Player
19}
20
21// Load processes the data stream and parses it as an audio file
22func (a *audioLoader) Load(url string, data io.Reader) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected