![]() |
2010-03-18
, 00:02
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#2
|
The Following User Says Thank You to woody14619 For This Useful Post: | ||
![]() |
2010-03-19
, 18:07
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#3
|
root cd /usr/bin mv flite flite-hack cat >>flite<<EOF #!/bin/sh /usr/bin/flite-hack "$@" /tmp/tmpplay.wav && /usr/bin/play-sound /tmp/tmpplay.wav >/dev/null /bin/rm /tmp/tmpplay.wav EOF chmod a+x flite
The Following 2 Users Say Thank You to woody14619 For This Useful Post: | ||
![]() |
2010-04-20
, 22:53
|
Posts: 151 |
Thanked: 82 times |
Joined on Sep 2008
|
#4
|
Well, I have a hack solution for right now that works.It's not super pretty, but it makes the current version of flite work (AND it works with maemo-mapper)!
The solution is to open an Xterm and do the following. You'll need flite and gainroot already installed.
Not the most elegant solution, and it won't work for very large strings of text (because /tmp isn't that big AND play-sound hand issues with large wave files), but it works well for mapper!Code:root cd /usr/bin mv flite flite-hack cat >>flite<<EOF #!/bin/sh /usr/bin/flite-hack "$@" /tmp/tmpplay.wav && /usr/bin/play-sound /tmp/tmpplay.wav >/dev/null /bin/rm /tmp/tmpplay.wav EOF chmod a+x flite
![]() |
2010-04-20
, 23:22
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#5
|
![]() |
2010-04-20
, 23:37
|
Posts: 151 |
Thanked: 82 times |
Joined on Sep 2008
|
#6
|
Uh... Which part of "works well for mapper" is confusing? Doing the commands I listed makes flite work well with maemo mapper. (Just cut/paste them into a terminal window and you're good to go...) I've been using it with voiced turn-by-turn for weeks now.
I just wish either 1.2 would launch, or the mapper folks would fix the package dependencies so I can update to the current version in devel.
![]() |
2010-04-21
, 00:50
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#7
|
I receive no error message, just a slight crackle from the speakers.
I presume I need to install something else too, but not sure what. Anyone got any ideas?
Thanks
Paul