gnu: pulseaudio: Add webrtc-audio-processing to inputs.

This enables acoustic echo cancellation using the 'webrtc' method.

* gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Add
webrtc-audio-processing.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Justus Winter 2020-12-16 13:11:41 +01:00 committed by Mathieu Othacehe
parent e104753375
commit 7d96a403a2
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -232,6 +232,7 @@ (define-public pulseaudio
("libltdl" ,libltdl)
("fftwf" ,fftwf)
("avahi" ,avahi)
("webrtc-audio-processing", webrtc-audio-processing)
;; For the optional X11 modules.
("libice" ,libice)