khanhuitse05 / speech-and-text-unity-ios-android

Speed to text in Unity iOS use Native Speech Recognition
MIT License
286 stars 124 forks source link

User stops Speaking - Increase the time-out duration #53

Open PramodhHM23 opened 3 years ago

PramodhHM23 commented 3 years ago

Everything works fine but one issue I am facing I keep getting user stops speaking and client-side error after.

Observation: if we give a pause of 2-3 seconds OnEndSpeech callback is triggered.(Android Phone)

is there a way to increase the duration of how long the user can keep quiet or any walk around for this? right now it says the user stops speaking if i pause for 2-3 seconds any ways on how to increase the duration.

Thanks in advance. Cheers!!