MCPcopy
hub / github.com/mudler/LocalAI / Close

Method Close

backend/go/opus/codec.go:237–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235}
236
237func (d *Decoder) Close() {
238 if d.st != 0 {
239 cDecoderDestroy(d.st)
240 d.st = 0
241 }
242}
243
244// Init eagerly loads the opus libraries, returning any error.
245// Calling this is optional; the libraries are loaded lazily on first use.

Callers 1

AudioDecodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected