Nickolay Shmyrev
625e44c626
Bump JNA requirements to 5.18.1 and update version
2025-12-08 21:47:46 +01:00
Md Husain Thekiya
4bf3370826
Fix: Raise exception in Node.js binding when model creation fails ( #716 ) ( #1714 )
2025-03-05 19:16:56 +03:00
Matt Kenefick
cf67ed6cd9
Support ARM 64 in NodeJS ( #1655 )
...
Identify and support ARM64 in the NodeJS vosk-api
2024-11-14 00:23:16 +03: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
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
967024d20a
Fix precedence of current path for dll load. Fixes issue #1096
2022-07-30 09:15:28 +02:00
Nickolay Shmyrev
4ccccd0cd2
Bump version
2022-07-14 21:38:36 +02:00
Nickolay Shmyrev
58fa98ccd7
Wait for microphone to finalize. Fixes crash in issue #1034
2022-06-28 01:01:53 +03:00
Nickolay Shmyrev
a7bc5a22d4
We support Polish now
2022-06-05 23:03:57 +02:00
Kay Gosho
a47b58e2f4
Specify device to get microphone input ( #993 )
2022-06-03 15:33:50 +03: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
3a07a08121
Universal binary in node
2022-05-24 17:30:49 +02:00
Nickolay Shmyrev
97d737a30a
Bump version
2022-05-15 23:36:46 +02:00
Nickolay V. Shmyrev
a87f2e1e07
Czech model
2022-04-13 22:31:45 +02:00
Nickolay Shmyrev
7b7d814484
Introduce incremental decoder with confidences in partial results
2022-04-07 01:07:47 +02:00
Nickolay Shmyrev
22cb90de4a
Add Hindi
2022-03-17 20:08:39 +01:00
Nickolay Shmyrev
a1eac015dc
Add Esperanto
2022-01-07 16:27:57 +01:00
Nickolay Shmyrev
70d5cbd0e0
Update README with Japanese
2022-01-05 20:32:08 +01:00
Bert Verhelst
378ba122c8
Output correct SRT format using miliseconds
2021-11-11 10:49:50 +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
a770251151
Bump nodejs version to 0.3.30
2021-06-20 21:30:58 +02:00
Nickolay Shmyrev
7ccf743bb6
SRT requires word times
2021-06-10 10:37:15 +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
f8189685e5
Add max alternatives output
2021-05-19 18:47:25 +02:00
Nickolay Shmyrev
e6bd200c85
Proper path delimiter on windows
2021-05-13 09:36:56 +02:00
Nickolay Shmyrev
dc44922b92
Add code to expand path
2021-05-10 01:26:05 +02:00
Nickolay Shmyrev
67896cfba7
Bump bindings versions
2021-05-05 20:50:25 +02:00
Nickolay Shmyrev
652c05f052
Reformat and simplify code a bit
2021-05-02 21:44:54 +02:00
Nickolay Shmyrev
193d129d9e
Model can be a symlink
2021-04-30 11:58:11 +02:00
Sadra Sabouri
e995df4bc3
New Examples for Nodejs (Base on Python Examples) ( #515 )
2021-04-30 10:16:36 +03:00
Nickolay Shmyrev
ee95420f8f
Fix spk model initialization
2021-04-27 23:24:10 +02:00
Nickolay Shmyrev
2221cd0209
Reorganize methods a bit
2021-04-26 23:25:05 +02:00
Nickolay Shmyrev
8368d831aa
Add async processing demo
2021-04-26 22:34:33 +02:00
François Billioud
119c6cd0dc
Update ffi-napi and improve dependency to ref-napi ( #483 )
...
With this change, we will use the same version of ref-napi than the one declared in ffi-napi, which reduce dependency tree, bundle size, risks of errors that could be fixed in one version and not in the other, etc
2021-04-01 22:12:14 +03:00
Nickolay Shmyrev
cc649aa78e
Fixes demo
2021-04-01 20:33:01 +02:00
François Billioud
0b0c9fce0e
Types for typescript projects, and jsDoc ( #461 )
...
Implement Javascript API
2021-04-01 21:25:55 +03:00
Martin Mende
a120d06f6b
Fixed nodejs platform check ( #464 )
2021-03-24 17:08:39 +03:00
Nickolay Shmyrev
e01ca37e45
Add osx module
2021-03-18 00:46:51 +01:00
Nickolay Shmyrev
948c8c7cfd
Update to 0.3.21
2021-02-12 10:13:50 +01:00
Nickolay Shmyrev
e960e0cacf
Proper libraries and demo
2021-02-09 21:43:21 +01:00
Nickolay Shmyrev
77b114d434
Rework node bindings to use node-ffi-napi
2021-02-08 23:00:56 +01:00
Nickolay Shmyrev
1b8332a609
Raise to 0.3.17
2021-01-09 02:29:56 +01:00
Nickolay Shmyrev
02b7312a00
Build with openblas-clapack to avoid fortran
2021-01-06 01:11:03 +01:00