From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 836551F0128; Sun, 30 Apr 2017 13:57:54 -0400 (EDT) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) by befuddled.reisers.ca (Postfix) with ESMTPS id 1F7ED1F0125 for ; Sun, 30 Apr 2017 13:57:52 -0400 (EDT) Received: by mail-wm0-x235.google.com with SMTP id m123so84228162wma.0 for ; Sun, 30 Apr 2017 10:57:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=hcoPi4BRTc1mnjlm4motR2tNsVgjnPAEOBO9dCVgT84=; b=J2PqA10TXDqwCeav0i9o7NNOpNC3ci1T7WX7ziE4lM76MckfpK0RTRpNVvyeFHtZXA mx1A/MDOUz1+pIoDGw/Y0kZxYPorVBfK2pqAqKbtwCIvALVhTySuWfRbw1W5thamYkO+ 1djeHa6TxyXHivd8UHR1QWZ02kLanJtIbWvIwDkrXznyieJLvxGyAzP/RSyU4ANYT8AQ ZPpXnBbp1rrhtWW5qCI+CmZHA/PJwoHGv/q7OSQDHH7DVIFtmCA8IRUztslmrCPpzVWq pDIOQ/rYHBB8tZBBCTd29uDeqdqze7qc6g4wD4tcHfPKWYB5ieyvl+XlI5aDbwjx2w+X E5mA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=hcoPi4BRTc1mnjlm4motR2tNsVgjnPAEOBO9dCVgT84=; b=qvhX66IdgXFVBhNjhS+ZjWjN9Fi+xzyfRsabqBHZWvQK2AWxStfJC4m89mv5+3AEhH a5YjlwqHrQWtQ6HFNkiM47S8wrXv0nik3I8VbitMJk+HyI/gwD+TtA3DTonGu5U6+q4u rom9rMUCM4q5mpXJu6txvvyaAm0U+OpEVlYY3fdFJuvRSVksAW/s/x8AaEOtPADQTIPT 6+01VeTacrhTl9CgzZglixYwieLU4+I4+bNrHN1kNwMcSJesImhbKdjRYmE9XbC7VpT9 0ke4KRwSuHQWygfbnzl1N0HHlxQzy/jCK3Zr5vgsFr5iM5XNnz0CnbQUbiOT5tG8Kb0O jg/A== X-Gm-Message-State: AN3rC/6IzsiuhG97RAKf/KyFEr7LnoCKiwUJOFoYihZ5LJsNhguBRXrQ PvM+V7DUmMW9cQ== X-Received: by 10.28.222.70 with SMTP id v67mr2337wmg.65.1493575063003; Sun, 30 Apr 2017 10:57:43 -0700 (PDT) Received: from sanghar ([2a00:23c4:7320:5e00:224:d6ff:fe76:7136]) by smtp.gmail.com with ESMTPSA id q140sm11983318wmb.14.2017.04.30.10.57.41 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 30 Apr 2017 10:57:41 -0700 (PDT) Date: Sun, 30 Apr 2017 18:57:39 +0100 From: Okash Khawaja To: covici@ccs.covici.com, "Speakup is a screen review system for Linux." Subject: Re: DecTalk External (decext) testers wanted! Message-ID: <20170430175739.GA1335@sanghar> References: <20170411065239.GA446@sanghar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Apr 2017 17:57:54 -0000 Hi all and John, I haven't spent much time on user side of speakup, so bear with me as I try to investigate this. On Sun, Apr 30, 2017 at 04:18:12AM -0400, John Covici wrote: > There are some major problems, however. If there is a lot of output, > it takes a very long time -- 30 seconds or more to shut up when I hit > the enter key on the numpad. As I understand it, hitting numpad enter causes spk_shut_up to be set so that further writes to synth_buffer don't happen and spk_do_flush is called to ensure that synth_buffer is cleared. Is that correct? Okash