emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#29754: closed ([PATCH] gnu: Add noise-repellent.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29754: closed ([PATCH] gnu: Add noise-repellent.)
Date: Mon, 18 Dec 2017 12:15:01 +0000

Your message dated Mon, 18 Dec 2017 12:27:10 +0100
with message-id <address@hidden>
and subject line Re: [bug#29754] [PATCH] gnu: Add noise-repellent.
has caused the debbugs.gnu.org bug report #29754,
regarding [PATCH] gnu: Add noise-repellent.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29754: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29754
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add noise-repellent. Date: Sun, 17 Dec 2017 12:25:02 +0100
* 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:
+
address@hidden
address@hidden Spectral gating and spectral subtraction suppression rule
address@hidden Adaptive and manual noise thresholds estimation
address@hidden Adjustable noise floor
address@hidden Adjustable offset of thresholds to perform over-subtraction
address@hidden Time smoothing and a masking estimation to reduce artifacts
address@hidden Basic onset detector to avoid transients suppression
address@hidden Whitening of the noise floor to mask artifacts and to recover 
higher
+  frequencies
address@hidden Option to listen to the residual signal
address@hidden Soft bypass
address@hidden Noise profile saved with the session
address@hidden enumerate
+")
+    (license license:lgpl3+)))
+
 (define-public cli-visualizer
   (package
     (name "cli-visualizer")
-- 
2.15.0





--- End Message ---
--- Begin Message --- Subject: Re: [bug#29754] [PATCH] gnu: Add noise-repellent. Date: Mon, 18 Dec 2017 12:27:10 +0100 User-agent: mu4e 1.0-alpha3; emacs 25.3.1
Ludovic Courtès <address@hidden> writes:

> Ricardo Wurmus <address@hidden> skribis:
>
>> * gnu/packages/audio.scm (noise-repellent): New variable.
>
> LGTM!
>
> Happy sound hacking!  :-)

Thanks :)

Pushed to master.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net




--- End Message ---

reply via email to

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