From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3561 216.34.176.0/20 X-Spam-Status: No, score=-3.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,T_DKIM_INVALID shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.sourceforge.net (lists.sourceforge.net [216.34.181.88]) (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 59C07202A5 for ; Fri, 22 Sep 2017 17:34:25 +0000 (UTC) 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.89) (envelope-from ) id 1dvRqK-00025K-4z; Fri, 22 Sep 2017 17:34:24 +0000 Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.89) (envelope-from ) id 1dvRqJ-00025C-H4 for sox-users@lists.sourceforge.net; Fri, 22 Sep 2017 17:34:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=O5EUdF9cRHBtG+T7krF54XyYwUieXpjiV6bVtAWlzB0=; b=fdvG57g7kIkOEpuCzBb7o8R0rOTaN7u1Ui6YcF+MmVq/4vrdzVbvNseLhHyUFYli5zbKDNgA6fkAABYZONbxuun6+SiItHzn+G4lXU38uSz/CPQ7kQAU9S0IB9fnIu+zPGhKztAfrnoERb+Kl14g71zsRT4lOkT2o48xy+0WTg8=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=O5EUdF9cRHBtG+T7krF54XyYwUieXpjiV6bVtAWlzB0=; b=Vl9/XMvb9MORUZFocTkQNx9b6rOipZF54MU+ak6iBfhpQ2UHYy9/7lVc471X6ObIfwH073/IprmrRqILuFj+zoxB56we+HjKACD5EY1obyNZCi042kyfi2Qcickft+qXTSvG3Wu3laU2gZYKA0jeKYip3dM5tR0xz4e29z3pJ7o=; Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of yhbt.net designates 64.71.152.64 as permitted sender) client-ip=64.71.152.64; envelope-from=normalperson@yhbt.net; helo=dcvr.yhbt.net; Received: from dcvr.yhbt.net ([64.71.152.64]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1dvRqI-0007Xz-Dy for sox-users@lists.sourceforge.net; Fri, 22 Sep 2017 17:34:23 +0000 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 85465202A5; Fri, 22 Sep 2017 17:34:16 +0000 (UTC) Date: Fri, 22 Sep 2017 17:34:16 +0000 From: Eric Wong To: sox-users@lists.sourceforge.net Message-ID: <20170922173416.GA32079@starla> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Headers-End: 1dvRqI-0007Xz-Dy Subject: Re: concat problem X-BeenThere: sox-users@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-users@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: sox-users-bounces@lists.sourceforge.net Glenn English wrote: > Debian Jessie, Supermicro box, SoX 14.4.1, SoX noob. > > I ask SoX to concatenate AIFFs, and Mac Air stops at the end of first file. Can you play the file back with the "play(1)" command in sox on Jessie? Or try converting from AIFF back to mp3, flac, or whatever else and see if the Mac can play that... > I've written a Python script (first use of SoX) to concat a lot of > translated MP3s into a big AIFF file. The translation goes fine, and > SoX creates a huge AIFF, but there seems to be an EOF in there at the > end of the first file. Actually a little before the end of the first > file. The Air has been playing files (VLC) for several years with no > problems. Any other players you can try? I don't have much experience with VLC and have never used a Mac. > I give SoX a long list of AIFF source files and a destination file > name at the end. The MP3s have been successfully translated to AIFFs > earlier with a format conversion pass through SoX. > > What am I missing? Any chance you're hitting a file size limit somewhere? I'm not familiar with AIFF, but FLAC supports large files and is lossless, too; perhaps try that... What's the exact command? Can you reproduce the problem with smaller initial AIFF source files? Instead of using the entire long list of AIFF source files, can you try only concatenating two of them and see if that's successful. (And then move onto 3 files, and 4 files, and so on...) Thanks. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Sox-users mailing list Sox-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-users