Erkan Karabulut

Results 7 comments of Erkan Karabulut

@basemanabulsi Android Voice Recognizer doesn't provide an API to continously listen: https://developer.android.com/reference/android/speech/RecognizerIntent. Therefore we are supposed to implement it by ourselves. I've found a workaround to make the app listen...

@basemanabulsi Yes it opens and closes the session continuously. One can continuously concat the recognized speakings. If one continue to speak during the close-open process, then a small part(one word...

@basemanabulsi If I understand correctly what you mean, you are trying to stop recording/recognizing when the user stops speaking. But this is already handled by SpeechRecognizer on Android. "onSpeechResultsHandler" method...

@basemanabulsi I didn't know that it is problematic on IOS. Maybe you can use `onSpeechPartialResults` method. It captures partial recognition results. You can call the `onSpeechEndHandler` method if `onSpeechPartialResults` is...

I didn't specify any static height(but I have flexWrap: 'wrap', which I can't remove really since it would mess up my UI) and removed background color/width, borderWidth. And still doesn't...

Any updates on this issue? Dynamically changing height of the parent view won't work in my case, since this would mess up some other components in my UI.

I realized that `cmak.zkhosts` parameter wasn't correct and kafka wasn't up and running properly. After correcting them, I was able to compile it successfully.