willblaschko / AlexaAndroid

A library and sample app to abstract access to the Amazon Alexa service for Android applications.
GNU General Public License v2.0
280 stars 133 forks source link

I want to display user voice request and alexa response on textview in android application like speech to text...So, user will see the request and response on app,how can we convert voice to text?? #169

Open ramesh123456 opened 3 years ago

ramesh123456 commented 3 years ago

I want to display user voice request and alexa response on textview in android application like speech to text...So, user will see the request and response on app??

Originally posted by @ramesh123456 in https://github.com/willblaschko/AlexaAndroid/issues/53#issuecomment-661328152

ChangJingPei commented 3 years ago

I have the same question。I've got the response voice stream and played it successfully。Now I need to display the text corresponding to the voice。How should I get it?