From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6130 216.105.38.0/24 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id BCD781F5A0 for ; Fri, 10 Feb 2023 08:39:40 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=sourceforge.net header.i=@sourceforge.net header.a=rsa-sha256 header.s=x header.b=lrANHmO5; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=sf.net header.i=@sf.net header.a=rsa-sha256 header.s=x header.b=jOTBK8hH; dkim-atps=neutral Received: from [127.0.0.1] (helo=sfs-ml-2.v29.lw.sourceforge.com) by sfs-ml-2.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1pQOwO-0003RP-HG; Fri, 10 Feb 2023 08:39:31 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1pQOwL-0003RE-S2 for sox-devel@lists.sourceforge.net; Fri, 10 Feb 2023 08:39:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Content-Type:MIME-Version:Message-ID:Subject:To: From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=OuCL1DHajjAuXb2jntttpS3LWCsB+97OdzNKpYCY9oo=; b=lrANHmO5Y/hOgpeh+8I7lh4/rZ acK3Gx7xnMpBFfXO1DpInbysV8w3SbV5k/gZVuMV7rFzAPcRr5Ht4VFTBP5OLqHQVljZGbweegl/P hv7oOAq9eNCc4Dc+AsSWgV/qfgrg1NF0CIRSpaj5e5aNvBYJpX9a3eSRqLnuP3z8QS0U=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date:Sender:Reply-To :Cc:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=OuCL1DHajjAuXb2jntttpS3LWCsB+97OdzNKpYCY9oo=; b=j OTBK8hHfaAr9//w/eyD2PlEt4Mz5PRcxatKtcci8WE7klY7vM2KFe/VbbC+7wnyw5qEZyLVvUp1E1 sym+wv8b4OkE+kPci/lnSL5BoYGm5OODxvAmCK4DvNGjInzOJoOj8LS2/Z7Ztwz1B/57TLjrIOMIv /SrfK4We5YR75xIg=; Received: from uvt.stare.cz ([185.63.96.79] helo=mx.stare.cz) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1pQOwJ-00Gz7u-Hy for sox-devel@lists.sourceforge.net; Fri, 10 Feb 2023 08:39:29 +0000 Received: from localhost (stare.cz [local]) by stare.cz (OpenSMTPD) with ESMTPA id 5c6165f1 for ; Fri, 10 Feb 2023 09:39:18 +0100 (CET) Date: Fri, 10 Feb 2023 09:39:18 +0100 From: Jan Stary To: sox-devel@lists.sourceforge.net Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Headers-End: 1pQOwJ-00Gz7u-Hy Subject: more channels id *.dat files X-BeenThere: sox-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: sox-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: sox-devel-bounces@lists.sourceforge.net This is a trivial fix of https://sourceforge.net/p/sox/bugs/359/ - increase LINEWIDTH to hold more channels git branch here if it's easier https://sourceforge.net/u/janstary/sox/ci/dat/tree/ but it's just the one line. Jan diff --git a/src/dat.c b/src/dat.c index b014f234..075fe2e1 100644 --- a/src/dat.c +++ b/src/dat.c @@ -12,7 +12,7 @@ #include "sox_i.h" #include -#define LINEWIDTH (size_t)256 +#define LINEWIDTH (size_t)1024 /* Private data for dat file */ typedef struct { _______________________________________________ SoX-devel mailing list SoX-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-devel