guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: resample: Improve synopsis and description.


From: guix-commits
Subject: 01/07: gnu: resample: Improve synopsis and description.
Date: Mon, 3 Aug 2020 23:30:46 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit ce34e87c8d690f29bb594412a24c9fc44a3de8d1
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jul 31 22:58:19 2020 -0400

    gnu: resample: Improve synopsis and description.
    
    The synopsis mentioned a library but it is instead a set of command line
    utilities.
    
    * gnu/packages/audio.scm (resample)[synopsis]: Mention these are utilities.
    [description]: Describe the two included command line utilities in more
    detail.
---
 gnu/packages/audio.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 924fdd7..79fdd1f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2582,9 +2582,12 @@ aimed at audio/musical applications.")
        ("automake" ,automake)
        ("pkg-config" ,pkg-config)
        ("libtool" ,libtool)))
-    (synopsis "Real-time library for sampling rate conversion")
-    (description "The @command{resample} software package contains free
-sampling-rate conversion and filter design utilities.")
+    (synopsis "Sampling rate conversion and filter design utilities")
+    (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)
+filters using the so-called @emph{window method}.")
     (home-page 
"https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html";)
     (license license:lgpl2.1+)))
 



reply via email to

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