I am trying to get speech to text working on the Samsung Gear S3. I have the speech to text library being created properly and getting into the STT_STATE_READY state. However when I call
ret = stt_start(stt, default_lang, STT_RECOGNITION_TYPE_FREE);
When the STT is in the STT_STATE_READY state we encounter an error ERROR_OPERATION_FAILED. Getting the details of that message gives "Message: [ERROR] Fail to start".
The only documentation on this error code that I could find doesn't tell me any additional information. Does anyone have any info on this error or has anyone had any success in getting speech to text to work?