mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
e104753375
commit
7d96a403a2
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue