mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: noise-suppression-for-voice: Rename from ‘rnnoise’.
This is a set of plug-ins *based on* Xiph's rnnoise package (also in Guix). * gnu/packages/pulseaudio.scm (rnnoise): Rename this variable… (noise-suppression-for-voice): …to this. [noisetorch](inputs): Adjust its only user.
This commit is contained in:
parent
8e82a70a4f
commit
2790d118b2
1 changed files with 7 additions and 6 deletions
|
@ -450,9 +450,9 @@ (define-public paprefs
|
|||
module-gsettings is loaded in the sound server.")
|
||||
(license l:gpl2)))
|
||||
|
||||
(define-public rnnoise
|
||||
(define-public noise-suppression-for-voice
|
||||
(package
|
||||
(name "rnnoise")
|
||||
(name "noise-suppression-for-voice")
|
||||
(version "0.91")
|
||||
(source
|
||||
(origin
|
||||
|
@ -472,14 +472,15 @@ (define-public rnnoise
|
|||
pulseaudio))
|
||||
(home-page "https://github.com/werman/noise-suppression-for-voice")
|
||||
(synopsis "Real-time Noise suppression plugin based on Xiph's RNNoise")
|
||||
(description "The plugin is meant to suppress a wide range of noise
|
||||
origins: computer fans, office, crowd, airplane, car, train, construction.
|
||||
(description "This plug-in is meant to suppress a wide range of noise
|
||||
origins: computer fans, offices, crowds, airplanes, cars, trains,
|
||||
construction, and more.
|
||||
|
||||
Mild background noise is always suppressed, loud sounds, like
|
||||
clicking of mechanical keyboard, are suppressed while there is no voice
|
||||
however they are only reduced in volume when voice is present.
|
||||
|
||||
The plugin is made to work with 1 or 2 channels (ladspa plugin),
|
||||
The plug-in is made to work with 1 or 2 channels (LADSPA plugin),
|
||||
16 bit, 48000 Hz audio input.")
|
||||
(license l:gpl3)))
|
||||
|
||||
|
@ -521,7 +522,7 @@ (define-public noisetorch
|
|||
(with-directory-excursion "src/github.com/noisetorch/NoiseTorch"
|
||||
(invoke "go" "generate")))))))
|
||||
(inputs
|
||||
(list rnnoise))
|
||||
(list noise-suppression-for-voice))
|
||||
(home-page "https://github.com/noisetorch/NoiseTorch")
|
||||
(synopsis "Real-time microphone noise suppression")
|
||||
(description "NoiseTorch creates a virtual PulseAudio microphone that
|
||||
|
|
Loading…
Reference in a new issue