View Single Post
Posts: 32 | Thanked: 18 times | Joined on Apr 2010
#158
thanks Blaizzen for good job

but i have this problem in last line , it's for street name

because the street name in Arabic but for English it is work fine , any idea to remove the last line ?

Code:
~ $ python speak_02.py
serving at port 9999 in english
Nokia-N900 - - [20/Jan/2011 18:42:55] "GET /CQ|140|:g5unt_002|:g5man_004|on|%D8%A7%D9%84%D8%B4%D8%A7%D8%B1%D8%B9 HTTP/1.1" 200 -
['/usr/bin/espeak', '-v', 'english', '"140"']
['/usr/bin/aplay', 'english/english_male/g5unt_002']
Playing WAVE 'english/english_male/g5unt_002' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono
['/usr/bin/aplay', 'english/english_male/g5man_004']
Playing WAVE 'english/english_male/g5man_004' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono
['/usr/bin/espeak', '-v', 'english', '"on"']
['/usr/bin/espeak', '-v', 'english', '"%D8%A7%D9%84%D8%B4%D8%A7%D8%B1%D8%B9"']

Last edited by osama; 2011-01-20 at 15:39.
 

The Following User Says Thank You to osama For This Useful Post: