unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: 38211@debbugs.gnu.org
Subject: [bug#38211] [PATCH 1/9] gnu: Add resample.
Date: Thu, 14 Nov 2019 19:06:26 +0100	[thread overview]
Message-ID: <20191114180627.6593-1-mail@ambrevar.xyz> (raw)
In-Reply-To: <20191114180422.5592-1-mail@ambrevar.xyz>

From: Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>

* gnu/packages/audio.scm (resample): New variable.
---
 gnu/packages/audio.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 15ba454edd..c59161a080 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2019 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2019 Alexandros Theodotou <alex@zrythm.org>
+;;; Copyright © 2019 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2299,6 +2300,29 @@ aimed at audio/musical applications.")
                  (base32
                   "04fajrass3ymr72flx5js5vxc601ccrmx8ny8scp0rw7j0igyjdr")))))))
 
+(define-public resample
+  (package
+    (name "resample")
+    (version "1.8.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://ccrma.stanford.edu/~jos/gz/resample-"
+                                  version
+                                  ".tar.gz"))
+              (sha256 (base32
+                       "074zj8ydp05yy1hjcglfv3hkvj4cm50f9nralka1992pm6yf8yvy"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)
+       ("pkg-config" ,pkg-config)
+       ("libtool" ,libtool)))
+    (synopsis "Real-time library for sampling rate conversion")
+    (description "The @command{resample} software package contains free
+sampling-rate conversion and filter design utilities.")
+    (home-page "https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html")
+    (license license:lgpl2.1+)))
+
 (define-public rubberband
   (package
     (name "rubberband")
-- 
2.23.0

  reply	other threads:[~2019-11-14 18:07 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-14 18:04 [bug#38211] [PATCH 0/9] Update Jami to 20111101 Pierre Neidhardt
2019-11-14 18:06 ` Pierre Neidhardt [this message]
2019-11-14 18:06   ` [bug#38211] [PATCH 2/9] gnu: Add sobjectizer Pierre Neidhardt
2019-11-14 18:07 ` [bug#38211] [PATCH 3/9] gnu: Add restinio Pierre Neidhardt
2019-11-14 18:07   ` [bug#38211] [PATCH 4/9] gnu: opendht: Update to 2.0.0beta2 Pierre Neidhardt
2019-11-14 18:07   ` [bug#38211] [PATCH 7/9] gnu: pjproject-jami: Update to 2.9 Pierre Neidhardt
2019-11-14 18:07   ` [bug#38211] [PATCH 8/9] gnu: libring: Update to 20191101 Pierre Neidhardt
2019-11-14 18:07   ` [bug#38211] [PATCH 9/9] gnu: jami: Fix wrapper Pierre Neidhardt
2019-11-16 13:08 ` [bug#38211] [PATCH 0/9] Update Jami to 20111101 Jan
2019-11-27 11:24 ` Arun Isaac
2019-11-27 12:05   ` Pierre Neidhardt
2019-11-28  9:47     ` Arun Isaac
2019-11-28 10:10       ` Pierre Neidhardt
2019-11-30 19:04 ` Arun Isaac
2019-11-30 20:02   ` Pierre Neidhardt
2019-12-01 11:16     ` Arun Isaac
2019-12-01 12:24       ` Pierre Neidhardt
2019-12-01 12:46         ` Pierre Neidhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191114180627.6593-1-mail@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=38211@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).