Nickolay Shmyrev
9a7097486e
Add module file
v0.3.30
2021-07-11 09:48:19 +02:00
Nickolay Shmyrev
fee63d712f
Add go bindings
2021-07-10 23:44:15 +02:00
Nickolay Shmyrev
5965ea30e6
Fetch_sub returns original value
2021-07-06 12:11:12 +02:00
Nickolay Shmyrev
5c75495c03
Atomic refcounting for thread safety. See
...
https://github.com/alphacep/vosk-api/issues/606
for more details
2021-07-06 11:09:34 +02:00
Nickolay Shmyrev
98ae3c66cb
Bump version
2021-06-28 02:09:06 +02:00
Nickolay Shmyrev
942e15484a
Protect against multiple resets
2021-06-28 01:59:43 +02:00
Lars Kiesow
2349e66a97
Subtitles require word times ( #607 )
...
This is a port of the recent addition of commit 7ccf743 , adding
`KaldiRecognizer.SetWords(True)` to the other examples dealing with
subtitles to the WebVTT example.
Without this, the example will not work with the most recent `vosk`
(0.3.30) Python package.
2021-06-27 18:06:11 +03:00
Nickolay Shmyrev
5750e3224f
Merge branch 'master' of github.com:alphacep/vosk-api
2021-06-24 20:09:12 +02:00
Nickolay Shmyrev
558b4dd69e
Don't align lattice twice
2021-06-24 20:08:54 +02:00
Lars Kiesow
02ef49f67e
Allow Saving WebVTT ( #605 )
...
This patch is a small extension to the WebVTT example which allows to
directly save the WebVTT output to a file like this:
./test_webvtt.py test.wav out.vtt
2021-06-24 19:35:30 +03:00
Lars Kiesow
7cdf8f1d03
Add Python WebVTT Example ( #601 )
...
This patch adds an example for using webvtt-py to generate WebVTT files
from Vosk output. This is similar to the SRT example but still very
useful for generating an example video subtitle usable in web contexts.
2021-06-23 01:16:33 +03:00
Nickolay Shmyrev
7f894f784a
Better check for the model files
2021-06-21 00:19:55 +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
0930def9ec
Fix critical accuracy issues, actually use rescoring
2021-05-30 21:58:06 +02:00
Nickolay Shmyrev
6aa5af7640
Add reset test
2021-05-26 21:22:07 +02:00
Nickolay Shmyrev
e74fe5edf7
Reset reset flag
2021-05-26 21:01:27 +02:00
Nickolay Shmyrev
cbb5d0fcdf
Implement reset method in SpeechService
2021-05-26 20:51:44 +02:00
Nickolay Shmyrev
d489bc40e4
Update Java part too
2021-05-26 00:59:08 +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
f57b926f66
Unpack library, loading works on Windows
2021-05-23 01:29:29 +02:00
Nickolay Shmyrev
733dca5aea
Attempt to fix loading on Windows
2021-05-22 00:41:30 +02:00
Nickolay Shmyrev
1ab7e8ca87
Use older API for backward compatibility
2021-05-20 20:48:21 +02:00
Nickolay Shmyrev
53426f794c
Add note about Ukrainian
2021-05-20 01:29:15 +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
4a4c33fd9d
Load dependent libraries
2021-05-10 01:39:26 +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
ee8663e6d9
RNNLM rescoring support
2021-05-05 19:34:30 +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
Sergey Korol
f6a30c3626
Added missing GPU methods to nuget package. ( #514 )
2021-04-29 20:57:56 +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
Nickolay Shmyrev
91a128b3ed
Fix package name
2021-04-15 13:54:48 +02:00
Nickolay Shmyrev
83d8b63351
Merge branch 'master' of github.com:alphacep/vosk-api
2021-04-15 12:57:17 +02:00
Nickolay Shmyrev
0881aa856f
Update for new API
2021-04-15 12:56:59 +02:00
Nickolay Shmyrev
77abb02ada
Bump version
2021-04-12 12:23:11 +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
Peter Kronenberg
d845e2107f
Allow libvosk.dll to get loaded on Windows ( #478 )
...
* Allow libvosk.dll to get loaded on Windows
Authored-by: Peter Kronenberg <peter.kronenberg@torch.ai >
2021-03-31 18:55:45 +03:00
Nickolay V. Shmyrev
69992a1b39
Android through JNA framework unified with Java ( #476 )
...
* Move to JNA
* Update for android
* Joint publishing
* Fix the developer id
* Added grammar constructor for Java
2021-03-30 23:36:26 +03:00
Nickolay Shmyrev
f351280f49
Allow extra cflags
2021-03-30 19:24:00 +02:00
Nickolay Shmyrev
c15065b044
Wrap short and float
2021-03-30 17:34:00 +02:00