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: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (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 F1C1B1F4BD for ; Tue, 8 Oct 2019 12:03:37 +0000 (UTC) Received: from localhost ([::1]:54616 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHoDI-0001rh-Gq for e@80x24.org; Tue, 08 Oct 2019 08:03:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55068) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHoDF-0001rY-KK for dtas-all@nongnu.org; Tue, 08 Oct 2019 08:03:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iHoDA-0004ZU-PG for dtas-all@nongnu.org; Tue, 08 Oct 2019 08:03:33 -0400 Received: from sabic.uberspace.de ([185.26.156.23]:44776) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iHoDA-0004Yf-Ef for dtas-all@nongnu.org; Tue, 08 Oct 2019 08:03:28 -0400 Received: (qmail 27839 invoked from network); 8 Oct 2019 12:03:25 -0000 Received: from localhost (HELO loco10) (127.0.0.1) by sabic.uberspace.de with SMTP; 8 Oct 2019 12:03:25 -0000 From: Rene Maurer To: Eric Wong Subject: Re: sound card interruptions In-Reply-To: <20191008083202.GA3132@dcvr> References: <874l0kb9qm.fsf@loco10.cumparsita.ch> <20191008083202.GA3132@dcvr> User-Agent: notmuch Date: Tue, 08 Oct 2019 14:03:24 +0200 Message-ID: <87zhibphpv.fsf@loco10.cumparsita.ch> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 185.26.156.23 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: duct tape audio suite List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dtas-all@nongnu.org X-Mailman-Copy: yes Errors-To: dtas-all-bounces+e=80x24.org@nongnu.org Sender: "dtas-all" Eric Wong wrote: > Rene Maurer wrote: > Is that from a loose USB cable? Sometimes they wear out if > you're constantly unplugging/replugging it. USB cable is ok. I assume it is the computer hardware (or DAC). It happened three times in the last two years. So very rarely... > I think it actually tries everything in the queue and fails > every single one before stopping. Yes that is exactly what I can see. >> This behavior is logical. Is it still possibe to avoid this, so that >> dtas continues playing at the same position as before the interruption >> (and without clearing the queue)? > > Not sure. I'm not sure if play(1) exits with enough info to > know it's a recoverable error or not. I'll have look into it > when I get the chance (maybe in a few weeks, been busy on > other stuff). Thanks.