Nickolay Shmyrev
625e44c626
Bump JNA requirements to 5.18.1 and update version
2025-12-08 21:47:46 +01:00
Nickolay Shmyrev
488fc44d71
Add missing file to git, fixes #2001
2025-10-24 13:10:51 +02:00
Nickolay Shmyrev
07a0ddb467
Add endpointer mode to java and csharp API
2025-09-03 07:14:40 +02:00
Nickolay Shmyrev
a7bf6a51e2
Bump version
2024-04-22 14:39:57 +02:00
Nickolay V. Shmyrev
c4d32a2293
Inverse text normalization with FSTs ( #1545 )
...
* Add ITN from Wetext
2024-03-29 14:32:05 +03:00
mason-acronode
da87d0dad3
c# supports GPU inference ( #1307 )
...
* Added Batch P/Invoke to be able to use GPU based inference
* Modified Result method
* Modified Result method
* Fixed code to call BatchModel
---------
Co-authored-by: minsik.sim <minsik.sim@cyara.com >
2023-03-25 12:28:14 +03:00
Nickolay Shmyrev
800d3d7089
Bump version
2022-12-14 17:38:53 +01:00
Nickolay Shmyrev
16c4a0d985
Bump version
2022-09-25 21:00:24 +02:00
Nickolay Shmyrev
4ccccd0cd2
Bump version
2022-07-14 21:38:36 +02:00
Nickolay Shmyrev
b1b216d4c8
Bump versions
2022-05-26 15:22:16 +02:00
Nickolay Shmyrev
298c86d0d4
Bump version and add python requirements
2022-05-26 12:46:06 +02:00
Nickolay Shmyrev
0fe3a89768
Update to 0.3.40
2022-05-26 11:41:14 +02:00
Nickolay Shmyrev
592da81a8c
Update nuget package for 0.3.38
2022-05-24 17:05:14 +02:00
Nickolay Shmyrev
97d737a30a
Bump version
2022-05-15 23:36:46 +02:00
Nickolay Shmyrev
7b7d814484
Introduce incremental decoder with confidences in partial results
2022-04-07 01:07:47 +02:00
Nickolay Shmyrev
2daf67f31c
C# style method name
2022-03-29 23:05:27 +02:00
gauthiersornet
2511192ecb
Update VoskDemo.cs
...
To read shorts from a binary buffer => fbuffer[i] = BitConverter.ToInt16(buffer, n);
2022-03-22 20:29:59 +01:00
Nickolay Shmyrev
4c562e15a4
Bump version to 0.3.32
2021-10-30 22:45:10 +02:00
Nickolay Shmyrev
7790ac5040
Update versions in bindings
2021-08-31 22:42:42 +02:00
Nickolay Shmyrev
75bedfe06d
Add a method to show/hide words and their times
2021-06-07 01:04:37 +02:00
Nickolay Shmyrev
4ea9885d44
Bump version
2021-05-30 21:59:46 +02: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
1ab7e8ca87
Use older API for backward compatibility
2021-05-20 20:48:21 +02:00
Nickolay Shmyrev
f8189685e5
Add max alternatives output
2021-05-19 18:47:25 +02:00
Nickolay Shmyrev
67896cfba7
Bump bindings versions
2021-05-05 20:50:25 +02:00
Sergey Korol
f6a30c3626
Added missing GPU methods to nuget package. ( #514 )
2021-04-29 20:57:56 +03:00
Nickolay Shmyrev
70aab86257
Remove test code
2021-03-28 10:11:53 +02:00
Nickolay Shmyrev
e4b0af7a8e
Update nuget package, add osx library
2021-03-27 23:40:02 +01:00
Nickolay Shmyrev
2f4124eb66
Demonstrate speaker
2021-02-16 17:40:21 +01:00
Nickolay Shmyrev
b0da19b07f
Java API through JNR-FFI
2021-02-10 23:16:20 +01:00
Nickolay Shmyrev
31f11990ca
Rename voskrecognizer
2021-02-07 00:32:47 +01:00
Nickolay Shmyrev
b79b85856d
Refactor C# API to properly work with nuget and precompiled libvosk.so library
2021-02-06 23:10:51 +01:00
Nickolay Shmyrev
6e861c6a19
Add nuget platforms
2021-02-05 00:39:27 +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
7a2adcd9ba
Add nuget wraps
2020-10-26 15:57:40 +01:00
Nickolay Shmyrev
57cc474c9f
Build bigram language model from grammars
2020-10-04 23:42:50 +02:00
Nickolay Shmyrev
0e531b6061
Organize Makefile
2020-08-23 20:10:48 +02:00
Nickolay Shmyrev
4593183cf9
Create gen if doens't exist. Thanks to BMI24.
2020-05-25 00:32:42 +02:00
Nickolay Shmyrev
80219066e9
Expose verbose level in the API
2020-05-01 19:02:57 +02:00
Nickolay Shmyrev
c00e36fab6
Rearrange models
2020-04-30 10:47:10 +02:00
Nickolay Shmyrev
80e60b9118
LM Rescoring
2020-04-28 22:17:34 +02:00
Nickolay Shmyrev
71bdc900e3
C-only wrapper
2020-04-04 10:22:01 +02:00
Nickolay Shmyrev
df9424a228
Introduce pure C api to deal with Windows runtime issues and make it easy to wrap in Swift
2020-04-04 00:35:56 +02:00
Nickolay Shmyrev
cb41d8c94b
Added C# test
2020-02-24 00:25:15 +01:00