View Single Post
Posts: 31 | Thanked: 38 times | Joined on Dec 2010
#59
Just suggesting: maybe a little web server (python?) in the background that could be called like "http://localhost:9999/talk/turn_right". The server would then either use espeak or prerecorded files. I might give it a go, but rather stretched on time today...

Thanks again for all your work!

Joerg

UPDATE: ok, I stole some time away, and quick-hacked a little python talk server.

- install espeak
- call 'python speak.py' in the terminal. Or 'python speak.py german' for a german talking server
- the server could then be called on http://localhost:9999/turn_right. The call returns immediately (either with the command spoken, or with 'error'), and the talk can be interrupted with a new request. Only knows turn_right and turn_left, but maybe enough for testing?

http://baach.de/Members/jhb/speak.py/view

Last edited by jhb; 2011-01-13 at 09:12.
 

The Following 8 Users Say Thank You to jhb For This Useful Post: