shashankpr / DobbyBot

This is a Python implementation of Chatbot using Messenger and Wit.ai.
MIT License
0 stars 0 forks source link

Speech module #27

Closed shashankpr closed 7 years ago

shashankpr commented 7 years ago

Basic Implementation of Speech Module using Google and Wit speech recognition. The behavior is Speech-To-Speech for Mac users only as text-to-speech uses native Mac library.

Behavior could be changed to Speech-to-Text.

Speech-To-Speech on Windows using PyTTSx needs to be tested yet.

** Current Issues This issue is related to Wit. When Wit issues "STOP" command, the process is terminated. Need to make always listening.