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