9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: john@csplan9.rit.edu
To: 9fans@9fans.net
Subject: Re: [9fans] Are there any blind users of Plan 9?
Date: Mon, 20 Oct 2008 10:12:52 -0400	[thread overview]
Message-ID: <45d6dac2880855b180feeb40092473fb@csplan9.rit.edu> (raw)
In-Reply-To: <ACC6EAE8-AF66-469D-A6A9-DE9EABCB8B60@mac.com>

> I'm blind in only one eye and have low vision in the other, so I run
> Plan 9 in a virtual machine with an enlarged screen using Mac OS X's
> Universal Access.
>
> The concept of a Text-to-Speech program for Plan 9 has been floating
> in my head for some time. How can it be made to use some of Plan 9's
> features (/dev/*ctl, /srv, text-based commands, etc.)? I was thinking
> either something like
> 	echo say (voice) (ipa-pronounciation) > /dev/speech
> 	echo sayword (voice) (word) > /dev/speech
> then use such a device to build a screen reader.
>

Better to have something like:
	echo 'voice AmericanMale' > /dev/speechctl
	echo 'values of β may give rise to dom!' > /dev/speech
This way you do all setup in the ctl file and only send the things you
want said to /dev/speech

For a simplest first implementation, it may be best to try interfacing
with a Festival TTS server on a UNIX box rather than developing a
text-to-speech application for Plan 9--Nemo, isn't that what you have
at lsub?

John




  reply	other threads:[~2008-10-20 14:12 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-20  9:27 Chris Brannon
2008-10-20  9:55 ` Rudolf Sykora
2008-10-20  9:56 ` Gorka Guardiola
2008-10-20 10:15   ` Jeff R. Allen
2008-10-20 10:29     ` Rudolf Sykora
2008-10-20 10:34     ` Pietro Gagliardi
2008-10-20 14:12       ` john [this message]
2008-10-20 21:00       ` Federico G. Benavento
2008-10-20 21:15         ` Pietro Gagliardi
2008-10-21  5:00           ` Lyndon Nerenberg
2008-10-21  5:20             ` Uriel
2008-10-21 10:37               ` [9fans] How to go about doing screen reading Pietro Gagliardi
2008-10-21 15:52                 ` Chris Brannon
2008-10-21 17:21                   ` [9fans] bitsy anyone? Benjamin Huntsman
2008-10-21 17:29                     ` Francisco J Ballesteros
2008-10-21 18:17                     ` David du Colombier
2008-10-21 21:09                       ` Eoghan Sherry
2008-10-21 21:10                         ` Benjamin Huntsman
2008-10-21 21:49                           ` Eoghan Sherry
2008-10-23  9:29         ` [9fans] Are there any blind users of Plan 9? matt
2008-10-20 15:10 ` Dave Eckhardt
2008-10-20 16:06   ` Chris Brannon
2008-10-20 19:15     ` Noah Evans

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=45d6dac2880855b180feeb40092473fb@csplan9.rit.edu \
    --to=john@csplan9.rit.edu \
    --cc=9fans@9fans.net \
    /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 NNTP newsgroup(s).