gnu: Add opencore-amr.
* gnu/packages/audio.scm (opencore-amr): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
fe8f1c0b19
commit
d5fc851889
1 changed files with 20 additions and 0 deletions
|
|
@ -121,6 +121,26 @@
|
||||||
#:use-module (srfi srfi-1)
|
#:use-module (srfi srfi-1)
|
||||||
#:use-module (srfi srfi-26))
|
#:use-module (srfi srfi-26))
|
||||||
|
|
||||||
|
(define-public opencore-amr
|
||||||
|
(package
|
||||||
|
(name "opencore-amr")
|
||||||
|
(version "0.1.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri
|
||||||
|
(string-append "https://sourceforge.net/projects/opencore-amr/files/"
|
||||||
|
name "/" name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0hfk9khz3by0119h3jdwgdfd7jgkdbzxnmh1wssvylgnsnwnq01c"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
|
(synopsis "Adaptive Multi Rate Codec")
|
||||||
|
(description "OpenCore-AMR is a library of OpenCORE Framework
|
||||||
|
implementation of Adaptive Multi Rate Narrowband and Wideband
|
||||||
|
(AMR-NB and AMR-WB) speech codec.")
|
||||||
|
(home-page "https://sourceforge.net/projects/opencore-amr/")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public alsa-modular-synth
|
(define-public alsa-modular-synth
|
||||||
(package
|
(package
|
||||||
(name "alsa-modular-synth")
|
(name "alsa-modular-synth")
|
||||||
|
|
|
||||||
Reference in a new issue