vosk-android-demo icon indicating copy to clipboard operation
vosk-android-demo copied to clipboard

What line in the demo code prints partial results

Open king129954 opened this issue 1 year ago • 1 comments

Hello I'm currently trying to jump into android dev and looking at this projects source code I don't even know where to begin to find out what part of the program controls what.

For example I'm trying to find the part of the program that gives me

{
 "partial" : ""
{

As an output when it runs to modify it. (i don't expect anyone to do my work for me this an example.) Do i just search in the project for

"partial" : ""

And then modify it or is their some kind of formatting almost every android app/github follows that i can use as a guide for finding the code that dose x thing?

king129954 avatar Jul 10 '22 07:07 king129954

Here:

https://github.com/alphacep/vosk-android-demo/blob/master/app/src/main/java/org/vosk/demo/VoskActivity.java#L138

nshmyrev avatar Jul 10 '22 07:07 nshmyrev