webOS Nation Forums >  Homebrew >  WebOS Internals > Speech Dispatcher
Speech Dispatcher

  Reply
 
LinkBack Thread Tools Display Modes
Old 08/24/2010, 10:46 PM   #41 (permalink)
Developer
 
rwhitby's Avatar
 
Join Date: Apr 2003
Location: Adelaide, Australia - follow @webosinternals on Twitter visit www.webos-internals.org and www.facebook.com/webosinternals
Posts: 10,220
Likes Received: 546
Thanks: 90
Thanked 8,534 Times in 2,806 Posts
Default

Quote:
Originally Posted by opacityzero View Post
Can app be hidden after a Luna Restart since at the moment there's no front-end? Just a suggestion.
We could do this, but then when people use an installer other than Preware to install Navit, and that other installer doesn't honour dependencies, then it's much harder to ask the user to tell us whether speechd is installed or not.

Just move the icon to the end of your least-used launcher page.

-- Rod
__________________
WebOS Internals and Preware Founder and Developer
You may wish to donate by Paypal to donations @ webos-internals.org if you find our work useful.
All donations go back into development.
www.webos-internals.org twitter.com/webosinternals facebook.com/webosinternals
rwhitby is offline   Reply With Quote
Old 08/28/2010, 02:17 PM   #42 (permalink)
Homebrew Developer
 
Join Date: Oct 2009
Location: near Hamburg, Germany
Posts: 145
Likes Received: 6
Thanks: 8
Thanked 27 Times in 20 Posts
Default

There is some problem when updating to the current speech dispatcher version (v0.7.1-4). I don't know yet why, but there are some files missing after the update. Removing and then reinstalling Speech Dispatcher restores all files, the system should be working then.
noradtux is offline   Reply With Quote
Old 08/29/2010, 02:14 AM   #43 (permalink)
Homebrew Developer

 
PreRunr's Avatar
 
Join Date: Oct 2009
Location: Adelaide, Australia
Posts: 330
Likes Received: 6
Thanks: 26
Thanked 41 Times in 39 Posts
Default

Working now removed dispatcher and Navit as Preware gave no option to remove one without the other. Installed dispatcher first then Navit. launcher report v0.7.1-4 and preware reports the same.
PreRunr is offline   Reply With Quote
Old 08/29/2010, 10:02 AM   #44 (permalink)
Homebrew Developer
 
Join Date: Oct 2009
Location: near Hamburg, Germany
Posts: 145
Likes Received: 6
Thanks: 8
Thanked 27 Times in 20 Posts
Default

Ok, the problem with upgrading _should_ be fixed with v0.7.1-5.
noradtux is offline   Reply With Quote
Old 08/29/2010, 06:42 PM   #45 (permalink)
Homebrew Developer

 
PreRunr's Avatar
 
Join Date: Oct 2009
Location: Adelaide, Australia
Posts: 330
Likes Received: 6
Thanks: 26
Thanked 41 Times in 39 Posts
Default

Upgrade to v0.7.1-5 worked fine, well done!
PreRunr is offline   Reply With Quote
Old 09/09/2010, 02:19 PM   #46 (permalink)
Member
 
Join Date: Jul 2010
Location: Trnava, Slovakia
Posts: 4
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default Support for slovak locale?

Hi guys,

first I want to thank you for your great job, speech support is realy cool.
Unfortunately, I have a small issue with it - it doesn't support Slovak language. I am creating an unofficial slovak localization for WebOS, which works quite well for me. The issue is that Navit doesn't speak (only when I switch the locale back to english). The webos version of Navit already contains support for slovak but I had to hack the locale support infrastructure and speech dispatcher packages to make it work (I use locale package v7.3.0 and speech dispatcher v0.7.1.5).
The hacks were not complicated - for speech-dispatcher, I only needed to add a line saying 'AddVoice "sk" "MALE1" "sk"' to the /var/etc/speech-dispatcher/modules/espeak-generic.conf. For locale infrastructure, the hack was very 'dirty' - I simply copied the whole cs_CZ.utf8 directory into sk_SK.utf8, since czech locale settings are very similar to slovak (yes, this should be done in the proper way). With these hacks Navit displays slovak GUI and also speaks slovak.
I would like to ask you to add "official" support for slovak into those packages, so that others can use it too without need for hacking. If you needed any help, I will try to give you as much support as I can.
So what do you think, would this be possible?
xon.xoff is offline   Reply With Quote
Old 09/16/2010, 12:11 PM   #47 (permalink)
Homebrew Developer
 
Join Date: Oct 2009
Location: near Hamburg, Germany
Posts: 145
Likes Received: 6
Thanks: 8
Thanked 27 Times in 20 Posts
Default

Ok, look out for the testing feed, I added your modifications, please test if it's good like that.
noradtux is offline   Reply With Quote
Old 09/17/2010, 02:09 PM   #48 (permalink)
Member
 
Join Date: Jul 2010
Location: Trnava, Slovakia
Posts: 4
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi, I installed testing versions of both packages (locale 7.3.0-2 and speech-dispatcher 0.7.1-6) and speech output with sk locale in Navit worked without need for further hacking .
many thanks!
xon.xoff is offline   Reply With Quote
Old 03/15/2011, 09:49 AM   #49 (permalink)
Member
 
Join Date: Jul 2010
Posts: 18
Likes Received: 0
Thanks: 0
Thanked 2 Times in 2 Posts
Default

I created a small shell script that uses espeak to say the content of the clipboard.

Code:
export LD_LIBRARY_PATH=/media/cryptofs/apps/usr/palm/applications/org.webosinternals.speechd/lib
/media/cryptofs/apps/usr/palm/applications/org.webosinternals.speechd/bin/espeak --path=/media/cryptofs/apps/usr/palm/applications/org.webosinternals.speechd/share -f /tmp/webkit-clipboard -w out.wav --stdout | paplay -d pdefaultapp
Shouldn't the library and share paths be hard coded at compile time?
doconnor is offline   Reply With Quote
Old 03/20/2011, 03:31 PM   #50 (permalink)
Member
 
Join Date: May 2010
Posts: 105
Likes Received: 2
Thanks: 8
Thanked 0 Times in 0 Posts
Default

Hi, Im back with my request for patch to announce the name of an incomming caller. Did something changed with 2.1 updates?
tr47 is offline   Reply With Quote
Old 11/01/2011, 03:27 PM   #51 (permalink)
Member
 
pchrist's Avatar
 
Join Date: Jul 2009
Location: E. Dubuque, IL
Posts: 392
Likes Received: 0
Thanks: 9
Thanked 6 Times in 5 Posts
Default

is there any progress for text to speech???
pchrist is offline   Reply With Quote
Old 11/01/2011, 04:45 PM   #52 (permalink)
Homebrew Developer

 
HaPe's Avatar
 
Join Date: Jun 2009
Location: Gremany, Frankfurt am Main
Posts: 520
Likes Received: 11
Thanks: 130
Thanked 182 Times in 77 Posts
Default

Not until now. The webOS service is still missing. So it is only used by Navit.

HaPe

-- Sent from my HP TouchPad using Communities
HaPe is offline   Reply With Quote
Old 01/04/2012, 05:10 PM   #53 (permalink)
Member
 
Join Date: Jun 2011
Location: UK
Posts: 53
Likes Received: 14
Thanks: 19
Thanked 12 Times in 6 Posts
Default Icon

Hi guys,

I thought for such a good service and bit of coding, Speech Dispatcher deserves a revamped icon, so I've created a new icon - see below. It's based on the information icon created by palm (which I'm not entirely sure is allowed, but it was done with the best of intentions...)

It's my first attempt, so let me know if you think it's appropriate. I've replaced the icon on my pre3 at the moment - it looks good, but at smaller sizes perhaps needs to be simpler.

Cheers.

Ps. I still need to fix the reflection.
Attached Images
File Type: png SpeechDispatcherIcon.png (43.7 KB, 10 views) Email Attachment
Isandunk is offline   Reply With Quote
Old 02/02/2012, 09:32 AM   #54 (permalink)
Member
 
Join Date: Jan 2011
Posts: 538
Likes Received: 24
Thanks: 176
Thanked 23 Times in 17 Posts
Default

Quote:
Originally Posted by HaPe View Post
Not until now. The webOS service is still missing.
I'm embarrased to discover, three months late this article in Palm Developer Blog, by Josh Marinacci: Weekly App Hack - Text to speech.

Wouldn't it mean that any application could be able to speak?

There are many interesting applications, my favourite would Music Player Remix talking out the names of the songs it plays.
__________________
Pre 3 on GSM Movistar: A-1 Skyrider, Muffle logging & friends, Mode Switcher, Advanced System Menus & Prefs, and then some more.

Proudly choosing the loser side since 1982: Commodore VIC-20, C-64, Amiga 1000 & 3000, bPlan Pegasos & MorphOS, Psion Revo, Palm Pre...
jcmarcos is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0