From: Greg KH <greg@kroah.com>
To: Samuel Thibault <samuel.thibault@ens-lyon.org>,
linux-kernel@vger.kernel.org
Subject: Re: [RFC] accessibility, speakup, speech synthesis & /sys
Date: Mon, 29 Jun 2009 21:18:33 -0700 [thread overview]
Message-ID: <20090630041833.GA13034@kroah.com> (raw)
In-Reply-To: <20090625220452.GF5540@const.famille.thibault.fr>
On Fri, Jun 26, 2009 at 12:04:52AM +0200, Samuel Thibault wrote:
> Hello,
>
> Just as a reminder, Speakup is an in-kernel screen reader that uses
> hardware speech synthesis to say what gets printed on the Linux console.
>
> In the process of cleaning it, we are moving its configuration stuff
> into proper places. I believe there are two things:
>
> - per- harware speech synthesizer parameters (e.g. speed, pitch, etc.)
> - screen reading parameters (e.g. characters pronunciation, key_echo,
> current synthesizer being used etc.)
>
> Speech synthesizers should probably have their own device class, how
> should it be called? "synth"? "speech"?
Which do you think it should?
> Synthesizers are usually plugged on serial ports, but there is no bus
> abstraction for that, so I believe we can put them in the virtual bus.
That would be fine.
> Then there are the screen reading parameters. I'd tend to think that
> like there are /sys/{block,firmware,fs,power}, there could be a
> /sys/accessibility, or even shorter, /sys/a11y? Speakup parameters
> could then be in /sys/a11y/speakup?
Wouldn't these be on a "per-screen" basis? So they would live under the
screen reader device itself, not way up high in the device tree.
Actually, you are proposing them outside of the device tree, which I do
not think you want at all.
What specific files are you thinking you would need?
thanks,
greg k-h
next prev parent reply other threads:[~2009-06-30 4:18 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-25 22:04 [RFC] accessibility, speakup, speech synthesis & /sys Samuel Thibault
2009-06-30 4:18 ` Greg KH [this message]
2009-06-30 13:08 ` Samuel Thibault
2009-06-30 15:34 ` Greg KH
2009-06-30 20:01 ` Samuel Thibault
2009-06-30 6:34 ` Pavel Machek
2009-07-01 22:19 ` Samuel Thibault
2009-07-08 9:35 ` Pavel Machek
2009-07-08 9:42 ` Samuel Thibault
2009-07-12 10:31 ` Pavel Machek
2009-07-12 14:57 ` Samuel Thibault
2009-07-14 9:52 ` Pavel Machek
2009-07-14 12:44 ` Samuel Thibault
2009-07-19 21:27 ` Pavel Machek
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=20090630041833.GA13034@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=samuel.thibault@ens-lyon.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.