shashankpr / DobbyBot

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

Voice integration with Messenger #31

Open shashankpr opened 7 years ago

shashankpr commented 7 years ago

Do you want to request a feature, report a bug, or ask a question about wit?

bug

What is the current behavior?

Response from Wit's /speech endpoint is blank. Hence, audio sent over Messenger can still not be recognized.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.

The audio file is stored as AAC format by FB. We need to convert it into MP3 or WAV programmatically.

Refer http://audiotools.sourceforge.net/programming/index.html

Refer FFMPEG and LibFaac, for future integration.

What is the expected behavior?

Voice note sent on messenger should be recognized.