MohammadAG / iOS-GoogleAssistant

Google Assistant for iOS
GNU General Public License v3.0
15 stars 2 forks source link

How to get response from google as both text and audio? #6

Closed shebinkoshy closed 6 years ago

shebinkoshy commented 6 years ago

As of now we are getting only audio response from google. Is there way to get response from google as both text and audio?

MohammadAG commented 6 years ago

The last time I looked at the SDK, this wasn't possible sadly. I'm not sure if this has changed in recent times. You could theoretically pass it into a voice recognition SDK and get that output, but I feel like that's overkill.