guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: pulseaudio: Add webrtc-audio-processin


From: guix-commits
Subject: branch core-updates updated: gnu: pulseaudio: Add webrtc-audio-processing to inputs.
Date: Wed, 30 Dec 2020 05:55:13 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 7d96a40  gnu: pulseaudio: Add webrtc-audio-processing to inputs.
7d96a40 is described below

commit 7d96a403a28c9731825123f5cad6c0341424adbb
Author: Justus Winter <justus@sequoia-pgp.org>
AuthorDate: Wed Dec 16 13:11:41 2020 +0100

    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>
---
 gnu/packages/pulseaudio.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index d9e9488..bffd526 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -232,6 +232,7 @@ rates.")
        ("libltdl" ,libltdl)
        ("fftwf" ,fftwf)
        ("avahi" ,avahi)
+       ("webrtc-audio-processing", webrtc-audio-processing)
 
        ;; For the optional X11 modules.
        ("libice" ,libice)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]