mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Fix typo: differnt -> different
This commit is contained in:
parent
83c3384d3a
commit
3fb7e9bcb1
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ void AEC_done(AEC *a) {
|
|||
|
||||
// Adrian soft decision 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
|
||||
// signal averages. The ratio of NFRs term
|
||||
// (dfast / xfast) / (dslow / xslow) is used to compute the stepsize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue