Nickolay Shmyrev
7790ac5040
Update versions in bindings
go/v0.3.36
2021-08-31 22:42:42 +02:00
Nickolay Shmyrev
7b3ea0b59d
Merge branch 'master' of github.com:alphacep/vosk-api
v0.3.31
2021-08-31 21:56:49 +02:00
Nickolay Shmyrev
e2af710369
Rework rescoring for faster and more accurate results
2021-08-31 21:56:21 +02:00
Nickolay V. Shmyrev
6b1b620f39
Merge pull request #678 from agorman/go-bindings
...
Cleaning up and completing go bindings
2021-08-31 22:34:19 +03:00
Andy Gorman
966524da16
gofmt
2021-08-31 12:24:19 -07:00
Andy Gorman
83c999f298
Cleaning up and completing go bindings
2021-08-31 12:18:34 -07:00
Nickolay Shmyrev
abff8a4f56
Organize makefile structure
2021-07-29 11:58:31 +02:00
Timur
188575f3a2
Added MKL build options ( #647 )
...
Co-authored-by: Kasimov Timur <t.kasimov@cft.ru >
2021-07-29 11:03:39 +03:00
Nickolay Shmyrev
9f4d8ca187
Update doc
go/v0.3.35
2021-07-12 20:29:42 +02:00
Nickolay Shmyrev
72cc8f3a5e
Added test doc
2021-07-12 20:23:49 +02:00
Nickolay Shmyrev
915dcab597
Add doc
go/v0.3.34
2021-07-11 15:54:42 +02:00
Nickolay Shmyrev
d82052b168
Better have it here
2021-07-11 11:26:32 +02:00
Nickolay Shmyrev
dbb65bc71c
Unify example
2021-07-11 11:01:56 +02:00
Nickolay Shmyrev
2498bc595b
Add module file
2021-07-11 10:22:24 +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