diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-07-31 22:58:19 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-08-03 23:30:11 -0400 |
commit | ce34e87c8d690f29bb594412a24c9fc44a3de8d1 (patch) | |
tree | 5056decfa470f5e755e18bea085ca3017f40d21b /gnu/packages | |
parent | c0a4cde04c679ef7b3e27eb12476379c7a912234 (diff) | |
download | guix-ce34e87c8d690f29bb594412a24c9fc44a3de8d1.tar.gz guix-ce34e87c8d690f29bb594412a24c9fc44a3de8d1.zip |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/audio.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 924fdd7f63..79fdd1f3f0 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+))) |