Nickolay Shmyrev
4c562e15a4
Bump version to 0.3.32
v0.3.32
2021-10-30 22:45:10 +02:00
Nickolay Shmyrev
5bcdf454ec
Add fbank feature support
2021-10-30 22:45:01 +02:00
Nickolay Shmyrev
4ccdda44ac
Extend documentation
2021-10-12 22:35:31 +02:00
Nickolay Shmyrev
5e46825474
Add try/catch wrapper for C++ method to raise native exceptions. Python and Java
...
are implemented, others on the way
2021-10-12 22:31:36 +02:00
Nickolay Shmyrev
fcab5a9581
Revert CFFI bump
2021-10-10 22:09:55 +02:00
Nickolay Shmyrev
e7f5e0ac23
Bump cffi version
2021-10-10 21:21:32 +02:00
Nickolay Shmyrev
9a3906831b
Properly convert lattice. Fixes issue #713
2021-10-08 21:11:00 +02:00
Nickolay Shmyrev
195db43b9e
Rename branches in kaldi repo
2021-10-07 01:18:47 +02:00
Nickolay Shmyrev
332553ec1e
Revert rescoring to more accurate pure fst composition
2021-10-04 01:05:04 +02:00
Nickolay Shmyrev
646af3f652
Explain more about sample rate in constructor
2021-09-17 11:17:38 +02:00
Nickolay V. Shmyrev
f24ac65fcb
Merge pull request #688 from scroot/patch-1
...
Update vosk.go
2021-09-16 18:42:03 +03:00
scroot
14312c93f9
Update vosk.go
...
* fix partial result
+ Free
2021-09-16 09:55:26 +08:00
Nickolay Shmyrev
4346d4155d
Fix go example
2021-09-02 10:48:19 +02:00
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