From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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, UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 7C11E1F953 for ; Sun, 31 Oct 2021 14:28:34 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-4.v29.lw.sourceforge.com) by sfs-ml-4.v29.lw.sourceforge.com with esmtp (Exim 4.94.2) (envelope-from ) id 1mhBoe-00009K-I8; Sun, 31 Oct 2021 14:28:08 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mhBoc-00009E-U4 for sox-users@lists.sourceforge.net; Sun, 31 Oct 2021 14:28:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=t7LnhnYp/jyV9d+Z64bmMECGtprXkt4j7iVxvLkMNR4=; b=lnyiyZi+YAB/TvYGCjZCS8PHYz 0dz2MvjTIBynkEXLNg8EOofqgzOVSLN7iWDV6o8oJJspm4TBupzwMGVlrRDW+bEwwHIZvuyHwD1gH KGVjbMsbMPzqOIKl6Xj8HyVIn95TWHy/fpd8qAz2rBQSpSZmTM8JZ8ZoIQi9ZAbEt8dk=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version: References:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=t7LnhnYp/jyV9d+Z64bmMECGtprXkt4j7iVxvLkMNR4=; b=aoHduyOGIG0rexEXXbEU/2tzAX lzTIa7BTqviWvXl8vI6Ki0PTNC74lfX/RddBUZE9KvzY9nV93OKioGjaBIrXCBiTzm1UaWjxh2zpi 9l2skkO508WQyUAYw6/c01U9xCKvrYKtXtx/IGQCbgpbmpLcGKMxQHZWm+3S78v11mOI=; Received: from uvt.stare.cz ([185.63.96.79] helo=mx.stare.cz) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) id 1mhBoV-008tHd-NE for sox-users@lists.sourceforge.net; Sun, 31 Oct 2021 14:28:06 +0000 Received: from localhost (stare.cz [local]) by stare.cz (OpenSMTPD) with ESMTPA id fe15986f for ; Sun, 31 Oct 2021 13:41:07 +0100 (CET) Date: Sun, 31 Oct 2021 13:41:07 +0100 From: Jan Stary To: sox-users@lists.sourceforge.net Message-ID: References: <65cd0028-fb1e-2a55-ff11-80d3573f4557@spellingbeewinnars.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <65cd0028-fb1e-2a55-ff11-80d3573f4557@spellingbeewinnars.org> X-Headers-End: 1mhBoV-008tHd-NE Subject: Re: Trying to split on silence but losing content 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: sox-users-bounces@lists.sourceforge.net On Oct 30 15:21:52, patrick@spellingbeewinnars.org wrote: > I would like to take 10 minutes of audio and split it on silence into > numerous audio files. I am then hoping to use a "for loop" to repeat > these split sections. > > If the audio was 001.wav 002.wav 003.wav, I want to concatenate ten > 001.wav files together then ten 002.wav files etc. > = > I ran this command: > = > sox audio.wav out.wav silence=A0=A0 1 0.5 5%=A0=A0=A0 1 0.5 5% : newfile = : restart > = > It splits fine Meaning, you have out001.wav, out002.wav, etc? Did you actually play them? What does soxi out*wav say? > but if I concatenate the results back together to check > for lost sound, I get about 15 seconds of audio from a 10 minute audio fi= le. What exactly is your "concatenating" command? (Please show sox -V) > Does anyone know why I am losing content? Is there a better set of > command arguments to do this? Hard to say if we don't know what you did and what sox said. Jan _______________________________________________ Sox-users mailing list Sox-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-users