Alexander Solovets

Results 15 comments of Alexander Solovets

You probably should get null in onResult() callback. On Wed, Nov 26, 2014 at 7:41 PM, Den [email protected] wrote: > Hello. Please help me. How to handle an error, when...

This stems from the [Android sources](http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/5.1.1_r1/android/app/ContextImpl.java#1035) and isn't the project's bug - we, obviously, can't check for every single possible bug that Android developers introduce.

Sure, thanks for the feedback! Probably it's worth to check why that happens, because Android docs say nothing about possible absence of the external storage. Also, if it doesn't exist...

According to this code https://github.com/cmusphinx/pocketsphinx-android/blob/master/src/main/java/edu/cmu/pocketsphinx/Assets.java#L95 `getExternalStorageDir` probably used to return `null` in case of failure. We can issue a quick patch that fixes the issue by examining the output of...

How the app should use it?

Hi Jonathan, > Then this pause isn't represented in the timing information of the last > word before the pause and the first word after the pause -- they are...

Please follow the project's coding style.

On Thu, 2017-07-13 at 15:37 +0000, BeanStalka wrote: > I used the training tool and got a .dic and a .lm file > How do I tell PocketSphinx to use...

Keyword search can be done with a phrase or a list of phrases. See the demo, it will answer all your questions. On Jul 13, 2017 9:18 AM, "BeanStalka" wrote:...

Just to save your time - I'm not sure your PR is going to be accepted. First, it's not atomic, second, your changes are questionable (like, you changed `int64_t` to...