* Saving characters pronounciation
@ Cleverson
` Gregory Nowak
0 siblings, 1 reply; 2+ messages in thread
From: Cleverson @ UTC (permalink / raw)
To: Speakup
Hi all
Is there a way for Speakup to preserve specific characters pronounciations
for the next boots so that I don't need to echo them all again?
Because my language is Brazilian Portuguese, there are a couple of letters,
numbers and signs I have to change.
Another solution would be to let the synthesiser, in my case eSpeak,
retrieve the characters pronounciation from itself, rather than sending them
from /proc/speakup/characters to the synthesiser. Is it possible?
Thanks,
Cleverson
"Be realistic; ask for the impossible."
_______________________________________________________
Yahoo! Mail - Sempre a melhor opção para você!
Experimente já e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Saving characters pronounciation
Saving characters pronounciation Cleverson
@ ` Gregory Nowak
0 siblings, 0 replies; 2+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Yes. You need to copy characters and maybe chartab to somewhere
outside of /proc, and then cat them back when you boot. So, for
example, to save the settings, you'd do something like:
mkdir $HOME/speakup
cp /proc/speakup/characters $HOME/speakup/characters
cp /proc/speakup/chartab $HOME/speakup/chartab
and then to restore your settings at boot, put something like the
following into a script that runs at boot:
cat $HOME/speakup/characters >/proc/speakup/characters
cat $HOME/speakup/chartab >/proc/speakup/chartab
Note that if you didn't modify /proc/speakup/chartab, you don't need
to save it, same goes for /proc/speakup/characters.
A much easier way of doing this would be to use the speakupconf script
that comes with speakup, the usage of which is described in the speakup
user's guide I believe.
Greg
On Thu, Mar 08, 2007 at 09:54:46PM -0300, Cleverson wrote:
> Hi all
>
> Is there a way for Speakup to preserve specific characters pronounciations
> for the next boots so that I don't need to echo them all again?
>
> Because my language is Brazilian Portuguese, there are a couple of letters,
> numbers and signs I have to change.
>
> Another solution would be to let the synthesiser, in my case eSpeak,
> retrieve the characters pronounciation from itself, rather than sending them
> from /proc/speakup/characters to the synthesiser. Is it possible?
>
> Thanks,
> Cleverson
>
> "Be realistic; ask for the impossible."
>
>
>
> _______________________________________________________
> Yahoo! Mail - Sempre a melhor op??o para voc?!
> Experimente j? e veja as novidades.
> http://br.yahoo.com/mailbeta/tudonovo/
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF8L177s9z/XlyUyARApOhAJ99Fs4FD+N2pJgvZ76jXDllkpP1zACgrwNE
G/QJltKPJ+HvlHEW0nLYOAA=
=EKTs
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Saving characters pronounciation Cleverson
` Gregory Nowak
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).