public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
From: William Hubbs <w.d.hubbs@gmail.com>
To: speakup@braille.uwo.ca
Subject: Re: problem with audapter
Date: Wed, 29 Apr 2009 09:05:47 -0500	[thread overview]
Message-ID: <20090429140546.GA24881@linux1> (raw)
In-Reply-To: <F0993F95D41F4898BDDB1282CD8819F4@randy3>

Hi,

On Wed, Apr 29, 2009 at 07:16:18AM -0400, Kitty Litter wrote:
> When reading a large block of text the audapter reads for a while, then 
> pauses for almost half a minute and then continues where it left off, then 
> pauses and continues.
> This happens with latest git. Debian/squeeze 2.6.29.1 kernel.

It sounds like the full_time setting might be too high for this
synthesizer.  type the following command to get the value:

echo /sys/module/speakup/parameters/full_time

The value is in milliseconds, so, for example, 40000 is 40 seconds.
Once you know this value, decrease it until the pauses go away.  You can
change it by doing something like this as root:

echo 30000 > /sys/module/speakup/parameters/full_time

If this value goes too low, you will find that speakup times out and
deactivates.  If that happens, you should be able to use print screen to
turn it back on, then increase the value in full_time.

Let me know the value that works for you and I'll set it as the default.

Thanks,

William


      reply	other threads:[~ UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
 Kitty Litter
 ` William Hubbs [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090429140546.GA24881@linux1 \
    --to=w.d.hubbs@gmail.com \
    --cc=speakup@braille.uwo.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).