Nickolay Shmyrev
|
c7bffbf603
|
No need for g++ in C code, fix osx warning
|
2022-05-15 23:20:33 +02:00 |
|
Mark Delk
|
ce5ffb980a
|
use comma instead of equal sign in rpath linker opts (#963)
Using `=` for linker options is a GNU extension which doesn't work with
clang.
Using `,` should work for both gcc and clang.
|
2022-05-12 00:34:43 +03:00 |
|
Nickolay Shmyrev
|
499b2f183a
|
Introduce new API to set speaker model to already initialized recognizer.
Introduce a method to reset recognizer results to start from scratch without
computation of the result.
|
2021-05-26 00:46:32 +02:00 |
|
Nickolay Shmyrev
|
c44875a2dd
|
Build libvosk in src folder, will be used for many bindings
|
2021-02-07 00:42:25 +01:00 |
|
Nickolay Shmyrev
|
cf62296a51
|
Update flags to hopefully fix the build
|
2021-02-02 14:43:12 +01:00 |
|
Nickolay Shmyrev
|
02b7312a00
|
Build with openblas-clapack to avoid fortran
|
2021-01-06 01:11:03 +01:00 |
|
Nickolay Shmyrev
|
8997a587c5
|
Fix warnings in preparation for openfst 1.8.0
|
2020-12-22 21:16:20 +01:00 |
|
Nickolay Shmyrev
|
57cc474c9f
|
Build bigram language model from grammars
|
2020-10-04 23:42:50 +02:00 |
|
Nickolay Shmyrev
|
de94ef5537
|
Add speaker C demo
|
2020-08-14 11:33:41 +02:00 |
|
Nickolay Shmyrev
|
f5b4f5a1f2
|
Added C test
|
2020-07-08 01:35:50 +02:00 |
|