mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
resample: use speex resampler for now
This commit is contained in:
parent
b3b47d3fe9
commit
d88b88444d
3 changed files with 37 additions and 19 deletions
|
|
@ -7,6 +7,7 @@ audioconvert_sources = ['fmtconvert.c',
|
|||
audioconvertlib = shared_library('spa-audioconvert',
|
||||
audioconvert_sources,
|
||||
include_directories : [spa_inc, spa_libinc],
|
||||
dependencies : speexdsp_dep,
|
||||
link_with : spalib,
|
||||
install : true,
|
||||
install_dir : '@0@/spa/audioconvert/'.format(get_option('libdir')))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue