From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add IR. Date: Sun, 26 Apr 2015 15:26:04 +0200 Message-ID: <87iocjyqab.fsf@mango.localdomain> References: <87siboyreg.fsf@mango.localdomain> <20150426120959.GA5194@debian> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmMZd-0003Al-9x for guix-devel@gnu.org; Sun, 26 Apr 2015 09:26:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmMZZ-0006DG-M4 for guix-devel@gnu.org; Sun, 26 Apr 2015 09:26:17 -0400 Received: from sender1.zohomail.com ([74.201.84.162]:53427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmMZZ-0006Cn-Dm for guix-devel@gnu.org; Sun, 26 Apr 2015 09:26:13 -0400 In-reply-to: <20150426120959.GA5194@debian> 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: Andreas Enge Cc: guix-devel Andreas Enge writes: >> + "Zita convolver is a C++ library implementing a real-time convolution >> +matrix.") > > This I find difficult to understand. How can you implement a matrix? What is > a real time matrix? Maybe "for computing convolution matrices in real time"? > Or also add "double precision" (or whatever is correct) in front of > "convolution matrices". Frankly, the description is terrible. The "real-time convolution matrix" is to be parsed as "(real-time convolution) matrix", I think. I don't really know what the library concretely implements (and it doesn't come with a helpful README), other than that it is used for real-time audio convolution, e.g. in IR. The Fedora package description is: "zita-convolver is a fast, partitioned convolution engine library." How about this then: "Zita convolver is a C++ library providing a real-time convolution engine." WDYT? ~~ Ricardo