alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.88k stars 1.1k forks source link

Application becomes periodically unresponsive to keywords. #872

Open portsample opened 2 years ago

portsample commented 2 years ago

So far my application is working very well and will run for several hours (and days) with no problems and excellent keyword recognition. However, it will occasionally "stop listening" for several minutes and become unresponsive when keywords are spoken. This is generally when the device is in a quiet room where I program.

I have also tested the device in noisy environments (with a radio playing rock and roll music) and am familiar with the five to ten second period of time after the radio is turned off, before the application starts recognizing trigger words again. The first case is different. I often have three or four devices running the application at the same time, when one will stop listening for several minutes.

Any thoughts regarding what may be causing this? Thanks in advance.

nshmyrev commented 2 years ago

It might happen when graph search explodes. Similar to issue https://github.com/alphacep/vosk-api/issues/660

Needs debugging. Ideally you'd better dump and audio to a file and try to reproduce it with a file so we can take a look.

portsample commented 2 years ago

Thanks Nickolay. According to my Gradle file, I am running

name: 'vosk-android', version: '0.3.23'

Is this current? Thanks in advance.

nshmyrev commented 2 years ago

No, thats pretty old. Recent is 0.3.32

portsample commented 2 years ago

Thanks. I've updated to 0.3.32. It is very curious. Application is doing well at identifying trigger words when there is consistent background noise and trigger words spoken regularly, however when the device is in a quiet room with no spoken input, it sometimes registers a trigger word when nothing has been said, or it will stop listening all together. This only happens when it is quiet. The "imagined" word produced by Vosk is always "one". Often I have 3 or 4 devices running the application at the same time when one will stop listening. Is there anything in model.conf that can be adjusted to accommodate periods when it is quiet? Thanks in advance.

nshmyrev commented 2 years ago

Is there anything in model.conf that can be adjusted to accommodate periods when it is quiet?

No, it has to be fixed on code level

portsample commented 2 years ago

This is what Logcat produces when the application goes "deaf". Note the application is not frozen, it is just not processing spoken input.

--------- beginning of main 04-06 08:22:43.937 30056 30081 I AdrenoGLES: QUALCOMM build : f8d2f70, Iff1da92d9c 04-06 08:22:43.937 30056 30081 I AdrenoGLES: Build Date : 03/24/20 04-06 08:22:43.937 30056 30081 I AdrenoGLES: OpenGL ES Shader Compiler Version: EV031.27.05.06 04-06 08:22:43.937 30056 30081 I AdrenoGLES: Local Branch : 04-06 08:22:43.937 30056 30081 I AdrenoGLES: Remote Branch : 04-06 08:22:43.937 30056 30081 I AdrenoGLES: Remote Branch : 04-06 08:22:43.937 30056 30081 I AdrenoGLES: Reconstruct Branch : 04-06 08:22:43.937 30056 30081 I AdrenoGLES: Build Config : S L 8.0.12 AArch64 04-06 08:22:43.946 30056 30081 I AdrenoGLES: PFP: 0x005ff112, ME: 0x005ff066 04-06 08:22:44.011 30056 30074 W System : A resource failed to call close. 04-06 08:22:44.012 30056 30081 W Gralloc3: mapper 3.x is not supported 04-06 08:22:44.034 30056 30087 I VoskAPI : RemoveOrphanNodes():nnet-nnet.cc:948) Removed 0 orphan nodes. 04-06 08:22:44.034 30056 30087 I VoskAPI : RemoveOrphanComponents():nnet-nnet.cc:847) Removing 0 orphan components. 04-06 08:22:44.382 30056 30087 I VoskAPI : CompileLooped():nnet-compile-looped.cc:345) Spent 0.181312 seconds in looped compilation. 04-06 08:22:44.382 30056 30087 I VoskAPI : ReadDataFiles():model.cc:248) Loading i-vector extractor from /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/ivector/final.ie 04-06 08:22:44.415 30056 30087 I VoskAPI : ComputeDerivedVars():ivector-extractor.cc:183) Computing derived variables for iVector extractor 04-06 08:22:44.543 30056 30087 I VoskAPI : ComputeDerivedVars():ivector-extractor.cc:204) Done. 04-06 08:22:44.544 30056 30087 I VoskAPI : ReadDataFiles():model.cc:281) Loading HCL and G from /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/graph/HCLr.fst /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/graph/Gr.fst 04-06 08:22:45.429 30056 30087 I VoskAPI : ReadDataFiles():model.cc:302) Loading winfo /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/graph/phones/word_boundary.int 04-06 08:22:49.216 30056 30056 I VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:63) ["and zero one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty thirty forty fifty sixty seventy eighty ninety hundred thousand million billion trillion sockeye red reds pink pinks humpy humpies coho silver silvers chum chums dog dogs gator gators calico chinook chinooks king kings atlantic salmon stop carcasses carcass ", "delete last count", "delete last row", "[unk]"] 04-06 08:22:49.216 30056 30056 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpy' 04-06 08:22:49.216 30056 30056 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpies' 04-06 08:22:49.216 30056 30056 I VoskAPI : Estimate():language_model.cc:142) Estimating language model with ngram-order=2, discount=0.5 04-06 08:22:49.217 30056 30056 I VoskAPI : OutputToFst():language_model.cc:209) Created language model with 64 states and 186 arcs. 04-06 08:23:43.845 30056 30056 D countdownTask: LogCat timer 04-06 08:24:43.845 30056 30056 D countdownTask: LogCat timer ... 04-06 09:33:43.915 30056 30056 D countdownTask: LogCat timer 04-06 09:33:48.042 30056 30056 E Location Listener: Loss of satellite signal. 04-06 09:34:43.916 30056 30056 D countdownTask: LogCat timer 04-06 09:34:54.506 30056 30615 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00306567 > 0.00214103. Will do an exact optimization. 04-06 09:35:43.917 30056 30056 D countdownTask: LogCat timer ... 04-06 14:15:44.425 30056 30056 D countdownTask: LogCat timer 04-06 14:16:38.897 30056 30056 I VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:63) ["and zero one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty thirty forty fifty sixty seventy eighty ninety hundred thousand million billion trillion sockeye red reds pink pinks humpy humpies coho silver silvers chum chums dog dogs gator gators calico chinook chinooks king kings atlantic salmon stop carcasses carcass ", "delete last count", "delete last row", "[unk]"] 04-06 14:16:38.897 30056 30056 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpy' 04-06 14:16:38.897 30056 30056 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpies' 04-06 14:16:38.898 30056 30056 I VoskAPI : Estimate():language_model.cc:142) Estimating language model with ngram-order=2, discount=0.5 04-06 14:16:38.898 30056 30056 I VoskAPI : OutputToFst():language_model.cc:209) Created language model with 64 states and 186 arcs. 04-06 14:16:44.427 30056 30056 D countdownTask: LogCat timer 04-06 14:17:44.429 30056 30056 D countdownTask: LogCat timer 04-06 14:18:44.429 30056 30056 D countdownTask: LogCat timer ... 04-06 14:36:44.459 30056 30056 D countdownTask: LogCat timer 04-06 14:37:39.672 30056 30056 I VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:63) ["and zero one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty thirty forty fifty sixty seventy eighty ninety hundred thousand million billion trillion sockeye red reds pink pinks humpy humpies coho silver silvers chum chums dog dogs gator gators calico chinook chinooks king kings atlantic salmon stop carcasses carcass ", "delete last count", "delete last row", "[unk]"] 04-06 14:37:39.672 30056 30056 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpy' 04-06 14:37:39.672 30056 30056 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpies' 04-06 14:37:39.673 30056 30056 I VoskAPI : Estimate():language_model.cc:142) Estimating language model with ngram-order=2, discount=0.5 04-06 14:37:39.674 30056 30056 I VoskAPI : OutputToFst():language_model.cc:209) Created language model with 64 states and 186 arcs. 04-06 14:37:44.461 30056 30056 D countdownTask: LogCat timer 04-06 14:38:44.461 30056 30056 D countdownTask: LogCat timer 04-06 14:39:44.462 30056 30056 D countdownTask: LogCat timer 04-06 14:40:44.464 30056 30056 D countdownTask: LogCat timer 0... 04-06 15:32:44.611 30056 30056 D countdownTask: LogCat timer 04-06 15:33:44.612 30056 30056 D countdownTask: LogCat timer 04-06 15:34:05.981 30056 30056 E Location Listener: Loss of satellite signal. 04-06 15:34:44.613 30056 30056 D countdownTask: LogCat timer 04-06 15:35:44.613 30056 30056 D countdownTask: LogCat timer ... 04-06 16:20:44.668 30056 30056 D countdownTask: LogCat timer 04-06 16:21:44.670 30056 30056 D countdownTask: LogCat timer 04-06 16:22:44.671 30056 30056 D countdownTask: LogCat timer 04-06 16:23:20.767 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00438052 > 0.0010293. Will do an exact optimization. 04-06 16:23:21.962 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00376916 > 0.00203349. Will do an exact optimization. 04-06 16:23:44.673 30056 30056 D countdownTask: LogCat timer 04-06 16:24:44.674 30056 30056 D countdownTask: LogCat timer 04-06 16:25:44.675 30056 30056 D countdownTask: LogCat timer 0... 04-06 17:24:44.853 30056 30056 D countdownTask: LogCat timer 04-06 17:25:44.856 30056 30056 D countdownTask: LogCat timer 04-06 17:26:03.769 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00242547 > 0.000962636. Will do an exact optimization. 04-06 17:26:44.856 30056 30056 D countdownTask: LogCat timer 04-06 17:27:44.857 30056 30056 D countdownTask: LogCat timer 04-06 17:28:44.858 30056 30056 D countdownTask: LogCat timer ... 04-06 21:17:45.065 30056 30056 D countdownTask: LogCat timer 04-06 21:18:45.066 30056 30056 D countdownTask: LogCat timer 04-06 21:19:03.167 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 91.5979 > 30.2993. Will do an exact optimization. 04-06 21:19:45.067 30056 30056 D countdownTask: LogCat timer 04-06 21:20:45.067 30056 30056 D countdownTask: LogCat timer 04-06 21:21:45.068 30056 30056 D countdownTask: LogCat timer 04-06 21:22:06.954 30056 30056 E Location Listener: Loss of satellite signal. 04-06 21:22:45.068 30056 30056 D countdownTask: LogCat timer 04-06 21:23:45.068 30056 30056 D countdownTask: LogCat timer 04-06 21:24:45.069 30056 30056 D countdownTask: LogCat timer ... 04-06 22:09:45.094 30056 30056 D countdownTask: LogCat timer 04-06 22:09:49.963 30056 30056 E Location Listener: Loss of satellite signal. 04-06 22:10:45.095 30056 30056 D countdownTask: LogCat timer 04-06 22:11:45.095 30056 30056 D countdownTask: LogCat timer ... 04-07 02:43:45.660 30056 30056 D countdownTask: LogCat timer 04-07 02:44:45.660 30056 30056 D countdownTask: LogCat timer 04-07 02:45:45.661 30056 30056 D countdownTask: LogCat timer 04-07 02:46:22.974 30056 30056 E Location Listener: Loss of satellite signal. 04-07 02:46:45.661 30056 30056 D countdownTask: LogCat timer 04-07 02:47:45.661 30056 30056 D countdownTask: LogCat timer 04-07 02:48:45.662 30056 30056 D countdownTask: LogCat timer ... 04-07 05:35:45.898 30056 30056 D countdownTask: LogCat timer 04-07 05:36:45.900 30056 30056 D countdownTask: LogCat timer 04-07 05:37:44.973 30056 30056 E Location Listener: Loss of satellite signal. 04-07 05:37:45.901 30056 30056 D countdownTask: LogCat timer ... 04-07 06:44:45.991 30056 30056 D countdownTask: LogCat timer 04-07 06:45:45.991 30056 30056 D countdownTask: LogCat timer 04-07 06:46:00.967 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 191.645 > 184.509. Will do an exact optimization. 04-07 06:46:45.991 30056 30056 D countdownTask: LogCat timer 04-07 06:47:33.767 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.186236 > 0.00430475. Will do an exact optimization. 04-07 06:47:37.368 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.01184 > 0.00233118. Will do an exact optimization. 04-07 06:47:39.768 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0297754 > 0.00325161. Will do an exact optimization. 04-07 06:47:39.962 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0316459 > 0.00106637. Will do an exact optimization. 04-07 06:47:40.972 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0525356 > 0.00844475. Will do an exact optimization. 04-07 06:47:41.365 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0136143 > 0.000812476. Will do an exact optimization. 04-07 06:47:41.565 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0112618 > 0.00248364. Will do an exact optimization. 04-07 06:47:44.158 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0257282 > 0.0023183. Will do an exact optimization. 04-07 06:47:44.569 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.110471 > 0.0106943. Will do an exact optimization. 04-07 06:47:44.763 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0216507 > 0.00288096. Will do an exact optimization. 04-07 06:47:45.991 30056 30056 D countdownTask: LogCat timer 04-07 06:47:48.763 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0215103 > 0.00147447. Will do an exact optimization. 04-07 06:47:49.962 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00949894 > 0.000964941. Will do an exact optimization. 04-07 06:47:50.165 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0223077 > 0.00271931. Will do an exact optimization. 04-07 06:47:50.568 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0192113 > 0.00169283. Will do an exact optimization. 04-07 06:47:52.977 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.012056 > 0.000627342. Will do an exact optimization. 04-07 06:47:55.765 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.012368 > 0.00113987. Will do an exact optimization. 04-07 06:48:02.568 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0489337 > 0.00265967. Will do an exact optimization. 04-07 06:48:03.155 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0103725 > 0.00135349. Will do an exact optimization. 04-07 06:48:06.167 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0279566 > 0.00386474. Will do an exact optimization. 04-07 06:48:07.368 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0114937 > 0.00135823. Will do an exact optimization. 04-07 06:48:10.973 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00920499 > 0.00138614. Will do an exact optimization. 04-07 06:48:11.166 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0232386 > 0.00162881. Will do an exact optimization. 04-07 06:48:11.765 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0284134 > 0.000911915. Will do an exact optimization. 04-07 06:48:12.565 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0137343 > 0.000569128. Will do an exact optimization. 04-07 06:48:13.368 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0170791 > 0.00625122. Will do an exact optimization. 04-07 06:48:30.765 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.016053 > 0.000577916. Will do an exact optimization. 04-07 06:48:32.568 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0103909 > 0.00217851. Will do an exact optimization. 04-07 06:48:33.365 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0117892 > 0.00103127. Will do an exact optimization. 04-07 06:48:35.763 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0165613 > 0.000652712. Will do an exact optimization. 04-07 06:48:42.167 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0102046 > 0.00100506. Will do an exact optimization. 04-07 06:48:45.993 30056 30056 D countdownTask: LogCat timer 04-07 06:48:51.367 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0162346 > 0.00149637. Will do an exact optimization. 04-07 06:48:52.163 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0132596 > 0.000848177. Will do an exact optimization. 04-07 06:48:54.565 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0343131 > 0.00329505. Will do an exact optimization. 04-07 06:49:02.163 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00815631 > 0.000628527. Will do an exact optimization. 04-07 06:49:03.963 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0224668 > 0.00131619. Will do an exact optimization. 04-07 06:49:14.963 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0156476 > 0.000727517. Will do an exact optimization. 04-07 06:49:23.365 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0208801 > 0.000842946. Will do an exact optimization. 04-07 06:49:32.165 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0131697 > 0.0013275. Will do an exact optimization. 04-07 06:49:32.568 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0182533 > 0.00133849. Will do an exact optimization. 04-07 06:49:33.768 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0110664 > 0.00116684. Will do an exact optimization. 04-07 06:49:39.365 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0100876 > 0.000820791. Will do an exact optimization. 04-07 06:49:39.768 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00938849 > 0.000997611. Will do an exact optimization. 04-07 06:49:45.961 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0197855 > 0.00279775. Will do an exact optimization. 04-07 06:49:45.993 30056 30056 D countdownTask: LogCat timer 04-07 06:49:47.365 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0136958 > 0.000803949. Will do an exact optimization. 04-07 06:49:48.766 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00876846 > 0.000736687. Will do an exact optimization. 04-07 06:49:56.568 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0115278 > 0.00299249. Will do an exact optimization. 04-07 06:49:58.973 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0264279 > 0.00138944. Will do an exact optimization. 04-07 06:50:04.974 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0142574 > 0.0055571. Will do an exact optimization. 04-07 06:50:06.565 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0119665 > 0.000751358. Will do an exact optimization. 04-07 06:50:09.768 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0266691 > 0.00188568. Will do an exact optimization. 04-07 06:50:15.365 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0142918 > 0.000718828. Will do an exact optimization. 04-07 06:50:16.968 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0223508 > 0.0045211. Will do an exact optimization. 04-07 06:50:17.165 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0268574 > 0.00439967. Will do an exact optimization. 04-07 06:50:18.768 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00835454 > 0.000702496. Will do an exact optimization. 04-07 06:50:22.165 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0222325 > 0.00654297. Will do an exact optimization. 04-07 06:50:22.366 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0244167 > 0.00169423. Will do an exact optimization. 04-07 06:50:22.565 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.011602 > 0.00105064. Will do an exact optimization. 04-07 06:50:22.971 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0181068 > 0.0050773. Will do an exact optimization. 04-07 06:50:23.765 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0110943 > 0.00132518. Will do an exact optimization. 04-07 06:50:24.165 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0135972 > 0.0032634. Will do an exact optimization. 04-07 06:50:25.368 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0130303 > 0.00562271. Will do an exact optimization. 04-07 06:50:26.163 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0284534 > 0.00136323. Will do an exact optimization. 04-07 06:50:26.971 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0143387 > 0.00114287. Will do an exact optimization. 04-07 06:50:27.167 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0396093 > 0.00411452. Will do an exact optimization. 04-07 06:50:27.365 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.011186 > 0.00134637. Will do an exact optimization. 04-07 06:50:31.765 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0215719 > 0.00724635. Will do an exact optimization. 04-07 06:50:31.964 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00936959 > 0.000909681. Will do an exact optimization. 04-07 06:50:44.568 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0249813 > 0.00471078. Will do an exact optimization. 04-07 06:50:45.994 30056 30056 D countdownTask: LogCat timer 04-07 06:50:49.369 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0105222 > 0.00132151. Will do an exact optimization. 04-07 06:51:45.994 30056 30056 D countdownTask: LogCat timer 04-07 06:52:12.566 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 86.7278 > 65.7119. Will do an exact optimization. 04-07 06:52:45.995 30056 30056 D countdownTask: LogCat timer 04-07 06:53:45.995 30056 30056 D countdownTask: LogCat timer 04-07 06:54:45.995 30056 30056 D countdownTask: LogCat timer 04-07 06:55:45.995 30056 30056 D countdownTask: LogCat timer ... 04-07 07:16:46.068 30056 30056 D countdownTask: LogCat timer 04-07 07:17:46.068 30056 30056 D countdownTask: LogCat timer 04-07 07:18:46.068 30056 30056 D countdownTask: LogCat timer 04-07 07:19:17.477 30056 30056 I VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:63) ["and zero one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty thirty forty fifty sixty seventy eighty ninety hundred thousand million billion trillion sockeye red reds pink pinks humpy humpies coho silver silvers chum chums dog dogs gator gators calico chinook chinooks king kings atlantic salmon stop carcasses carcass ", "delete last count", "delete last row", "[unk]"] 04-07 07:19:17.477 30056 30056 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpy' 04-07 07:19:17.477 30056 30056 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpies' 04-07 07:19:17.477 30056 30056 I VoskAPI : Estimate():language_model.cc:142) Estimating language model with ngram-order=2, discount=0.5 04-07 07:19:17.478 30056 30056 I VoskAPI : OutputToFst():language_model.cc:209) Created language model with 64 states and 186 arcs. 04-07 07:19:46.069 30056 30056 D countdownTask: LogCat timer 04-07 07:20:46.070 30056 30056 D countdownTask: LogCat timer 04-07 07:21:46.070 30056 30056 D countdownTask: LogCat timer 04-07 07:22:46.070 30056 30056 D countdownTask: LogCat timer 04-07 07:23:46.124 30056 30056 D countdownTask: LogCat timer 04-07 07:24:42.525 30056 30056 I VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:63) ["and zero one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty thirty forty fifty sixty seventy eighty ninety hundred thousand million billion trillion sockeye red reds pink pinks humpy humpies coho silver silvers chum chums dog dogs gator gators calico chinook chinooks king kings atlantic salmon stop carcasses carcass ", "delete last count", "delete last row", "[unk]"] 04-07 07:24:42.525 30056 30056 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpy' 04-07 07:24:42.526 30056 30056 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpies' 04-07 07:24:42.526 30056 30056 I VoskAPI : Estimate():language_model.cc:142) Estimating language model with ngram-order=2, discount=0.5 04-07 07:24:42.527 30056 30056 I VoskAPI : OutputToFst():language_model.cc:209) Created language model with 64 states and 186 arcs. 04-07 07:24:46.125 30056 30056 D countdownTask: LogCat timer 04-07 07:25:46.125 30056 30056 D countdownTask: LogCat timer 04-07 07:26:46.126 30056 30056 D countdownTask: LogCat timer 04-07 07:27:37.216 30056 30056 I System.out: startMakeFile 04-07 07:27:37.241 30056 30056 I System.out: endMakeFile 04-07 07:27:37.256 30056 30056 I System.out: startMakeFile 04-07 07:27:37.347 30056 30056 W CursorWindow: Window is full: requested allocation 404 bytes, free space 355 bytes, window size 2097152 bytes 04-07 07:27:37.778 30056 30056 I System.out: endMakeFile 04-07 07:27:37.965 30056 30056 I as.salmontalke: System.exit called, status: 0 04-07 07:27:37.965 30056 30056 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.

This is a logcat file from a long session. Note the,

"04-07 06:52:12.566 30056 5841 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 86.7278 > 65.7119. Will do an exact optimization."

these are the periods of non-responsiveness that I am curious about. Are these what a graph search crash looks like? Can I adjust for it? Appreciate your help and hard work on Vosk-Kaldi. Best regards. Glenn

portsample commented 2 years ago

Here is a slightly different Logcat file from a hard crash. The Vosk specific error messages appear different than earlier Logcat.

--------- beginning of main 01-08 10:28:01.434 25672 25696 I Adreno : QUALCOMM build : 74bd0df, Ida1be052e0 01-08 10:28:01.434 25672 25696 I Adreno : Build Date : 12/13/17 01-08 10:28:01.434 25672 25696 I Adreno : OpenGL ES Shader Compiler Version: XE031.14.00.04 01-08 10:28:01.434 25672 25696 I Adreno : Local Branch : 01-08 10:28:01.434 25672 25696 I Adreno : Remote Branch : quic/gfx-adreno.lnx.1.0.r9-rel 01-08 10:28:01.434 25672 25696 I Adreno : Remote Branch : NONE 01-08 10:28:01.434 25672 25696 I Adreno : Reconstruct Branch : NOTHING 01-08 10:28:01.435 25672 25696 I Adreno : PFP: 0x005ff087, ME: 0x005ff063 01-08 10:28:01.439 25672 25696 I OpenGLRenderer: Initialized EGL, version 1.4 01-08 10:28:01.439 25672 25696 D OpenGLRenderer: Swap behavior 1 01-08 10:28:01.493 25672 25678 I art : Do partial code cache collection, code=43KB, data=59KB 01-08 10:28:01.494 25672 25678 I art : After code cache collection, code=42KB, data=59KB 01-08 10:28:01.494 25672 25678 I art : Increasing code cache capacity to 256KB 01-08 10:28:18.648 25672 25813 V StorageService: Making directory /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us 01-08 10:28:18.654 25672 25813 V StorageService: Copy model-en-us/README to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:18.663 25672 25813 V StorageService: Making directory /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/am 01-08 10:28:18.666 25672 25813 V StorageService: Copy model-en-us/am/final.mdl to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:19.003 25672 25813 V StorageService: Making directory /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/conf 01-08 10:28:19.006 25672 25813 V StorageService: Copy model-en-us/conf/mfcc.conf to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:19.011 25672 25813 V StorageService: Copy model-en-us/conf/model.conf to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:19.015 25672 25813 V StorageService: Making directory /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/graph 01-08 10:28:19.017 25672 25813 V StorageService: Copy model-en-us/graph/Gr.fst to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:19.498 25672 25813 V StorageService: Copy model-en-us/graph/HCLr.fst to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:19.846 25672 25813 V StorageService: Copy model-en-us/graph/disambig_tid.int to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:19.853 25672 25813 V StorageService: Making directory /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/graph/phones 01-08 10:28:19.855 25672 25813 V StorageService: Copy model-en-us/graph/phones/word_boundary.int to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:19.860 25672 25813 V StorageService: Making directory /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/ivector 01-08 10:28:19.862 25672 25813 V StorageService: Copy model-en-us/ivector/final.dubm to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:19.869 25672 25813 V StorageService: Copy model-en-us/ivector/final.ie to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:20.030 25672 25813 V StorageService: Copy model-en-us/ivector/final.mat to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:20.034 25672 25813 V StorageService: Copy model-en-us/ivector/global_cmvn.stats to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:20.037 25672 25813 V StorageService: Copy model-en-us/ivector/online_cmvn.conf to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:20.041 25672 25813 V StorageService: Copy model-en-us/ivector/splice.conf to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:20.045 25672 25813 V StorageService: Copy model-en-us/uuid to /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model 01-08 10:28:20.049 25672 25813 I VoskAPI : ReadDataFiles():model.cc:213) Decoding params beam=10 max-active=3000 lattice-beam=2 01-08 10:28:20.049 25672 25813 I VoskAPI : ReadDataFiles():model.cc:216) Silence phones 1:2:3:4:5:6:7:8:9:10 01-08 10:28:20.279 25672 25813 I VoskAPI : RemoveOrphanNodes():nnet-nnet.cc:948) Removed 0 orphan nodes. 01-08 10:28:20.279 25672 25813 I VoskAPI : RemoveOrphanComponents():nnet-nnet.cc:847) Removing 0 orphan components. 01-08 10:28:20.640 25672 25813 I VoskAPI : CompileLooped():nnet-compile-looped.cc:345) Spent 0.185671 seconds in looped compilation. 01-08 10:28:20.641 25672 25813 I VoskAPI : ReadDataFiles():model.cc:248) Loading i-vector extractor from /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/ivector/final.ie 01-08 10:28:20.669 25672 25813 I VoskAPI : ComputeDerivedVars():ivector-extractor.cc:183) Computing derived variables for iVector extractor 01-08 10:28:20.992 25672 25813 I VoskAPI : ComputeDerivedVars():ivector-extractor.cc:204) Done. 01-08 10:28:20.993 25672 25813 I VoskAPI : ReadDataFiles():model.cc:281) Loading HCL and G from /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/graph/HCLr.fst /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/graph/Gr.fst 01-08 10:28:21.929 25672 25813 I VoskAPI : ReadDataFiles():model.cc:302) Loading winfo /storage/emulated/0/Android/data/net.blepsias.salmontalker/files/model/model-en-us/graph/phones/word_boundary.int 01-08 10:28:24.282 25672 25680 I art : Debugger is no longer active 01-08 10:28:24.283 25672 25680 I art : Starting a blocking GC Instrumentation 01-08 10:28:28.969 25672 25678 I art : Do full code cache collection, code=119KB, data=124KB 01-08 10:28:28.971 25672 25678 I art : Starting a blocking GC JitCodeCache 01-08 10:28:28.971 25672 25678 I art : After code cache collection, code=89KB, data=83KB 01-08 10:28:29.410 25672 25672 I VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:63) ["and zero one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty thirty forty fifty sixty seventy eighty ninety hundred thousand million billion trillion sockeye red reds pink pinks humpy humpies coho silver silvers chum chums dog dogs gator gators calico chinook chinooks king kings atlantic salmon stop carcasses carcass ", "delete last count", "delete last row", "[unk]"] 01-08 10:28:29.410 25672 25672 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpy' 01-08 10:28:29.410 25672 25672 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpies' 01-08 10:28:29.411 25672 25672 I VoskAPI : Estimate():language_model.cc:142) Estimating language model with ngram-order=2, discount=0.5 01-08 10:28:29.411 25672 25672 I VoskAPI : OutputToFst():language_model.cc:209) Created language model with 64 states and 186 arcs. 01-08 10:28:29.413 25672 25672 V AudioRecord: set(): inputSource 6, sampleRate 16000, format 0x1, channelMask 0x10, frameCount 3200, notificationFrames 0, sessionId 0, transferType 0, flags 0, opPackageName net.blepsias.salmontalker uid -1, pid -1 01-08 10:28:29.413 25672 25672 V AudioRecord: Building AudioRecord with attributes: source=6 flags=0x0 tags=[] 01-08 10:28:29.417 25672 25672 V AudioRecord: set(): mSessionId 217 01-08 10:28:29.424 25672 26357 V AudioRecord: start, sync event 0 trigger session 0 01-08 10:28:36.263 25672 25672 I VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:63) ["and zero one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty thirty forty fifty sixty seventy eighty ninety hundred thousand million billion trillion sockeye red reds pink pinks humpy humpies coho silver silvers chum chums dog dogs gator gators calico chinook chinooks king kings atlantic salmon stop carcasses carcass ", "delete last count", "delete last row", "[unk]"] 01-08 10:28:36.263 25672 25672 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpy' 01-08 10:28:36.263 25672 25672 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpies' 01-08 10:28:36.264 25672 25672 I VoskAPI : Estimate():language_model.cc:142) Estimating language model with ngram-order=2, discount=0.5 01-08 10:28:36.264 25672 25672 I VoskAPI : OutputToFst():language_model.cc:209) Created language model with 64 states and 186 arcs. 01-08 10:28:36.265 25672 25672 V AudioRecord: set(): inputSource 6, sampleRate 16000, format 0x1, channelMask 0x10, frameCount 3200, notificationFrames 0, sessionId 0, transferType 0, flags 0, opPackageName net.blepsias.salmontalker uid -1, pid -1 01-08 10:28:36.265 25672 25672 V AudioRecord: Building AudioRecord with attributes: source=6 flags=0x0 tags=[] 01-08 10:28:36.266 25672 25672 V AudioRecord: set(): mSessionId 225 01-08 10:28:36.273 25672 26442 V AudioRecord: start, sync event 0 trigger session 0 01-08 10:29:01.391 25672 25672 D countdownTask: LogCat timer 01-08 10:30:01.392 25672 25672 D countdownTask: LogCat timer 01-08 10:30:05.020 25672 25682 V AudioRecord: ~AudioRecord, releasing session id 217 01-08 10:31:01.392 25672 25672 D countdownTask: LogCat timer 01-08 10:31:38.806 25672 25672 I VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:63) ["and zero one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty thirty forty fifty sixty seventy eighty ninety hundred thousand million billion trillion sockeye red reds pink pinks humpy humpies coho silver silvers chum chums dog dogs gator gators calico chinook chinooks king kings atlantic salmon stop carcasses carcass ", "delete last count", "delete last row", "[unk]"] 01-08 10:31:38.806 25672 25672 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpy' 01-08 10:31:38.807 25672 25672 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpies' 01-08 10:31:38.807 25672 25672 I VoskAPI : Estimate():language_model.cc:142) Estimating language model with ngram-order=2, discount=0.5 01-08 10:31:38.807 25672 25672 I VoskAPI : OutputToFst():language_model.cc:209) Created language model with 64 states and 186 arcs. 01-08 10:31:38.809 25672 25672 V AudioRecord: set(): inputSource 6, sampleRate 16000, format 0x1, channelMask 0x10, frameCount 3200, notificationFrames 0, sessionId 0, transferType 0, flags 0, opPackageName net.blepsias.salmontalker uid -1, pid -1 01-08 10:31:38.809 25672 25672 V AudioRecord: Building AudioRecord with attributes: source=6 flags=0x0 tags=[] 01-08 10:31:38.809 25672 25672 V AudioRecord: set(): mSessionId 233 01-08 10:31:38.815 25672 26494 V AudioRecord: start, sync event 0 trigger session 0 01-08 10:32:01.394 25672 25672 D countdownTask: LogCat timer 01-08 10:33:01.395 25672 25672 D countdownTask: LogCat timer ... 01-08 10:46:01.472 25672 25672 D countdownTask: LogCat timer 01-08 10:46:45.440 25672 25672 I VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:63) ["and zero one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty thirty forty fifty sixty seventy eighty ninety hundred thousand million billion trillion sockeye red reds pink pinks humpy humpies coho silver silvers chum chums dog dogs gator gators calico chinook chinooks king kings atlantic salmon stop carcasses carcass ", "delete last count", "delete last row", "[unk]"] 01-08 10:46:45.440 25672 25672 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpy' 01-08 10:46:45.440 25672 25672 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpies' 01-08 10:46:45.440 25672 25672 I VoskAPI : Estimate():language_model.cc:142) Estimating language model with ngram-order=2, discount=0.5 01-08 10:46:45.441 25672 25672 I VoskAPI : OutputToFst():language_model.cc:209) Created language model with 64 states and 186 arcs. 01-08 10:46:45.442 25672 25672 V AudioRecord: set(): inputSource 6, sampleRate 16000, format 0x1, channelMask 0x10, frameCount 3200, notificationFrames 0, sessionId 0, transferType 0, flags 0, opPackageName net.blepsias.salmontalker uid -1, pid -1 01-08 10:46:45.442 25672 25672 V AudioRecord: Building AudioRecord with attributes: source=6 flags=0x0 tags=[] 01-08 10:46:45.442 25672 25672 V AudioRecord: set(): mSessionId 241 01-08 10:46:45.449 25672 26634 V AudioRecord: start, sync event 0 trigger session 0 01-08 10:47:01.473 25672 25672 D countdownTask: LogCat timer 01-08 10:47:06.965 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 585.238 > 135.615. Will do an exact optimization. 01-08 10:47:06.968 25672 26634 I VoskAPI : SolveQuadraticProblem():sp-matrix.cc:686) Solving quadratic problem for called-from-linearCGD: floored 1 eigenvalues. 01-08 10:47:07.359 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00439705 > 0.000147102. Will do an exact optimization. 01-08 10:47:07.360 25672 26634 I VoskAPI : SolveQuadraticProblem():sp-matrix.cc:686) Solving quadratic problem for called-from-linearCGD: floored 1 eigenvalues. 01-08 10:47:09.559 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00159914 > 0.00044081. Will do an exact optimization. 01-08 10:47:09.561 25672 26634 I VoskAPI : SolveQuadraticProblem():sp-matrix.cc:686) Solving quadratic problem for called-from-linearCGD: floored 1 eigenvalues. 01-08 10:47:10.363 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00459783 > 0.000436507. Will do an exact optimization.

... This was a really BIG block of error messages similar to above and below that GitHub did not like! ...

01-08 10:53:53.161 25672 26634 I VoskAPI : SolveQuadraticProblem():sp-matrix.cc:686) Solving quadratic problem for called-from-linearCGD: floored 1 eigenvalues. 01-08 10:53:53.558 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0652753 > 0.00250686. Will do an exact optimization. 01-08 10:53:53.560 25672 26634 I VoskAPI : SolveQuadraticProblem():sp-matrix.cc:686) Solving quadratic problem for called-from-linearCGD: floored 1 eigenvalues. 01-08 10:53:53.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0454301 > 0.000727127. Will do an exact optimization. 01-08 10:53:53.761 25672 26634 I VoskAPI : SolveQuadraticProblem():sp-matrix.cc:686) Solving quadratic problem for called-from-linearCGD: floored 1 eigenvalues. 01-08 10:53:53.971 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00474943 > 0.0010289. Will do an exact optimization. 01-08 10:53:53.972 25672 26634 I VoskAPI : SolveQuadraticProblem():sp-matrix.cc:686) Solving quadratic problem for called-from-linearCGD: floored 1 eigenvalues. 01-08 10:53:54.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0277538 > 0.000834852. Will do an exact optimization. 01-08 10:53:54.161 25672 26634 I VoskAPI : SolveQuadraticProblem():sp-matrix.cc:686) Solving quadratic problem for called-from-linearCGD: floored 1 eigenvalues. 01-08 10:53:54.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00570069 > 0.000232119. Will do an exact optimization. 01-08 10:53:54.361 25672 26634 I VoskAPI : SolveQuadraticProblem():sp-matrix.cc:686) Solving quadratic problem for called-from-linearCGD: floored 1 eigenvalues. 01-08 10:53:54.763 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00824801 > 0.00172209. Will do an exact optimization. 01-08 10:53:54.765 25672 26634 I VoskAPI : SolveQuadraticProblem():sp-matrix.cc:686) Solving quadratic problem for called-from-linearCGD: floored 1 eigenvalues. 01-08 10:53:54.970 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00318511 > 0.000326681. Will do an exact optimization. 01-08 10:53:54.971 25672 26634 I VoskAPI : SolveQuadraticProblem():sp-matrix.cc:686) Solving quadratic problem for called-from-linearCGD: floored 1 eigenvalues. 01-08 10:53:55.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0766641 > 0.00159137. Will do an exact optimization. 01-08 10:53:55.359 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00388519 > 0.000270397. Will do an exact optimization. 01-08 10:53:55.555 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00249428 > 0.000247622. Will do an exact optimization. 01-08 10:53:55.970 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0411451 > 0.00121748. Will do an exact optimization. 01-08 10:53:56.156 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0105323 > 0.000259572. Will do an exact optimization. 01-08 10:53:56.555 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00397048 > 0.00125987. Will do an exact optimization. 01-08 10:53:56.756 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0104064 > 0.000234876. Will do an exact optimization. 01-08 10:53:57.163 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0309392 > 0.000998289. Will do an exact optimization. 01-08 10:53:57.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00316865 > 0.000642445. Will do an exact optimization. 01-08 10:53:57.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00636083 > 0.000388675. Will do an exact optimization. 01-08 10:53:57.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00152781 > 0.000267903. Will do an exact optimization. 01-08 10:53:57.965 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00177101 > 0.000242029. Will do an exact optimization. 01-08 10:53:58.363 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00200113 > 0.00094723. Will do an exact optimization. 01-08 10:53:58.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00134456 > 0.000345877. Will do an exact optimization. 01-08 10:53:58.971 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00121595 > 0.000300325. Will do an exact optimization. 01-08 10:53:59.970 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00346236 > 0.000188265. Will do an exact optimization. 01-08 10:54:00.763 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00738179 > 0.000888712. Will do an exact optimization. 01-08 10:54:01.158 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00389172 > 0.000878695. Will do an exact optimization. 01-08 10:54:01.485 25672 25672 D countdownTask: LogCat timer 01-08 10:54:01.970 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0101397 > 0.000691976. Will do an exact optimization. 01-08 10:54:02.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00602162 > 0.000647992. Will do an exact optimization. 01-08 10:54:02.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00165836 > 0.000403208. Will do an exact optimization. 01-08 10:54:02.754 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00240416 > 0.000306538. Will do an exact optimization. 01-08 10:54:04.973 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0162326 > 0.00101444. Will do an exact optimization. 01-08 10:54:05.558 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0120236 > 0.00264701. Will do an exact optimization. 01-08 10:54:05.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.041044 > 0.000890364. Will do an exact optimization. 01-08 10:54:05.971 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0330612 > 0.000932304. Will do an exact optimization. 01-08 10:54:06.359 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00592458 > 0.00130582. Will do an exact optimization. 01-08 10:54:06.762 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00280868 > 0.00102615. Will do an exact optimization. 01-08 10:54:08.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00163944 > 0.000569006. Will do an exact optimization. 01-08 10:54:09.163 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00874005 > 0.00218997. Will do an exact optimization. 01-08 10:54:09.359 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00304056 > 0.000529361. Will do an exact optimization. 01-08 10:54:09.555 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0223928 > 0.000540298. Will do an exact optimization. 01-08 10:54:09.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0307028 > 0.000555161. Will do an exact optimization. 01-08 10:54:09.965 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00752809 > 0.000291747. Will do an exact optimization. 01-08 10:54:10.361 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0216738 > 0.00199241. Will do an exact optimization. 01-08 10:54:10.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00212289 > 0.000321581. Will do an exact optimization. 01-08 10:54:10.754 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0049158 > 0.000299872. Will do an exact optimization. 01-08 10:54:11.756 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0202285 > 0.00102573. Will do an exact optimization. 01-08 10:54:13.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00372323 > 0.000984566. Will do an exact optimization. 01-08 10:54:15.755 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00168137 > 0.000541277. Will do an exact optimization. 01-08 10:54:16.960 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00329242 > 0.000857491. Will do an exact optimization. 01-08 10:54:17.755 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00269562 > 0.00099871. Will do an exact optimization. 01-08 10:54:19.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00156265 > 0.000773518. Will do an exact optimization. 01-08 10:54:19.969 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0145969 > 0.00313632. Will do an exact optimization. 01-08 10:54:20.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.018299 > 0.000621947. Will do an exact optimization. 01-08 10:54:20.361 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0826628 > 0.00275984. Will do an exact optimization. 01-08 10:54:20.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00248718 > 0.000219271. Will do an exact optimization. 01-08 10:54:20.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0411661 > 0.000391947. Will do an exact optimization. 01-08 10:54:21.163 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0224381 > 0.00295901. Will do an exact optimization. 01-08 10:54:21.358 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00415807 > 0.000361004. Will do an exact optimization. 01-08 10:54:22.555 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00427108 > 0.00126756. Will do an exact optimization. 01-08 10:54:24.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00219233 > 0.000532738. Will do an exact optimization. 01-08 10:54:25.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00817014 > 0.00136219. Will do an exact optimization. 01-08 10:54:25.969 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00235587 > 0.000739417. Will do an exact optimization. 01-08 10:54:26.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00399477 > 0.000962487. Will do an exact optimization. 01-08 10:54:27.163 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00456446 > 0.0017075. Will do an exact optimization. 01-08 10:54:27.555 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0119321 > 0.00264388. Will do an exact optimization. 01-08 10:54:27.970 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0213705 > 0.00131938. Will do an exact optimization. 01-08 10:54:28.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0057868 > 0.00146894. Will do an exact optimization. 01-08 10:54:28.555 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0157652 > 0.000902385. Will do an exact optimization. 01-08 10:54:28.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00374952 > 0.000651266. Will do an exact optimization. 01-08 10:54:29.558 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0245257 > 0.0073195. Will do an exact optimization. 01-08 10:54:29.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00187862 > 0.000334702. Will do an exact optimization. 01-08 10:54:30.359 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0183406 > 0.00499225. Will do an exact optimization. 01-08 10:54:31.555 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0162881 > 0.000746739. Will do an exact optimization. 01-08 10:54:33.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00137958 > 0.000187173. Will do an exact optimization. 01-08 10:54:34.363 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0331926 > 0.00103329. Will do an exact optimization. 01-08 10:54:35.755 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00262458 > 0.00111985. Will do an exact optimization. 01-08 10:54:37.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00301081 > 0.00103532. Will do an exact optimization. 01-08 10:54:37.973 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0129493 > 0.00170381. Will do an exact optimization. 01-08 10:54:38.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00137502 > 8.61767e-05. Will do an exact optimization. 01-08 10:54:38.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00109457 > 0.000233861. Will do an exact optimization. 01-08 10:54:39.162 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00822704 > 0.0013392. Will do an exact optimization. 01-08 10:54:39.555 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00240179 > 0.000758762. Will do an exact optimization. 01-08 10:54:40.361 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0765203 > 0.00214021. Will do an exact optimization. 01-08 10:54:40.960 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0013386 > 0.000406731. Will do an exact optimization. 01-08 10:54:41.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00105503 > 0.000252658. Will do an exact optimization. 01-08 10:54:41.756 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00440722 > 0.00123018. Will do an exact optimization. 01-08 10:54:42.155 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00520165 > 0.000688372. Will do an exact optimization. 01-08 10:54:45.557 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00673246 > 0.00465301. Will do an exact optimization. 01-08 10:54:46.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0011374 > 0.000353467. Will do an exact optimization. 01-08 10:54:48.356 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00984977 > 0.00103273. Will do an exact optimization. 01-08 10:54:48.763 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0059001 > 0.000483393. Will do an exact optimization. 01-08 10:54:49.154 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00108491 > 0.000106561. Will do an exact optimization. 01-08 10:54:53.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00776097 > 0.000288868. Will do an exact optimization. 01-08 10:54:53.965 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00113669 > 0.000224612. Will do an exact optimization. 01-08 10:54:54.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00173172 > 0.000450783. Will do an exact optimization. 01-08 10:54:54.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0109102 > 0.00107573. Will do an exact optimization. 01-08 10:54:54.758 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00805775 > 0.00115503. Will do an exact optimization. 01-08 10:54:54.961 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00907106 > 0.000872698. Will do an exact optimization. 01-08 10:54:55.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00127838 > 0.000350542. Will do an exact optimization. 01-08 10:55:01.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00300153 > 0.000382803. Will do an exact optimization. 01-08 10:55:01.486 25672 25672 D countdownTask: LogCat timer 01-08 10:55:02.160 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00187731 > 0.000530177. Will do an exact optimization. 01-08 10:55:02.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00220871 > 0.00109291. Will do an exact optimization. 01-08 10:55:03.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00252686 > 0.000286117. Will do an exact optimization. 01-08 10:55:04.755 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0104007 > 0.000329126. Will do an exact optimization. 01-08 10:55:05.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00196228 > 0.000380298. Will do an exact optimization. 01-08 10:55:05.761 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00894274 > 0.000339003. Will do an exact optimization. 01-08 10:55:07.971 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00379366 > 0.000495808. Will do an exact optimization. 01-08 10:55:08.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00255405 > 0.000150624. Will do an exact optimization. 01-08 10:55:08.354 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00189363 > 0.000120823. Will do an exact optimization. 01-08 10:55:08.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00243667 > 0.000198325. Will do an exact optimization. 01-08 10:55:09.961 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00259688 > 0.000356823. Will do an exact optimization. 01-08 10:55:10.355 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0114711 > 0.00170827. Will do an exact optimization. 01-08 10:55:10.553 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00175403 > 0.000305056. Will do an exact optimization. 01-08 10:55:12.763 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0221049 > 0.00105008. Will do an exact optimization. 01-08 10:55:14.555 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00975863 > 0.000378622. Will do an exact optimization. 01-08 10:55:16.363 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00290294 > 0.000862084. Will do an exact optimization. 01-08 10:55:16.970 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00403429 > 0.000166721. Will do an exact optimization. 01-08 10:55:17.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0200938 > 0.000350444. Will do an exact optimization. 01-08 10:55:18.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0035415 > 0.000422085. Will do an exact optimization. 01-08 10:55:18.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00944013 > 0.000386006. Will do an exact optimization. 01-08 10:55:18.763 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0348599 > 0.00200465. Will do an exact optimization. 01-08 10:55:18.971 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00972765 > 0.000410259. Will do an exact optimization. 01-08 10:55:19.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0134587 > 0.00046216. Will do an exact optimization. 01-08 10:55:19.972 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00737895 > 0.00124091. Will do an exact optimization. 01-08 10:55:20.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00113401 > 0.000171384. Will do an exact optimization. 01-08 10:55:20.761 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00179787 > 0.000407031. Will do an exact optimization. 01-08 10:55:21.156 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00695704 > 0.000883042. Will do an exact optimization. 01-08 10:55:21.359 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00121021 > 0.000270022. Will do an exact optimization. 01-08 10:55:22.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0055407 > 0.00059065. Will do an exact optimization. 01-08 10:55:23.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00605791 > 0.000221187. Will do an exact optimization. 01-08 10:55:23.559 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00355055 > 0.000761707. Will do an exact optimization. 01-08 10:55:23.970 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00127322 > 0.000254032. Will do an exact optimization. 01-08 10:55:24.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00496494 > 0.000196641. Will do an exact optimization. 01-08 10:55:24.359 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00361478 > 0.000420042. Will do an exact optimization. 01-08 10:55:24.763 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00286329 > 0.000991267. Will do an exact optimization. 01-08 10:55:24.963 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00295579 > 0.000245146. Will do an exact optimization. 01-08 10:55:25.158 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0112445 > 0.000575876. Will do an exact optimization. 01-08 10:55:25.358 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0272956 > 0.000486067. Will do an exact optimization. 01-08 10:55:25.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0192821 > 0.000368771. Will do an exact optimization. 01-08 10:55:25.973 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0231064 > 0.00126756. Will do an exact optimization. 01-08 10:55:26.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00320375 > 0.000284195. Will do an exact optimization. 01-08 10:55:27.554 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0015197 > 0.000230844. Will do an exact optimization. 01-08 10:55:28.363 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00129563 > 0.000373978. Will do an exact optimization. 01-08 10:55:28.972 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00158709 > 0.000392048. Will do an exact optimization. 01-08 10:55:29.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0019137 > 0.000199175. Will do an exact optimization. 01-08 10:55:30.980 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0071199 > 0.00247385. Will do an exact optimization. 01-08 10:55:32.161 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00579829 > 0.000273045. Will do an exact optimization. 01-08 10:55:33.164 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00274862 > 0.000463403. Will do an exact optimization. 01-08 10:55:34.555 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00502333 > 0.0015968. Will do an exact optimization. 01-08 10:55:35.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00689361 > 0.000363229. Will do an exact optimization. 01-08 10:55:35.558 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00228357 > 0.000821725. Will do an exact optimization. 01-08 10:55:35.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00165252 > 0.000341815. Will do an exact optimization. 01-08 10:55:36.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0288711 > 0.00169874. Will do an exact optimization. 01-08 10:55:36.762 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00581226 > 0.000763538. Will do an exact optimization. 01-08 10:55:36.965 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00256192 > 0.000249778. Will do an exact optimization. 01-08 10:55:37.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00798381 > 0.000150948. Will do an exact optimization. 01-08 10:55:37.971 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00690095 > 0.000953689. Will do an exact optimization. 01-08 10:55:38.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00109972 > 0.00011816. Will do an exact optimization. 01-08 10:55:38.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00684151 > 0.000571571. Will do an exact optimization. 01-08 10:55:39.163 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0019474 > 0.000402964. Will do an exact optimization. 01-08 10:55:39.359 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00382045 > 0.000134497. Will do an exact optimization. 01-08 10:55:41.156 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00141149 > 0.000136727. Will do an exact optimization. 01-08 10:55:41.558 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00602209 > 0.000729185. Will do an exact optimization. 01-08 10:55:41.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00501096 > 0.000219526. Will do an exact optimization. 01-08 10:55:42.977 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00283513 > 0.0019666. Will do an exact optimization. 01-08 10:55:43.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00232098 > 0.000155297. Will do an exact optimization. 01-08 10:55:43.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00560124 > 0.000151111. Will do an exact optimization. 01-08 10:55:45.163 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00217427 > 0.000839233. Will do an exact optimization. 01-08 10:55:47.559 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0139231 > 0.00154772. Will do an exact optimization. 01-08 10:55:48.355 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.000997879 > 8.99609e-05. Will do an exact optimization. 01-08 10:55:49.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00503174 > 0.000680591. Will do an exact optimization. 01-08 10:55:49.359 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00118991 > 0.000194486. Will do an exact optimization. 01-08 10:55:59.557 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00181134 > 0.000518423. Will do an exact optimization. 01-08 10:56:00.153 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00757552 > 0.000710146. Will do an exact optimization. 01-08 10:56:00.968 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00211873 > 0.000267143. Will do an exact optimization. 01-08 10:56:01.160 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00625996 > 0.00055316. Will do an exact optimization. 01-08 10:56:01.487 25672 25672 D countdownTask: LogCat timer 01-08 10:56:02.554 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00335934 > 0.00158244. Will do an exact optimization. 01-08 10:56:02.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0121825 > 0.00033838. Will do an exact optimization. 01-08 10:56:03.163 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00552019 > 0.000772553. Will do an exact optimization. 01-08 10:56:03.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00223906 > 0.000348248. Will do an exact optimization. 01-08 10:56:03.756 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.001289 > 0.000452257. Will do an exact optimization. 01-08 10:56:03.970 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00130074 > 0.000176192. Will do an exact optimization. 01-08 10:56:04.363 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.001475 > 0.000639518. Will do an exact optimization. 01-08 10:56:04.555 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00301341 > 0.000210858. Will do an exact optimization. 01-08 10:56:04.964 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00568742 > 0.000610736. Will do an exact optimization. 01-08 10:56:05.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00174172 > 0.000138297. Will do an exact optimization. 01-08 10:56:05.559 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0515836 > 0.00166276. Will do an exact optimization. 01-08 10:56:06.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.013604 > 0.00413623. Will do an exact optimization. 01-08 10:56:06.763 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0270364 > 0.0013085. Will do an exact optimization. 01-08 10:56:06.969 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00201079 > 0.000215727. Will do an exact optimization. 01-08 10:56:07.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00130556 > 0.000452124. Will do an exact optimization. 01-08 10:56:08.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00115495 > 0.000162292. Will do an exact optimization. 01-08 10:56:09.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00196572 > 0.000380857. Will do an exact optimization. 01-08 10:56:10.970 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0023527 > 0.000352878. Will do an exact optimization. 01-08 10:56:11.559 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00175905 > 0.000375703. Will do an exact optimization. 01-08 10:56:13.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00425748 > 0.000928259. Will do an exact optimization. 01-08 10:56:14.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00409857 > 0.000408366. Will do an exact optimization. 01-08 10:56:14.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00119401 > 0.000173804. Will do an exact optimization. 01-08 10:56:14.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00192089 > 0.000235212. Will do an exact optimization. 01-08 10:56:15.163 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0131184 > 0.000957572. Will do an exact optimization. 01-08 10:56:15.555 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00228918 > 0.000372085. Will do an exact optimization. 01-08 10:56:15.755 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00249037 > 0.00037564. Will do an exact optimization. 01-08 10:56:15.961 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00199926 > 0.000362198. Will do an exact optimization. 01-08 10:56:16.364 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0512483 > 0.00225331. Will do an exact optimization. 01-08 10:56:16.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00308204 > 0.000447046. Will do an exact optimization. 01-08 10:56:17.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00924693 > 0.00152908. Will do an exact optimization. 01-08 10:56:17.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00204069 > 0.00055491. Will do an exact optimization. 01-08 10:56:17.759 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00993284 > 0.000435263. Will do an exact optimization. 01-08 10:56:18.360 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00239883 > 0.00140086. Will do an exact optimization. 01-08 10:56:18.757 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00704078 > 0.000585466. Will do an exact optimization. 01-08 10:56:19.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00155998 > 0.000349782. Will do an exact optimization. 01-08 10:56:20.359 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00281446 > 0.000386104. Will do an exact optimization. 01-08 10:56:20.556 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00281897 > 0.000187272. Will do an exact optimization. 01-08 10:56:21.163 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00766491 > 0.00100608. Will do an exact optimization. 01-08 10:56:22.362 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00422869 > 0.000581064. Will do an exact optimization. 01-08 10:56:22.968 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00270482 > 0.000209959. Will do an exact optimization. 01-08 10:56:23.149 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00121686 > 0.000138952. Will do an exact optimization. 01-08 10:56:23.559 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00259757 > 0.000614247. Will do an exact optimization. 01-08 10:56:25.963 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.021463 > 0.00148379. Will do an exact optimization. 01-08 10:56:26.159 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00388935 > 0.000199544. Will do an exact optimization. 01-08 10:56:26.364 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.00136856 > 0.000570183. Will do an exact optimization. 01-08 10:56:27.163 25672 26634 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 0.0056197 > 0.000640585. Will do an exact optimization. 01-08 10:57:01.488 25672 25672 D countdownTask: LogCat timer 01-08 10:58:01.491 25672 25672 D countdownTask: LogCat timer 01-08 10:59:01.496 25672 25672 D countdownTask: LogCat timer 01-08 11:00:01.498 25672 25672 D countdownTask: LogCat timer 01-08 11:01:01.500 25672 25672 D countdownTask: LogCat timer 01-08 11:02:01.502 25672 25672 D countdownTask: LogCat timer 01-08 11:03:01.505 25672 25672 D countdownTask: LogCat timer 01-08 11:04:01.508 25672 25672 D countdownTask: LogCat timer 01-08 11:05:01.511 25672 25672 D countdownTask: LogCat timer 01-08 11:06:01.514 25672 25672 D countdownTask: LogCat timer 01-08 11:07:01.517 25672 25672 D countdownTask: LogCat timer 01-08 11:07:17.457 25672 25678 I art : Do partial code cache collection, code=125KB, data=115KB 01-08 11:07:17.458 25672 25678 I art : After code cache collection, code=125KB, data=115KB 01-08 11:07:17.458 25672 25678 I art : Increasing code cache capacity to 512KB 01-08 11:07:17.554 25672 25672 I VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:63) ["and zero one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty thirty forty fifty sixty seventy eighty ninety hundred thousand million billion trillion sockeye red reds pink pinks humpy humpies coho silver silvers chum chums dog dogs gator gators calico chinook chinooks king kings atlantic salmon stop carcasses carcass ", "delete last count", "delete last row", "[unk]"] 01-08 11:07:17.555 25672 25672 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpy' 01-08 11:07:17.555 25672 25672 W VoskAPI : KaldiRecognizer():kaldi_recognizer.cc:84) Ignoring word missing in vocabulary: 'humpies' 01-08 11:07:17.556 25672 25672 I VoskAPI : Estimate():language_model.cc:142) Estimating language model with ngram-order=2, discount=0.5 01-08 11:07:17.556 25672 25672 I VoskAPI : OutputToFst():language_model.cc:209) Created language model with 64 states and 186 arcs. 01-08 11:07:17.558 25672 25672 V AudioRecord: set(): inputSource 6, sampleRate 16000, format 0x1, channelMask 0x10, frameCount 3200, notificationFrames 0, sessionId 0, transferType 0, flags 0, opPackageName net.blepsias.salmontalker uid -1, pid -1 01-08 11:07:17.558 25672 25672 V AudioRecord: Building AudioRecord with attributes: source=6 flags=0x0 tags=[] 01-08 11:07:17.558 25672 25672 V AudioRecord: set(): mSessionId 265 01-08 11:07:17.568 25672 27018 V AudioRecord: start, sync event 0 trigger session 0 ... 01-08 11:20:01.531 25672 25672 D countdownTask: LogCat timer 01-08 11:20:54.009 25672 25682 V AudioRecord: ~AudioRecord, releasing session id 225 01-08 11:20:54.012 25672 25682 V AudioRecord: ~AudioRecord, releasing session id 233 01-08 11:20:54.014 25672 25682 V AudioRecord: ~AudioRecord, releasing session id 241 01-08 11:21:01.531 25672 25672 D countdownTask: LogCat timer ... 01-08 13:25:01.644 25672 25672 D countdownTask: LogCat timer 01-08 13:26:01.646 25672 25672 D countdownTask: LogCat timer 01-08 13:26:51.032 25672 25684 I art : Background sticky concurrent mark sweep GC freed 119716(4MB) AllocSpace objects, 0(0B) LOS objects, 36% free, 7MB/11MB, paused 6.187ms total 53.687ms 01-08 13:27:01.647 25672 25672 D countdownTask: LogCat timer 01-08 13:28:01.648 25672 25672 D countdownTask: LogCat timer ... 01-08 14:45:01.716 25672 25672 D countdownTask: LogCat timer 01-08 14:45:16.473 25672 27018 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 97162.1 > 5214.72. Will do an exact optimization. 01-08 14:45:16.474 25672 27018 I VoskAPI : SolveQuadraticProblem():sp-matrix.cc:686) Solving quadratic problem for called-from-linearCGD: floored 1 eigenvalues. 01-08 14:46:01.717 25672 25672 D countdownTask: LogCat timer ... 01-08 15:31:01.766 25672 25672 D countdownTask: LogCat timer 01-08 15:31:10.481 25672 27018 W VoskAPI : LinearCgd():optimization.cc:549) Doing linear CGD in dimension 30, after 15 iterations the squared residual has got worse, 1251.73 > 88.5058. Will do an exact optimization. 01-08 15:31:10.482 25672 27018 F VoskAPI : SymPosSemiDefEig():sp-matrix.cc:62) Assertion failed: (-min <= tolerance * max) --------- beginning of crash 01-08 15:31:10.535 25672 27018 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 27018 (Thread-6)

This was a hard crash that ended the application. Fascinating. Curious to hear your thoughts on this.

nshmyrev commented 2 years ago

Hm, was it quiet when the thing crashed please?

portsample commented 2 years ago

Yes, this happens most often when it is quiet. Some devices do it much worse than others. Seems to not happen at all when playing jazz such as Dave Brubeck.