konstantin-sancom
konstantin-sancom
`-g3` to make more debug info avaiable for `gdb`
`src/olaf_ep_extractor.c:152` `void rotate(Olaf_EP_Extractor * ep_extractor){` `ep_extractor->maxes[i-1]=ep_extractor->maxes[i];` `ep_extractor->mags[i-1]=ep_extractor->mags[i];` Is there a `pointer` to array row assignment or you meaned `array row values` assigment?
`OS: Debian 10 x64` `gcc version 8.3.0 (Debian 8.3.0-6)` For some reason `olaf_c` goes to `segmentation fault` on some files. It is simply reprodusable on `store` and on `query` mode....
Added curl hook send after cached WAV are moved to spool directory if caching is used. If caching is not used curl hook is sent instantly after WAV file convertation...
Hi. There is a `endpoint_detected` parameter in `PartialResultsCallback` of `Kaldi Backend`. It is `TRUE` when a `endpoint`(phrase end) is detected by `CUDA decoder`. Is it possible to get `lattice` from...
Hi, @JorenSix . I tryed to compare JAVA and C FP algorithmus ans found out aparts of code in C version: ``` uint64_t m1LargerThanm2 = m1 > m2 ? 1...