Delete unused function

This commit is contained in:
Sean DuBois 2022-09-11 23:33:50 -04:00
parent 87d5d99155
commit 1dcc971611

View file

@ -1262,10 +1262,6 @@ func (d *Decoder) decodeLTPFilterCoefficients(signalType frameSignalType) error
return nil
}
func (d *Decoder) generateResValue(eQ23 []int32) []float64 {
return nil
}
// let n be the number of samples in a subframe (40 for NB, 60 for
// MB, and 80 for WB)
// https://www.rfc-editor.org/rfc/rfc6716.html#section-4.2.7.9