Nickolay Shmyrev
cf2560c9f8
Bump debian requirement
go/v0.3.45
v0.3.45
2022-12-14 17:58:40 +01:00
Nickolay Shmyrev
800d3d7089
Bump version
2022-12-14 17:38:53 +01:00
Nickolay Shmyrev
b471207f7a
Protect against segmentation faults with corrupted model folder
2022-12-14 17:32:55 +01:00
Edwin Hendriks
25c59b52e3
add -m (language model) argument to test_microphone.py ( #1219 )
...
* added language model as parameter
* fix fore more help explanation
2022-12-07 22:53:21 +03:00
Nickolay Shmyrev
4c72097478
Allow to configure GPU model path. See https://github.com/alphacep/vosk-server/issues/207
2022-11-19 01:13:42 +01:00
Tomas Mehdi
1053cfa0f8
JSON output_type with texts ( #1180 )
2022-10-26 22:41:04 +03:00
gmat
21a42cb6cd
new output type json for gecko project ( #1166 )
...
add a output type `json` to get output file compatible with transcription file format for the gecko project annotation https://github.com/gong-io/gecko
2022-10-06 16:27:29 +03:00
Nickolay Shmyrev
16c4a0d985
Bump version
2022-09-25 21:00:24 +02:00
Nickolay Shmyrev
298253401a
Update approach to machine detection on cross-compilation
...
See for details issue #1155
2022-09-25 21:00:24 +02:00
Nickolay Shmyrev
32aa980069
Allow to change grammar of existing recognizer. Probably can be faster though
...
if we do not reinit feature pipeline
2022-09-13 23:12:13 +02:00
vadimdddd
7b4d396eb1
fix quotes and import's order ( #1143 )
2022-09-13 21:51:45 +03:00
vadimdddd
36968fbb30
Fix python style issues ( #1140 )
...
* pylint_fix v.2
* init: fix quotes
2022-09-12 23:08:59 +03:00
vadimdddd
7474888801
Fix python style issues ( #1131 )
2022-09-09 00:13:02 +03:00
vadimdddd
d46b7a43eb
Split results by newlines ( #1124 )
2022-08-26 17:22:10 +03:00
vadimdddd
2376b32a8a
Add SRTResult to KaldiRecognizer ( #1080 )
2022-08-24 12:48:18 +03:00
vadimdddd
b8a88cc30c
Add gradio recognizer ( #1114 )
...
Demonstrate speech recognition in gradio
2022-08-19 17:31:47 +03:00
Nickolay V. Shmyrev
be0b117711
Add training colab
2022-08-17 19:11:45 +02:00
Nickolay V. Shmyrev
449c8ea5af
Introduce stop stage espnet style
2022-08-17 14:30:56 +02:00
Nickolay V. Shmyrev
900da76652
Import script locally
2022-08-17 12:50:59 +02:00
Nickolay V. Shmyrev
df0ee24084
Add adaptation colab
2022-08-17 12:38:17 +02:00
Nickolay V. Shmyrev
d3d8f53156
Add Kaldi build colab
2022-08-17 10:02:43 +02:00
vadimdddd
6eee303d7e
Fix decoding files with spaces ( #1084 )
...
Fix decoding files with spaces
2022-08-02 20:56:04 +03:00
Nickolay Shmyrev
053d71f5aa
Bug fix in notebook
2022-08-01 22:59:38 +02:00
Nickolay Shmyrev
4fbbf5882c
Add colab demo
2022-08-01 22:52:57 +02:00
Nickolay Shmyrev
7012103b3b
Simplify the go interface. Move from []byte to strings. Fixes #1095
go/v0.3.43
2022-07-31 09:58:33 +02:00
Nickolay Shmyrev
967024d20a
Fix precedence of current path for dll load. Fixes issue #1096
2022-07-30 09:15:28 +02:00
Nicolas Dato
b966a8078b
Fix comment ( #1091 )
2022-07-26 23:07:25 +03:00
vadimdddd
f63b015284
Add new dependency websockets ( #1079 )
...
add websockets to dependencies
2022-07-19 19:58:24 +03:00
Nickolay Shmyrev
0a9672d910
Attempt to build manylinux wheel
v0.3.43
2022-07-15 00:40:38 +02:00
Nickolay Shmyrev
4ccccd0cd2
Bump version
2022-07-14 21:38:36 +02:00
Nickolay Shmyrev
354fb672a3
Merge branch 'master' of github.com:alphacep/vosk-api
2022-07-13 14:09:05 +02:00
Nickolay Shmyrev
73abf0740a
Add Ruby bindings
2022-07-13 14:08:50 +02:00
Nickolay Shmyrev
81c82935ac
Add usage example
go/v0.3.42
2022-07-07 01:09:32 +02:00
Nickolay Shmyrev
ac3ec56584
Add notes about Go and Rust
2022-07-05 01:18:08 +02:00
Nickolay Shmyrev
2cbe12d4d0
Add link to rust bindings
2022-07-05 01:17:43 +02:00
Nickolay Shmyrev
1475b0e986
Async ffmpeg for trancriber and code refactoring
2022-07-05 01:13:05 +02:00
vadimdddd
8ceab0b9b1
Add vosk-server to transcriber ( #1024 )
...
Allow to use vosk-server for transcription
2022-07-04 13:50:38 +03:00
Nickolay Shmyrev
1496b597d3
Fixes issues with models without alignment
2022-07-03 13:00:05 +02:00
vadimdddd
983519e629
Add compatibility with python 3.5 issue( #1021 ) ( #1041 )
...
Added format for python3.5
2022-06-29 18:00:40 +03: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
Rémi Bernon
23bbff0b56
build: Add a CMakeLists.txt. ( #992 )
2022-06-04 17:34:42 +03:00
Kay Gosho
a47b58e2f4
Specify device to get microphone input ( #993 )
2022-06-03 15:33:50 +03:00
Nickolay Shmyrev
8cf64ee93e
Add RISCV support
2022-06-02 01:44:16 +02:00
vadimdddd
630edeb3d6
fixed error if parent directory doesn't exist #988 ( #990 )
...
Create missing parent directory
2022-06-01 17:52:16 +03:00
Nickolay Shmyrev
b1b216d4c8
Bump versions
v0.3.42
2022-05-26 15:22:16 +02:00
Nickolay Shmyrev
55dd29b0ff
Fix transcriber bugs while processing folder
2022-05-26 14:05:54 +02:00
Nickolay Shmyrev
ea0568a38d
Change target binary library name and copy header
v0.3.41
2022-05-26 13:29:14 +02:00
Nickolay Shmyrev
298c86d0d4
Bump version and add python requirements
2022-05-26 12:46:06 +02:00
Nickolay Shmyrev
859420809b
Add extra comments
2022-05-26 11:45:16 +02:00