diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-10-30 15:52:14 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-10-30 17:19:57 -0700 |
commit | ed8c12fb1c8fcf0ad10b6d4115dd68a9b5c212be (patch) | |
tree | 3e4135594ab1e3e63b31053319d5e1ca1cc1dcd0 /gnu | |
parent | d343c12b4d31c7b6dfa8d738750c6db55755ed90 (diff) |
gnu: resample: Fix grammar.
* gnu/packages/audio (resample)[description]: Fix gramar of "allows
designing".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 74bf0abf50..b842b22587 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2938,7 +2938,7 @@ aimed at audio/musical applications.") (description "This package contains the @command{resample} and @command{windowfilter} command line utilities. The @command{resample} command allows changing the sampling rate of a sound file, while the -@command{windowfilter} command allows to design Finite Impulse Response (FIR) +@command{windowfilter} command allows designing Finite Impulse Response (FIR) filters using the so-called @emph{window method}.") (home-page "https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html") (license license:lgpl2.1+))) |