[orca-list] Voiceman and Orca



Deedra Waters napsal(a):
n' I hate to ask this again because someone told me this once but i lost the message...

What is the keystroke commands that vinux issues to the machine to force orca and speech dispatcher to restart?

I know it kills speech dispatcher and restarts orca, what i need are the commands used. now that i'm more familiar with gnome/orca i need to duplicate the same set of keystrokes. I seem to have to force orca to restart quite often so i'm thinking i'll just bind it all to a keystroke the way vinux has it.
_______________________________________________
orca-list mailing list
orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Netiquette Guidelines are at http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines
Log bugs and feature requests at http://bugzilla.gnome.org
Find out how to help at http://live.gnome.org/Orca/HowCanIHelp

Dear users and developers,
May be, that somebody of us know about this speech server, but if no, i would like to introduce The new speech server Voiceman. The server is also written in C language like Speech-dispatcher, Speech-dispatcher developers would analyse The voiceman source code to find out, if many code have been copied from speech-dispatcher source code or no. Voiceman can use Alsa, Pulse audio and even there is some attempt to integrate direct Orca support. The main issue for me is, how to find The location of Orca customization script.
It is really not easy task.
Voiceman can be downloaded from The sourceforge.net and there are also instructions to compile this speech server. Voiceman is used in ALT Linux Homeros as A speech server. I have tried The live CD in The console mode and it seems to me, that this speech server would be stable.

Here are simple steps in The strange form, but developers off Bash scripts will understand it very well.

# wget ftp://ftp.altlinux.org/pub/people/msp/voiceman/1.5.0/voiceman-1.5.0.tar.gz ????? ????? ?????????? ? ??????? ??????, ??????????? ??? ?????????? VoiceMan:
# sudo aptitude -y install libao-dev g++
????????? ??????? ????????? ???????? ????? 6,5 ??.
[???????]??????
????? ??????????? ???????? ??????? ?????????? ??????????? ??????????? ????? ? ??????? ? ?????????? ??????????:
# tar xf voiceman-1.5.0.tar.gz
# cd voiceman-1.5.0
?????????? ???????? ??????? ????? ???? ????????? ?????????? ?????????:
# ./configure
# make
# sudo make install
? ?????? ???????? ??????????, ???????? ????????????????? ???????:
# voicemand --say "test"
???? ????? ??? ????????, ??? ?????? ??? ???????????.
[???????]??????????? ?????????????? ???????? voiceman ? ??????????? ??? ? Orca ??? ?????????????? ? Orca?????? ???? ??????? "?????????" ?????????? ???????? emacspeak:
# sudo mkdir /opt/servers
? ????? /opt/servers/.servers?????? ???? ???????? ?????? "voiceman" ? ?????? ??????? ? ????? ?????:
# echo voiceman > /opt/servers/.servers
?????????????? ? Orca?????? ????????? ?????? /opt/servers/voiceman?????????? ??????????:
#!/bin/sh

if [ -z "$EMACSPEAK_DIR" ]; then
    export VOICEMAN_EMACSPEAK_PITCH_SHIFT=20
    export VOICEMAN_EMACSPEAK_RATE_FRACTION=10
fi

exec /usr/local/bin/voiceman-emacspeak "$@"
??? ????? ??????? ?????? ???? ????????? ???????? ???????:

sudo chmod 755 /opt/servers/voiceman
??? ??????????????? ??????? VoiceMan??? ?????? ??????? ?????????? ? ???? /etc/rc.local???????? ????????? ??????:
/usr/local/bin/voicemand -d
??? ?????? ???? ???????? ?? ?????? "exit 0", ????? ??????????? ?? ?????.
??? ???????? ?????????? ?????????????? ? ??????? ???????? ????????? ????? Orca?????????? ??????? ???? orca-customizations.py?????????? ??????????:
import orca.espeechfactory

orca.espeechfactory.SpeechServer.location = '/opt/servers/'
orca.espeechfactory._codeTable['voiceman'] = 'dectalk'
orca.settings.speechServerFactory = 'orca.espeechfactory'
orca.settings.speechServerInfo = ['voiceman','voiceman']
???? ???????????? ??????? Ubuntu?????? 10.4??? ????, ?? ???? orca-customizations.py?????? ????????????? ? ?????????? ~/.orca, ??? "~" ?????????? ???????? ?????????? ????????????. ??? ??????????? ?????? Ubuntu???? ???? ?????? ????????????? ? ?????????? ~/.local/share/orca. ??? ??????? ? ???????????????? ????? /usr/local/etc/voiceman.conf, ??????????? ????? ??????? ????? ? /usr/local/bin, ????? ???????? ? ????? ????????? ????. ??? ?????? ????? ????????? ? ??????? voiceman-trim, ??????? ?????? ??????????? ??? /usr/local/bin/voiceman-trim. ????? ??????????? ???????? ? ???????????? ??????? Orca?????? ???????? ??? ?????? ???????? ??????? VoiceMan. ?? ?????? ????????? ? ????? /usr/local/etc/voiceman.conf?????? ??? ??????????? ??? ?????? ? ?????? ????????? ?????? ????.

May be, that somebody of us will have The success and will make Orca compatible with this speech server.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]