dialogflow-android-client
dialogflow-android-client copied to clipboard
How to send recorded audio in AIService or get record audio through AIListener of dialogflow android
I am using Dialogflow Speechrecognition , I am able to convert speech to text but,the project I am working on has requirement to store audio which is passed for recognition.
Is there a way we can get recorded audio or passed recorded audio for speech recognition.
(Note :- android does not let record audio simultaneously while speech recognition is in progress.)