gunthercox / Salvius

An open source humanoid robot made from recycled parts and open source technology
https://salvius.org
MIT License
89 stars 27 forks source link

Text to Speech #8

Closed gunthercox closed 10 years ago

gunthercox commented 11 years ago

I'm considering implementing the following java libraries for text to speech and speech recognition on the robot:

I also found Voce which includes both of these: http://voce.sourceforge.net

spocot commented 11 years ago

Interesting...... Let me know if I can help you in any way.

gunthercox commented 11 years ago

Sounds good, i'll keep you posted.

spocot commented 11 years ago

cool

gunthercox commented 11 years ago

I got voce working and I'm planning on making two speech recognition settings:

  1. conversation mode - the robot will be able to communicate and provide a person with information
  2. command mode - using a grammar file the robot will listen for specific commands such as "write" or "move"

@spocot know of any chat bot APIs similar to cleverbot? Preferably they will be offline since the robot can't connect to the internet without me setting up a wireless bridge.

gunthercox commented 10 years ago

Text to speech capabilities have been implemented.