mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add libbs2b.
* gnu/packages/audio.scm (libbs2b): New variable.
This commit is contained in:
parent
70fc29d9c5
commit
8c0b5a75ad
1 changed files with 23 additions and 0 deletions
|
@ -524,6 +524,29 @@ (define-public lash
|
|||
connections between them.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public libbs2b
|
||||
(package
|
||||
(name "libbs2b")
|
||||
(version "3.1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://sourceforge/bs2b/libbs2b-" version ".tar.lzma"))
|
||||
(sha256
|
||||
(base32
|
||||
"1mcc4gjkmphczjybnsrip3gq1f974knzys7x49bv197xk3fn8wdr"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(inputs `(("libsndfile" ,libsndfile)))
|
||||
(home-page "http://sourceforge.net/projects/bs2b/")
|
||||
(synopsis "Bauer stereophonic-to-binaural DSP")
|
||||
(description
|
||||
"The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is
|
||||
designed to improve headphone listening of stereo audio records. Recommended
|
||||
for headphone prolonged listening to disable superstereo fatigue without
|
||||
essential distortions.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public liblo
|
||||
(package
|
||||
(name "liblo")
|
||||
|
|
Loading…
Reference in a new issue