keenresearch / KeenASR-Android-PoC

A proof-of-concept app using KeenASR SDK on Android. WE ARE HIRING: https://keenresearch.com/careers.html

Home Page:https://keenresearch.com/keenasr-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo app is crashing on marshmello and nogut

wisdomrider opened this issue · comments

com.keenresearch.keenasr_android_poc A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 21381 (AsyncTask #1)

We'll need a bit more information to help with this (see https://keenresearch.com/keenasr-docs/keenasr-support.html), primarily full log outputs.

Based on the error, it appears the app may be crashing during initialization. If you are running on a Windows box, please make sure that the text files in app/src/main/assets/keenB2mQT-nnet3chain-en-us/ are using LF line endings (Github tends to change it CRLF). We recently updated the README file with some pointers on how this can be resolved; please see the last paragraph of README.md.

You can always reinstall just the ASR Bundle, download it from http://keenresearch.com/keenasr-downloads/keenB2mQT-nnet3chain-en-us.tgz, remove this folder app/src/main/assets/keenB2mQT-nnet3chain-en-us, and then create a new one from the downloaded archive.

its working now thanks !

Great! Please also take a look at the github article that's linked from the README. You can configure git to prevent this from happening; we may add this configuration to the PoC project but I'd rather this come up early on, i.e. you'd still need to make the configuration in your git project. (we'll make changes in the SDK to handle this in a more robust way).