mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
echo-cancel: add wav debug file support
This commit is contained in:
parent
0563e1da52
commit
670bf8fe8f
6 changed files with 112 additions and 26 deletions
|
|
@ -1,7 +1,6 @@
|
|||
audioconvert_sources = [
|
||||
'audioadapter.c',
|
||||
'audioconvert.c',
|
||||
'wavfile.c',
|
||||
'plugin.c'
|
||||
]
|
||||
|
||||
|
|
@ -105,6 +104,7 @@ audioconvert_lib = static_library('audioconvert',
|
|||
'peaks-ops.c',
|
||||
'resample-native.c',
|
||||
'resample-peaks.c',
|
||||
'wavfile.c',
|
||||
'volume-ops.c' ],
|
||||
c_args : [ simd_cargs, '-O3'],
|
||||
link_with : simd_dependencies,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue