MCPcopy
hub / github.com/ebitengine/oto / newNullContext

Function newNullContext

driver_windows.go:131–135  ·  view source on GitHub ↗
(sampleRate int, channelCount int, mux *mux.Mux)

Source from the content-addressed store, hash-verified

129}
130
131func newNullContext(sampleRate int, channelCount int, mux *mux.Mux) *nullContext {
132 c := &nullContext{}
133 go c.loop(sampleRate, channelCount, mux)
134 return c
135}
136
137func (c *nullContext) loop(sampleRate int, channelCount int, mux *mux.Mux) {
138 var buf32 [4096]float32

Callers 1

newContextFunction · 0.85

Calls 1

loopMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…