From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/4]: Add various audio libraries Date: Sun, 01 Feb 2015 22:18:23 +0100 Message-ID: <87r3u9e3fk.fsf@gnu.org> References: <87oaphvq3n.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI3zG-0006Wh-Jr for guix-devel@gnu.org; Sun, 01 Feb 2015 18:31:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YI3zB-00065M-6E for guix-devel@gnu.org; Sun, 01 Feb 2015 18:31:30 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI3zB-00065D-3d for guix-devel@gnu.org; Sun, 01 Feb 2015 18:31:25 -0500 In-Reply-To: <87oaphvq3n.fsf@mango.localdomain> (Ricardo Wurmus's message of "Thu, 29 Jan 2015 11:27:40 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > From dbc3bd203e311c75ca7f81a7f115eb2f516dd493 Mon Sep 17 00:00:00 2001 > From: rekado ^^^ (Make sure this is the intended name.) > Date: Thu, 29 Jan 2015 10:00:56 +0100 > Subject: [PATCH 1/4] gnu: Add JACK2. > > * gnu/packages/audio.scm (jack-2): New variable. LGTM. > From ac7e1b8aa764d33d0a87e6ebb86c4e7498110f86 Mon Sep 17 00:00:00 2001 > From: rekado > Date: Thu, 29 Jan 2015 10:08:53 +0100 > Subject: [PATCH 2/4] gnu: Add aubio. > > * gnu/packages/audio.scm (aubio): New variable. [...] > + (description > + "aubio is a tool designed for the extraction of annotations from au= dio > +signals. Its features include segmenting a sound file before each of its > +attacks, performing pitch detection, tapping the beat and producing midi s/midi/MIDI/ OK! > From c9515e8491cfb3b60b054637ab097aa21a044e63 Mon Sep 17 00:00:00 2001 > From: rekado > Date: Thu, 29 Jan 2015 10:10:53 +0100 > Subject: [PATCH 3/4] gnu: Add liblo. > > * gnu/packages/audio.scm (liblo): New variable. OK. > From 3bb3b7346f44f8e4849efc7a5fc8b465a974d625 Mon Sep 17 00:00:00 2001 > From: rekado > Date: Thu, 29 Jan 2015 10:12:00 +0100 > Subject: [PATCH 4/4] gnu: Add LV2. > > * gnu/packages/audio.scm (lv2): New variable. [...] > + (synopsis "LV2 audio plugin standard") > + (description > + "LV2 is an open standard for audio plugins and host applications. = At its > +core, LV2 is a simple stable interface, accompanied by extensions which = add > +functionality to support the needs of increasingly powerful audio softwa= re.") It=E2=80=99s not clear to me what this all means; I guess LV2 is not a =E2=80=9Cstandard=E2=80=9D as in RFC or ISO, because it=E2=80=99s software.= That said, I don=E2=80=99t have any suggestions, so I=E2=80=99ll leave it up to your creativity. :-) Otherwise looks OK. Thanks, Ludo=E2=80=99.