sox-devel@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
From: Jan Stary <hans@stare.cz>
To: sox-devel@lists.sourceforge.net
Subject: more channels id *.dat files
Date: Fri, 10 Feb 2023 09:39:18 +0100	[thread overview]
Message-ID: <Y+YCtiSEFR1UhN1H@www.stare.cz> (raw)

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 <string.h>
 
-#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

                 reply	other threads:[~2023-02-10  8:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.sourceforge.net/lists/listinfo/sox-devel

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y+YCtiSEFR1UhN1H@www.stare.cz \
    --to=sox-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).