Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lipkowski.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_MED,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 X-Spam-DCC: INFN-TO: mailn 1233; Body=2 Fuz1=2 Fuz2=2 Received: from post.thorcom.com (post.thorcom.com [195.171.43.25]) by lipkowski.org (8.14.4/8.14.4/Debian-8+deb8u2) with ESMTP id v66Ipl1w014357 for ; Thu, 6 Jul 2017 20:51:48 +0200 Received: from majordom by post.thorcom.com with local (Exim 4.14) id 1dTBmk-0000tG-JK for rs_out_1@blacksheep.org; Thu, 06 Jul 2017 19:45:54 +0100 Received: from [195.171.43.32] (helo=relay1.thorcom.net) by post.thorcom.com with esmtp (Exim 4.14) id 1dTBmj-0000t7-Ga for rsgb_lf_group@blacksheep.org; Thu, 06 Jul 2017 19:45:53 +0100 Received: from mout02.posteo.de ([185.67.36.66]) by relay1.thorcom.net with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1dTBmg-0006cy-Oj for rsgb_lf_group@blacksheep.org; Thu, 06 Jul 2017 19:45:52 +0100 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 999DA20C7F for ; Thu, 6 Jul 2017 20:45:46 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3x3RWt2Lt8z1091 for ; Thu, 6 Jul 2017 20:45:45 +0200 (CEST) Message-ID: <595E8559.5040707@posteo.de> Date: Thu, 06 Jul 2017 20:45:45 +0200 From: DK7FC User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: rsgb_lf_group@blacksheep.org References: <15ca21dc75e-1e15-bcda@webprd-m105.mail.aol.com> <0f9558b4-457d-a395-58c9-7f9be3393cdd@sky.com> <4767d79f-2bf6-d838-bfd4-3e78102d6f5d@abelian.org> <510c15eb-b57a-0ebb-9037-1f83e0652cf2@sky.com> <933fcc32-d4c9-10cd-14b4-c179d66e27f9@abelian.org> <7ab80e0f-40d7-6b07-19c1-f4b256d47c52@sky.com> <594DB217.8060707@posteo.de> <2eb826d6-d299-7b37-cf64-f5bef6718f24@abelian.org> <595E4420.7060405@posteo.de> In-Reply-To: X-Scan-Signature: 9d01e9df836df8dd3868645661e1c1f7 Subject: Re: LF: Octo-soundcard for the Raspi, another question Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Scanned: Yes Sender: owner-rsgb_lf_group@blacksheep.org Precedence: bulk Reply-To: rsgb_lf_group@blacksheep.org X-Listname: rsgb_lf_group X-SA-Exim-Rcpt-To: rs_out_1@blacksheep.org X-SA-Exim-Scanned: No; SAEximRunCond expanded to false X-Scanned-By: MIMEDefang 2.75 Status: RO X-Status: X-Keywords: X-UID: 12187 Hi Paul, Thanks for the quick reply. Thanks for the hint regarding @raw:1,2,3. That will further help to reduce the CPU load. So you seem to confirm that the CPU usage is normal for what i have done. I don't think that one of the channels are clipping but i will investigate. in SpecLab it show at -50 dB full scale, and the signal on CH1 is exactly the same as on CH2. The gain (alsamixer) is equal on all channels. More later. BTW there are local thunderstorm in quite a short distance. You asked for some a few months ago :-) I'm listening to them on VLF, using vlfrx tools for the first time to listen to my stream from the tree using wget | vtvorbis @vlf and then vtfilter @vlf | vtraw | aplay... 73, Stefan Am 06.07.2017 20:13, schrieb Paul Nicholson: > > Stefan wrote: > > > the CPU load of vttime and vtresample increases continuously to > > very high values, > > Yes, vttime will be using most of a core, @raw is 8 channels and > it's having to do a high quality resampling on them all. If you > only want 3 channels, use @raw:1,2,3 for input to vttime. > > vtresample we can't do much about, it already defaults to the lowest > quality setting. > > > strangely the process number of vtwrite is lower than vtresample, > > although vtresample has been started earlier. > > This is often the case when commands are run with -B option to > put them into background. Each command forks twice to detach > itself from the controlling terminal. When a pipeline is starting > up, it's a race to claim process IDs as they're all forking. > > > channel 1 seems to show some minor glitches, see attachment. > > Looks bad. Run the signal through vtstat -i to see > if channel one is clipping at all. > > vtread ... | vtstat -i > > Maybe both channels are close to hitting 1.0 amplitude in > the stream and ch1 is slightly higher gain. You need to > look out for clipping if using integer sample formats. > > > had to call the vlfrx tools from /usr/local/bin into that > > script > > As Jacek says. cron runs its commands with quite a minimal > enviroment, not quite the same as a login shell. For example it > doesn't run .bashrc as would a login shell so any extensions > to PATH or aliases wont be available unless you put them > in the crontab or in the scripts run by cron. > > -- > Paul Nicholson > -- >