Fix typo: differnt -> different

This commit is contained in:
Joseph Herlant 2018-09-17 09:56:41 -07:00
parent 83c3384d3a
commit 3fb7e9bcb1
No known key found for this signature in database
GPG key ID: 63F7800A23D7B252

View file

@ -116,7 +116,7 @@ void AEC_done(AEC *a) {
// Adrian soft decision DTD // Adrian soft decision DTD
// (Dual Average Near-End to Far-End signal Ratio DTD) // (Dual Average Near-End to Far-End signal Ratio DTD)
// This algorithm uses exponential smoothing with differnt // This algorithm uses exponential smoothing with different
// ageing parameters to get fast and slow near-end and far-end // ageing parameters to get fast and slow near-end and far-end
// signal averages. The ratio of NFRs term // signal averages. The ratio of NFRs term
// (dfast / xfast) / (dslow / xslow) is used to compute the stepsize // (dfast / xfast) / (dslow / xslow) is used to compute the stepsize