botmasterai / botmaster

The chatbot framework for your serious projects
http://botmasterai.com/
MIT License
251 stars 47 forks source link

Support for voice stream? #39

Closed IamLance closed 6 years ago

IamLance commented 6 years ago

Hi,

                         I would like to ask if this framework is applicable accepting voice inputs and chatbot returning voice output as well.
jdwuarin commented 6 years ago

Hi,

You would have to write your own bot class for that. I've tried it myself and didn't have any issues with it. If that makes sense, try taking a look at this doc: http://botmasterai.com/documentation/latest/working-with-botmaster/writing-your-own-bot-class.html. You can start straight from the Creating your own bot classes section