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=-4.4 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 09FD01F66E for ; Sun, 6 Sep 2020 11:51:09 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-1.v29.lw.sourceforge.com) by sfs-ml-1.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1kEtCG-0000Zd-1A; Sun, 06 Sep 2020 11:51:00 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kEtCE-0000ZJ-Ov for sox-devel@lists.sourceforge.net; Sun, 06 Sep 2020 11:50:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Cc:From:Subject:To:Message-Id:Date: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:References:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=EeBeilnZi99/u9U+ttjUnvtmDp6PqLqily8859nb2Wg=; b=iAFinbAOGPTpo7rPfiYPsu0EUr pmaFIpDucm8ccfRnopPofbp2SCjucs8FukiFKyqdvUQALDXqbbBMxvMXMauZRr6j8iSh5RXlesWSY uAhfo5U8gfadYFrQto61v2XPcixU7SXcbvGadyf20sn0JdTYDgTdSrws3nn/utrJ/SNo=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Cc:From:Subject:To:Message-Id:Date:Sender:Reply-To: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=EeBeilnZi99/u9U+ttjUnvtmDp6PqLqily8859nb2Wg=; b=N0Xt+uA7F9U7MATt3NguZGMZNZ W+g3vRozY0DOAFNREKF1e2SriqXZGi9FbzKnJNLgVeHmIbO0nDb6XCOpU7u/UOILvy0O2dAzWHw4x kw/fBOYcEtvLqi8AlRhva1IAHo1sJPRzOp8zSrZbhOYPFcTi7lFZd7P8vpbGxfop8c7g=; Received: from gw1.zacglen.com ([202.153.210.28] helo=mail.zacglen.com) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) id 1kEtC6-00EN3a-Vb for sox-devel@lists.sourceforge.net; Sun, 06 Sep 2020 11:50:58 +0000 Received: (from local) by mail.zacglen.com (8.14.3/8.14.3) id 086BocJ0028707; Sun, 6 Sep 2020 21:50:38 +1000 Date: Sun, 6 Sep 2020 21:50:38 +1000 Message-Id: <202009061150.086BocJ0028707.mail.zacglen.com@localhost> To: mans@mansr.com From: fbk-qriry@zacglen.net In-Reply-To: X-Headers-End: 1kEtC6-00EN3a-Vb Subject: Re: silence additional patch 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 Cc: sox-devel@lists.sourceforge.net MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: sox-devel-bounces@lists.sourceforge.net >fbk-qriry@zacglen.net writes: > >> Further to my previous "silence" patch I have discovered >> that there is another error involving the rms calculations. >> >> Initially, and after a reset, the rms sample window is empty >> yet the rms calculation always uses the window size as >> the calculation denominator. This will make the rms >> value appear artificially low to start with. Instead, an >> actual count of samples should be used. >> >> Incidentally, I think that the hard-coded 1/50 for selection >> of a window size should also be parametized. Sometimes a size using >> 1/20 (100 milliseconds when stereo) can be more appropriate than the >> very small 40 millisecond hard-coded sample window size. >> >> The following is the updated patch: > >I'm certainly not going to take a patch with several unrelated changes >as is, nor am I going to do the work unravelling what's what. > >-- >Mns Rullgrd > Perhaps that is why there are still so many blatant bugs in sox after all of these years? I have only started looking and I am sure I can find many many more. It is entirely up to you. I feed information into your brain and if your brain is incapable or unwilling to digest any of it then that is entirely your problem. Please bear in mind that sox currently contains hundred of related and unrelated lines of code. And that doesn't stop sox from working does it? Unrelatedness has never been an obstacle in the past has it? Anyhow would you care to introduce yourself and explain how it is that you have apparently become the sole arbiter of what is good or bad for sox. Incidentally, I can very easily patch sox entirely for my own benefit and there is no compulsion for me to publish such private changes on any public forum. I only do that out of the goodness of my heart. The patches merely serve as a convenient way of explaining the bugs in more detail. Once a person such as your kind self has availed him- or her-self of the wisdom of my discoveries then your good person is freely available to work very hard at finding some good reason to cast aspersions upon my discoveries. But I would submit that the easier path would be to take my discoveries on board and make good use of what has cost me in time and effort, at no cost to yourself. :JW _______________________________________________ SoX-devel mailing list SoX-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-devel