mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-14 06:59:53 -05:00
echo-cancel: Make Orc file names less silly
The naming was what it was because of the way orc.mak was originally written. This has changed now.
This commit is contained in:
parent
a9d824925d
commit
9498440dc6
3 changed files with 4 additions and 4 deletions
8
src/modules/echo-cancel/adrian-aec.orc
Normal file
8
src/modules/echo-cancel/adrian-aec.orc
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.function update_tap_weights
|
||||
.dest 4 w float
|
||||
.source 4 xf float
|
||||
.floatparam 4 mikro_ef
|
||||
.temp 4 tmp float
|
||||
|
||||
mulf tmp, mikro_ef, xf
|
||||
addf w, w, tmp
|
||||
Loading…
Add table
Add a link
Reference in a new issue