![]() |
2010-11-17
, 04:06
|
Posts: 75 |
Thanked: 4 times |
Joined on Jan 2010
|
#112
|
![]() |
2010-11-17
, 05:20
|
Posts: 136 |
Thanked: 47 times |
Joined on Apr 2010
@ SF East Bay, Cali
|
#113
|
![]() |
2010-11-17
, 05:41
|
Posts: 233 |
Thanked: 14 times |
Joined on Oct 2010
|
#114
|
![]() |
2010-11-17
, 16:35
|
Posts: 136 |
Thanked: 47 times |
Joined on Apr 2010
@ SF East Bay, Cali
|
#115
|
![]() |
2010-11-17
, 20:03
|
Posts: 3 |
Thanked: 0 times |
Joined on Nov 2010
@ UK
|
#116
|
Like many mappero users, I felt espeak integration with Mappero is a must have. So here's a package to enable the same. It's based on Speech server (http://wiki.laptop.org/go/Speech_Server).
Pre-requisite: Install mappero 3.1 and espeak-cli from maemo repository.
1. Copy sugar-speechd to /usr/bin/
2. Copy org.laptop.Speech.service to /usr/share/dbus-1/services/
3. Install maemo-mapper_3.1-os2008_armel.deb (http://applenorange.in/maemo-mapper_...2008_armel.deb) as root.
Note: Since the maemo-mapper package was exceeding the forum attachment limit, I uploaded it to a server I manage.
Regards,
Anand
http://applenorange.in/
![]() |
2010-11-18
, 04:30
|
Posts: 36 |
Thanked: 77 times |
Joined on Oct 2010
|
#117
|
Mine has a foroegn voice - no option to change to English and I downloaded the English voices
![]() |
2010-11-18
, 08:29
|
Posts: 3 |
Thanked: 0 times |
Joined on Nov 2010
@ UK
|
#118
|
![]() |
2010-11-19
, 04:33
|
Posts: 36 |
Thanked: 77 times |
Joined on Oct 2010
|
#119
|
"
You should try the command line and if that works for you. e.g.
$ espeak "some words to speak"
"
Yes, I tried that, and it works just fine. But Mappero is still silent
The Following User Says Thank You to atamariya For This Useful Post: | ||
![]() |
2010-11-19
, 10:11
|
Posts: 3 |
Thanked: 0 times |
Joined on Nov 2010
@ UK
|
#120
|
Check if /usr/bin/sugar-speechd has execute permission. If not execute following as root:
chmod +x /usr/bin/sugar-speechd
To verify if speechd is configured properly, execute the following at python prompt:
>> import dbus
>> bus = dbus.SessionBus()
>> espeak_object = bus.get_object('org.laptop.Speech', '/org/laptop/Speech')
>> espeak_object.SayText("say hello world")
At this point, you should hear N900 speak "say hello world".
![]() |
Tags |
mappero, navigation |
|
pls help