aec-webrtc: Bump to webrtc-audio-processing-1

Upstream updated drops beamforming, adds a new gain controller and
includes a bunch of updates to the AEC engine (internally AEC3).
This commit is contained in:
Arun Raghavan 2023-09-04 11:27:52 -04:00 committed by Wim Taymans
parent be943ca9db
commit c842ef7071
4 changed files with 31 additions and 118 deletions

View file

@ -375,8 +375,8 @@ summary({'gstreamer-device-provider': gst_dp_found}, bool_yn: true, section: 'Ba
cdata.set('HAVE_GSTREAMER_DEVICE_PROVIDER', get_option('gstreamer-device-provider').allowed())
webrtc_dep = dependency('webrtc-audio-processing',
version : ['>= 0.2', '< 1.0'],
webrtc_dep = dependency('webrtc-audio-processing-1',
version : ['>= 1.2' ],
required : get_option('echo-cancel-webrtc'))
summary({'WebRTC Echo Canceling': webrtc_dep.found()}, bool_yn: true, section: 'Misc dependencies')
cdata.set('HAVE_WEBRTC', webrtc_dep.found())