Anh

Results 3 comments of Anh

@josmas I tried on emulator, but this lib not support on emulator. It's only support on real devices.

I don't think this problem will resolve, but i tried with some config below: try { await Voice.start('es_US', { EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS: 30000, EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS: 30000, EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS: 30000 }); } catch (exception) {...

@nikhilbhawsinka ni @safaiyeh sa @brkhrn brk I resolved this with SpeechToText NativeModules (in Android), you can try this solution. **Create file SpeechToTextModule.java in android/app/src/../apptest/SpeechToTextModule.java like this:** ``` package com.test.apptest; import...