From unknown Thu Aug 21 14:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#29754] [PATCH] gnu: Add noise-repellent. Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 17 Dec 2017 11:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 29754 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 29754@debbugs.gnu.org Cc: Ricardo Wurmus X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.151350995023355 (code B ref -1); Sun, 17 Dec 2017 11:26:02 +0000 Received: (at submit) by debbugs.gnu.org; 17 Dec 2017 11:25:50 +0000 Received: from localhost ([127.0.0.1]:38096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQX4n-00064d-UI for submit@debbugs.gnu.org; Sun, 17 Dec 2017 06:25:50 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQX4l-00064P-DJ for submit@debbugs.gnu.org; Sun, 17 Dec 2017 06:25:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQX4f-0000Ue-82 for submit@debbugs.gnu.org; Sun, 17 Dec 2017 06:25:42 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54321) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eQX4f-0000UU-0R for submit@debbugs.gnu.org; Sun, 17 Dec 2017 06:25:41 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQX4d-0002wA-Hw for guix-patches@gnu.org; Sun, 17 Dec 2017 06:25:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQX4a-0000T3-E2 for guix-patches@gnu.org; Sun, 17 Dec 2017 06:25:39 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21111) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eQX4a-0000SC-3Y for guix-patches@gnu.org; Sun, 17 Dec 2017 06:25:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1513509907; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Cc:Subject:Date:Message-Id; l=2198; bh=xBaAOAlEyTyA9LZv9rGeQucTvxcZmcxDAQ8t+My1Qdk=; b=UUlLfg0QI4G+IpDkyEBNyH139KUjfdHvrI9aqaFdqP7m23DCdAr0x96xH89ahswB uxZlzN46Tq3bPhl7gZHViPlOn4nN/Lw0exCwBconE0vXAATKvz98CZPjH/G08jVOZ7Q LntMC9pKgESPtrC4w+nrypgsqszHLqnuEKyfI+n8= Received: from localhost (port-92-200-82-227.dynamic.qsc.de [92.200.82.227]) by mx.zohomail.com with SMTPS id 1513509907062265.17800470638986; Sun, 17 Dec 2017 03:25:07 -0800 (PST) From: Ricardo Wurmus Date: Sun, 17 Dec 2017 12:25:02 +0100 Message-Id: <20171217112502.14749-1-rekado@elephly.net> X-Mailer: git-send-email 2.15.0 X-ZohoMailClient: External X-ZohoMail: Z_26063301 SPT_1 Z_26062608 SPT_0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * gnu/packages/audio.scm (noise-repellent): New variable. --- gnu/packages/audio.scm | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index b13c2f4d3..867b7ceca 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3169,6 +3169,54 @@ customized and extended using either the s7 Scheme implementation (included in the Snd sources), Ruby, or Forth.") (license (license:non-copyleft "file://COPYING")))) +(define-public noise-repellent + (package + (name "noise-repellent") + (version "0.1.4") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/lucianodato/noise-repellent.git") + (commit version))) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 + "0rd3dlmk3vivjmcr6x2x860y0j1d49c2j95j6ny50v184mwvn11j")))) + (build-system gnu-build-system) + (arguments + `(#:make-flags + (list "CC=gcc" + (string-append "PREFIX=" (assoc-ref %outputs "out"))) + #:tests? #f ; there are none + #:phases + (modify-phases %standard-phases + (delete 'configure)))) + (inputs + `(("lv2" ,lv2) + ("fftwf" ,fftwf))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (home-page "https://github.com/lucianodato/noise-repellent") + (synopsis "LV2 plugin for broadband noise reduction") + (description "Noise Repellent is an LV2 plugin to reduce noise. It has +the following features: + +@enumerate +@item Spectral gating and spectral subtraction suppression rule +@item Adaptive and manual noise thresholds estimation +@item Adjustable noise floor +@item Adjustable offset of thresholds to perform over-subtraction +@item Time smoothing and a masking estimation to reduce artifacts +@item Basic onset detector to avoid transients suppression +@item Whitening of the noise floor to mask artifacts and to recover higher + frequencies +@item Option to listen to the residual signal +@item Soft bypass +@item Noise profile saved with the session +@end enumerate +") + (license license:lgpl3+))) + (define-public cli-visualizer (package (name "cli-visualizer") -- 2.15.0 From unknown Thu Aug 21 14:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#29754] [PATCH] gnu: Add noise-repellent. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 18 Dec 2017 10:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 29754 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ricardo Wurmus Cc: 29754@debbugs.gnu.org Received: via spool by 29754-submit@debbugs.gnu.org id=B29754.15135912753579 (code B ref 29754); Mon, 18 Dec 2017 10:02:01 +0000 Received: (at 29754) by debbugs.gnu.org; 18 Dec 2017 10:01:15 +0000 Received: from localhost ([127.0.0.1]:39680 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQsEV-0000vf-1p for submit@debbugs.gnu.org; Mon, 18 Dec 2017 05:01:15 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:37061) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQsET-0000vW-Jd for 29754@debbugs.gnu.org; Mon, 18 Dec 2017 05:01:13 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id A6B0810191; Mon, 18 Dec 2017 11:01:16 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TsN4nkYMCczZ; Mon, 18 Dec 2017 11:01:16 +0100 (CET) Received: from ribbon (unknown [193.50.110.155]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 14B22F494; Mon, 18 Dec 2017 11:01:16 +0100 (CET) From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171217112502.14749-1-rekado@elephly.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 Frimaire an 226 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 18 Dec 2017 11:01:12 +0100 In-Reply-To: <20171217112502.14749-1-rekado@elephly.net> (Ricardo Wurmus's message of "Sun, 17 Dec 2017 12:25:02 +0100") Message-ID: <87d13cuzh3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Ricardo Wurmus skribis: > * gnu/packages/audio.scm (noise-repellent): New variable. LGTM! Happy sound hacking! :-) Ludo=E2=80=99. From unknown Thu Aug 21 14:54:01 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ricardo Wurmus Subject: bug#29754: closed (Re: [bug#29754] [PATCH] gnu: Add noise-repellent.) Message-ID: References: <87o9mwl1ip.fsf@elephly.net> <20171217112502.14749-1-rekado@elephly.net> X-Gnu-PR-Message: they-closed 29754 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 29754@debbugs.gnu.org Date: Mon, 18 Dec 2017 12:15:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1513599302-15963-1" This is a multi-part message in MIME format... ------------=_1513599302-15963-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #29754: [PATCH] gnu: Add noise-repellent. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 29754@debbugs.gnu.org. --=20 29754: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D29754 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1513599302-15963-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 29754-done) by debbugs.gnu.org; 18 Dec 2017 12:14:03 +0000 Received: from localhost ([127.0.0.1]:39790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQuJ1-000487-7z for submit@debbugs.gnu.org; Mon, 18 Dec 2017 07:14:03 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21080) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQuIz-00047a-4a for 29754-done@debbugs.gnu.org; Mon, 18 Dec 2017 07:14:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1513596433; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; l=336; bh=yZVWaU+hwrz2Z29k0FggoCHIA46ZTfTy2C6MJcPejw0=; b=drRVM5vGFV3c049tREDay6vlA9Q/Yn0+PFSUBwwjiDFtodBpCHKJDwpFYJy4pE8Z ckEznhBOl7o+hzuZ903CkN5HnF+7mqpyViB7LJc/edChLNYJtsroba3eP2NiiRvxli1 X9U0GRzXp3CvxEb8xqe5U5eB74Cx3t2s5ZAMdLCA= Received: from localhost (141.80.245.110 [141.80.245.110]) by mx.zohomail.com with SMTPS id 1513596433226604.5522144151296; Mon, 18 Dec 2017 03:27:13 -0800 (PST) References: <20171217112502.14749-1-rekado@elephly.net> <87d13cuzh3.fsf@gnu.org> User-agent: mu4e 1.0-alpha3; emacs 25.3.1 From: Ricardo Wurmus To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#29754] [PATCH] gnu: Add noise-repellent. In-reply-to: <87d13cuzh3.fsf@gnu.org> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Mon, 18 Dec 2017 12:27:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <87o9mwl1ip.fsf@elephly.net> X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 29754-done Cc: 29754-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Ludovic Court=C3=A8s writes: > Ricardo Wurmus skribis: > >> * gnu/packages/audio.scm (noise-repellent): New variable. > > LGTM! > > Happy sound hacking! :-) Thanks :) Pushed to master. --=20 Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net ------------=_1513599302-15963-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Dec 2017 11:25:50 +0000 Received: from localhost ([127.0.0.1]:38096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQX4n-00064d-UI for submit@debbugs.gnu.org; Sun, 17 Dec 2017 06:25:50 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQX4l-00064P-DJ for submit@debbugs.gnu.org; Sun, 17 Dec 2017 06:25:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQX4f-0000Ue-82 for submit@debbugs.gnu.org; Sun, 17 Dec 2017 06:25:42 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54321) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eQX4f-0000UU-0R for submit@debbugs.gnu.org; Sun, 17 Dec 2017 06:25:41 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQX4d-0002wA-Hw for guix-patches@gnu.org; Sun, 17 Dec 2017 06:25:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQX4a-0000T3-E2 for guix-patches@gnu.org; Sun, 17 Dec 2017 06:25:39 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21111) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eQX4a-0000SC-3Y for guix-patches@gnu.org; Sun, 17 Dec 2017 06:25:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1513509907; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Cc:Subject:Date:Message-Id; l=2198; bh=xBaAOAlEyTyA9LZv9rGeQucTvxcZmcxDAQ8t+My1Qdk=; b=UUlLfg0QI4G+IpDkyEBNyH139KUjfdHvrI9aqaFdqP7m23DCdAr0x96xH89ahswB uxZlzN46Tq3bPhl7gZHViPlOn4nN/Lw0exCwBconE0vXAATKvz98CZPjH/G08jVOZ7Q LntMC9pKgESPtrC4w+nrypgsqszHLqnuEKyfI+n8= Received: from localhost (port-92-200-82-227.dynamic.qsc.de [92.200.82.227]) by mx.zohomail.com with SMTPS id 1513509907062265.17800470638986; Sun, 17 Dec 2017 03:25:07 -0800 (PST) From: Ricardo Wurmus To: guix-patches@gnu.org Subject: [PATCH] gnu: Add noise-repellent. Date: Sun, 17 Dec 2017 12:25:02 +0100 Message-Id: <20171217112502.14749-1-rekado@elephly.net> X-Mailer: git-send-email 2.15.0 X-ZohoMailClient: External X-ZohoMail: Z_26063301 SPT_1 Z_26062608 SPT_0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Ricardo Wurmus X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * gnu/packages/audio.scm (noise-repellent): New variable. --- gnu/packages/audio.scm | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index b13c2f4d3..867b7ceca 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3169,6 +3169,54 @@ customized and extended using either the s7 Scheme implementation (included in the Snd sources), Ruby, or Forth.") (license (license:non-copyleft "file://COPYING")))) +(define-public noise-repellent + (package + (name "noise-repellent") + (version "0.1.4") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/lucianodato/noise-repellent.git") + (commit version))) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 + "0rd3dlmk3vivjmcr6x2x860y0j1d49c2j95j6ny50v184mwvn11j")))) + (build-system gnu-build-system) + (arguments + `(#:make-flags + (list "CC=gcc" + (string-append "PREFIX=" (assoc-ref %outputs "out"))) + #:tests? #f ; there are none + #:phases + (modify-phases %standard-phases + (delete 'configure)))) + (inputs + `(("lv2" ,lv2) + ("fftwf" ,fftwf))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (home-page "https://github.com/lucianodato/noise-repellent") + (synopsis "LV2 plugin for broadband noise reduction") + (description "Noise Repellent is an LV2 plugin to reduce noise. It has +the following features: + +@enumerate +@item Spectral gating and spectral subtraction suppression rule +@item Adaptive and manual noise thresholds estimation +@item Adjustable noise floor +@item Adjustable offset of thresholds to perform over-subtraction +@item Time smoothing and a masking estimation to reduce artifacts +@item Basic onset detector to avoid transients suppression +@item Whitening of the noise floor to mask artifacts and to recover higher + frequencies +@item Option to listen to the residual signal +@item Soft bypass +@item Noise profile saved with the session +@end enumerate +") + (license license:lgpl3+))) + (define-public cli-visualizer (package (name "cli-visualizer") -- 2.15.0 ------------=_1513599302-15963-1--