Get URI of saved audio in OnResults(Bundle result) in Speech RecognitionListener android
问题 I followed almost everylink for audio saving and converting it to text but I did not find any way that how I can get audio Url in custom Recognition Listener record/save audio from voice recognition intent How to use Androids' speech to text with audio sample file and many others as welll.... Audio url that I got here with the help of RecognizerIntent @Override public void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultCode, data);