AlexaAndroid
AlexaAndroid copied to clipboard
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??
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
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?