We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently to process a speech request, the Ears layer converts the audio to text and sends the text to the Brain for processing (via Wit, right now).
But Wit has made it possible to directly post audio and get an understanding back: https://wit.ai/blog/2013/11/05/ios-and-speech
So, should the brain be able to take audio as a form of input?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently to process a speech request, the Ears layer converts the audio to text and sends the text to the Brain for processing (via Wit, right now).
But Wit has made it possible to directly post audio and get an understanding back: https://wit.ai/blog/2013/11/05/ios-and-speech
So, should the brain be able to take audio as a form of input?
The text was updated successfully, but these errors were encountered: