Thread
:
Navit on N900
View Single Post
Nioui
2010-08-05 , 12:46
Posts: 1 | Thanked: 2 times | Joined on Aug 2010
#
424
espeak is doing something weird with the sound output, but you can avoid it by using
Code:
espeak --stdout | aplay
. This will respect the volume control of the N900.
Moreover, if you add & at the end (yes, you need & not just &), this will be run in the background, and navit will not freeze while speaking. So I would use:
Code:
echo '%s' | espeak -ven+m2+croak --stdout | aplay &
Quote & Reply
|
The Following 2 Users Say Thank You to Nioui For This Useful Post:
Amboss
,
kayle.sk
Nioui
View Public Profile
Find all posts by Nioui