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-Status: No, score=-1.0 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_LOW,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 6713D1F531 for ; Mon, 10 Aug 2020 19:04:03 +0000 (UTC) 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.90_1) (envelope-from ) id 1k5D5R-0003mF-7C; Mon, 10 Aug 2020 19:03:57 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k5D5N-0003lv-P6 for sox-users@lists.sourceforge.net; Mon, 10 Aug 2020 19:03:53 +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:Sender:Reply-To:Cc:Content-Transfer-Encoding: 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=Hnc1e/65c39vkwco2CTIpwE6h/vNhqa5KAuGd7tOmkQ=; b=QPYdXA9m0eBe+PISz3w4vsV3By W5XQsQHQremPYu6GJdO4CoP3hd3tArW4XsGBnvndqQs7vN6Q4Y9PMD0dWL+zv334GdNkn4oPuqPDF TmMxaIYQloGG7G3tcNJKAgohNwIRlwv7PzKM+pz/SYCU7x2ppvEZKb2qeykVIa8Nyc8Q=; 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:Sender:Reply-To:Cc:Content-Transfer-Encoding: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=Hnc1e/65c39vkwco2CTIpwE6h/vNhqa5KAuGd7tOmkQ=; b=ccVhYhwDNySOy+T2eqBr1TpJg1 FsLTvs8nMdUO21uaGhRLpSHwjeXwv0VMcNP+7g2pmXrkryDZNfJUm5ABrP0CgrwBGNbF9RlbzA2z1 w4NhhZGlav7NB56uU1O514y617OwapCaGW6aamdlDXYetoix8P0E6ch8neTa4N8zzYDo=; 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.2) id 1k5D5J-00FpCT-WB for sox-users@lists.sourceforge.net; Mon, 10 Aug 2020 19:03:52 +0000 Received: from localhost (stare.cz [local]) by stare.cz (OpenSMTPD) with ESMTPA id 1e6347d1 for ; Mon, 10 Aug 2020 21:03:39 +0200 (CEST) Date: Mon, 10 Aug 2020 21:03:38 +0200 From: Jan Stary To: sox-users@lists.sourceforge.net Message-ID: <20200810190338.GA49151@www.stare.cz> References: <301f169b-bcd4-0c13-fcf9-9780bd30d8b7@gmx.at> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <301f169b-bcd4-0c13-fcf9-9780bd30d8b7@gmx.at> X-Headers-End: 1k5D5J-00FpCT-WB Subject: Re: playing more than 2 sounds with synth option 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 On Aug 10 17:57:17, arche1@gmx.at wrote: > Hi! > > I am playing 2 frequencies like this: > > play -qn synth $a_number_variable sine $sound_1 sine $sound_2 fade h > $some $random $numbers > > and I am trying to play even more sounds like: > > play -qn synth $a_number_variable sine $sound_1 sine $sound_2 sine > $sound_3 sine $sound_4 > or like: > > play -qn synth $a_number_variable sine $sound_1 sine $sound_2 synth > sine $sound_3 sine $sound_4 Why the extra invocation of 'synth'? 'play -n synth 5 sine 100 sine 200 sine 300 sine 400' works just fine. > but that doesn't work. Meaning what? What actual command are you using, and what exactly is SoX doing? (That is to say, show us the output of play -V synth ...) > How would I do it to play 4 frequencies parallel > with the same command? Is there no support for that and if so, why limit > it to 2? Is your hardware capable of playing more than 2 channels? If not, you will need the remix effect to mix it down to two channels. Jan _______________________________________________ Sox-users mailing list Sox-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-users