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
parent
c0a4cde04c
commit
ce34e87c8d
|
@ -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+)))
|
||||||
|
|
||||||
|
|
Reference in New Issue