mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
audioconvert: remove speex resampler
It's slower and less accurate then the native one.
This commit is contained in:
parent
447d1f94bf
commit
6f8268df40
5 changed files with 3 additions and 103 deletions
|
|
@ -19,9 +19,6 @@ if get_option('spa-plugins')
|
|||
if get_option('alsa')
|
||||
alsa_dep = dependency('alsa')
|
||||
endif
|
||||
if get_option('audioconvert')
|
||||
speexdsp_dep = dependency('speexdsp')
|
||||
endif
|
||||
if get_option('bluez5')
|
||||
bluez_dep = dependency('bluez', version : '>= 4.101')
|
||||
sbc_dep = dependency('sbc')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue