MCPcopy
hub / github.com/42wim/matterbridge / Decode

Method Decode

bridge/mumble/codec.go:65–67  ·  view source on GitHub ↗
(data []byte, frameSize int)

Source from the content-addressed store, hash-verified

63}
64
65func (d *NullAudioDecoder) Decode(data []byte, frameSize int) ([]int16, error) {
66 return nil, fmt.Errorf("not implemented")
67}
68
69func (d *NullAudioDecoder) Reset() {
70}

Callers 4

handleEntitiesMethod · 0.80
readSessionMethod · 0.80
ConvertWebPToPNGFunction · 0.80
ServeHTTPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected