guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add vo-amrwbenc.


From: guix-commits
Subject: branch master updated: gnu: Add vo-amrwbenc.
Date: Sun, 05 Apr 2020 19:55:34 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 62e9f00  gnu: Add vo-amrwbenc.
62e9f00 is described below

commit 62e9f00ce2391b062afa3ed96dfd34a3d0762af7
Author: Raghav Gururajan <address@hidden>
AuthorDate: Wed Apr 1 23:18:08 2020 -0400

    gnu: Add vo-amrwbenc.
    
    * gnu/packages/audio.scm (vo-amrwbenc): New variable.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/audio.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index f9d5066..2f25668 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -121,6 +121,25 @@
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-26))
 
+(define-public vo-amrwbenc
+  (package
+    (name "vo-amrwbenc")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "https://sourceforge.net/projects/opencore-amr/files/";
+                       name "/" name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0klx3nkidc6b8aawchpk19n3xlrzgnc046w4gd0rdqphw28v6ljn"))))
+    (build-system gnu-build-system)
+    (synopsis "Adaptive Multi Rate Codec")
+    (description "VO-AMR is a library of VisualOn 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 opencore-amr
   (package
     (name "opencore-amr")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]