From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add IR. Date: Sun, 26 Apr 2015 14:12:08 +0200 Message-ID: <20150426121208.GB5194@debian> References: <87siboyreg.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmLQ1-00052H-S3 for guix-devel@gnu.org; Sun, 26 Apr 2015 08:12:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmLPw-00028w-O5 for guix-devel@gnu.org; Sun, 26 Apr 2015 08:12:17 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:54399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmLPw-00028q-Eu for guix-devel@gnu.org; Sun, 26 Apr 2015 08:12:12 -0400 Content-Disposition: inline In-Reply-To: <87siboyreg.fsf@mango.localdomain> 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 On Sat, Apr 25, 2015 at 08:49:43PM +0200, Ricardo Wurmus wrote: > attached are patches for the zita-convolver library and the excellent IR > reverb plugin. It creates a reverb effect out of impulse responses. > (It does not come with pre-packaged impulse responses, but there are > many impulse response packs out there that can be used.) Are you going to add such a package? Otherwise the search path mechanism will not work. > + "IR is a low-latency, realtime, high performance signal convolver > +especially for creating reverb effects. Supports impulse responses with 1, 2 > +or 4 channels, in any soundfile format supported by libsndfile.") Maybe add "It" before "supports". "real time"? "real-time"? Andreas