me
/
guix
Archived
1
0
Fork 0

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.
master
Maxim Cournoyer 2020-07-31 22:58:19 -04:00
parent c0a4cde04c
commit ce34e87c8d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 6 additions and 3 deletions

View File

@ -2582,9 +2582,12 @@ aimed at audio/musical applications.")
("automake" ,automake) ("automake" ,automake)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("libtool" ,libtool))) ("libtool" ,libtool)))
(synopsis "Real-time library for sampling rate conversion") (synopsis "Sampling rate conversion and filter design utilities")
(description "The @command{resample} software package contains free (description "This package contains the @command{resample} and
sampling-rate conversion and filter design utilities.") @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") (home-page "https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html")
(license license:lgpl2.1+))) (license license:lgpl2.1+)))