From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jan Stary Newsgroups: gmane.comp.audio.sox.devel Subject: Re: 64bit audio read and write Date: Mon, 19 Sep 2016 23:20:12 +0200 Message-ID: <20160919212011.at2myldkjr6yjlu5@www.stare.cz> References: <577C4A9A.2000105@flatmax.org> Reply-To: sox-devel@lists.sourceforge.net NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1474320030 10093 195.159.176.226 (19 Sep 2016 21:20:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Sep 2016 21:20:30 +0000 (UTC) User-Agent: NeoMutt/20160827 () To: sox-devel@lists.sourceforge.net Original-X-From: sox-devel-bounces@lists.sourceforge.net Mon Sep 19 23:20:26 2016 Return-path: Envelope-to: gcasd-sox-devel@m.gmane.org X-ACL-Warn: Mail-Followup-To: sox-devel@lists.sourceforge.net Content-Disposition: inline In-Reply-To: <577C4A9A.2000105@flatmax.org> X-Headers-End: 1bm5zA-0001IC-D4 X-BeenThere: sox-devel@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: sox-devel-bounces@lists.sourceforge.net Xref: news.gmane.org gmane.comp.audio.sox.devel:498 Archived-At: Received: from lists.sourceforge.net ([216.34.181.88]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bm5zE-0001qL-5L for gcasd-sox-devel@m.gmane.org; Mon, 19 Sep 2016 23:20:24 +0200 Received: from localhost ([127.0.0.1] helo=sfs-ml-3.v29.ch3.sourceforge.com) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1bm5zD-00073u-0x; Mon, 19 Sep 2016 21:20:23 +0000 Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1bm5zC-00073p-Gf for sox-devel@lists.sourceforge.net; Mon, 19 Sep 2016 21:20:22 +0000 Received: from mx.stare.cz ([79.98.77.229]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1bm5zA-0001IC-D4 for sox-devel@lists.sourceforge.net; Mon, 19 Sep 2016 21:20:22 +0000 Received: from www.stare.cz (localhost [127.0.0.1]) by www.stare.cz (OpenSMTPD) with ESMTP id 959af7aa for ; Mon, 19 Sep 2016 23:20:12 +0200 (CEST) On Jul 06 10:02:34, flatmax@flatmax.org wrote: > I currently use libsox to load and save audio data. I was wanting to > write and read 64bit data, however the generic sox sample type is 32 bit > (from sox.h) : > typedef sox_int32_t sox_sample_t; If all you need to do is read and write samples, you might be better off with libsndfile. http://www.mega-nerd.com/libsndfile/api.html ------------------------------------------------------------------------------