I develop an android app, that sends a notification to the connected android wear smartwatch. This notification contains the possibility to replay by voice input. The spoken message is shown on the handheld as a toast (for testing). The user has to click a button, which belongs to the notification. On click the Google voice record starts and works well.
The problem is, that the message of the user can be long and containing breaks for some seconds. Is there a possibility to increase the timeout? So android wear records for x seconds no spoken word before stopping recording?
Or is it more practical to record the speech via a button "start recording" and "stop recording" and use after that the "Google-speech-to-text-service"?
My Notification code bases on this tutorial.