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
Nickolay Shmyrev
db41f16051
Docs are on the separate project
2021-03-29 00:38:54 +02:00
Nickolay Shmyrev
e276de61be
Give jar a name and fix OSX library path
2021-03-29 00:20:52 +02:00
Nickolay Shmyrev
43c786ab18
Move jars to our own maven and create a demo
2021-03-28 23:38:43 +02:00
Nickolay Shmyrev
1199f39d55
Move project to a library
2021-03-28 13:02:32 +02:00
Nickolay Shmyrev
70aab86257
Remove test code
2021-03-28 10:11:53 +02:00
Nickolay Shmyrev
e4b0af7a8e
Update nuget package, add osx library
2021-03-27 23:40:02 +01: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
f5c3d898e2
Option to compile on Mac
2021-03-18 02:10:56 +03:00
Nickolay Shmyrev
a5a3697b7c
Copy data before queue, original data can be destroyed.
...
Fixes issue #444
Thanks to Alexander Zatvornitsky
2021-03-01 21:25:41 +01:00
Nickolay Shmyrev
4be9874ba2
Reformat
2021-02-28 22:40:40 +01:00
Peter Kronenberg
5647a2dc6a
Java example with better type safety, Java objects and support for au… ( #429 )
...
Java example with better type safety, Java objects and support for autoclosable
Authored-by: Peter Kronenberg <peter.kronenberg@torch.ai >
2021-03-01 00:35:31 +03:00
Nickolay Shmyrev
a067a5b5f3
Enable pitch if conf/pitch.conf is present
...
Fixes issue #442
2021-02-26 20:34:17 +01:00
Nickolay Shmyrev
475b0ecfc1
Free symbol table only if we loaded it
2021-02-25 19:17:13 +01:00
Nickolay V. Shmyrev
2a9a605144
Merge pull request #436 from sskorol/435-sync-master-with-gpu
...
Sync master with GPU
2021-02-22 13:41:37 +03:00
sskorol
eea7ca571b
- Added an optional HAVE_CUDA flag to build Vosk with GPU support.
...
- Added missing GpuInit/ThreadInit python wrappers.
2021-02-22 12:30:46 +02:00
Nickolay Shmyrev
11c16610ee
Fix memory leaks for big models. Fixes issue #425 .
2021-02-19 19:25:07 +01:00
Nickolay Shmyrev
2f4124eb66
Demonstrate speaker
2021-02-16 17:40:21 +01:00
Nickolay Shmyrev
db3e31d7ce
Automatically put .so file in resources
2021-02-16 17:33:09 +01:00
Nickolay Shmyrev
d917af21ab
Better search for Windows dlls
0.3.21
2021-02-12 22:24:54 +01:00
Nickolay Shmyrev
948c8c7cfd
Update to 0.3.21
2021-02-12 10:13:50 +01:00
Nickolay Shmyrev
dec8e1acf3
Move to JNA instead of JNR-FFI for better Android compatibility
2021-02-11 00:04:19 +01:00
Nickolay Shmyrev
3c020526ce
No need for byte buffer
2021-02-10 23:32:47 +01:00
Nickolay Shmyrev
b0da19b07f
Java API through JNR-FFI
2021-02-10 23:16:20 +01:00
Nickolay Shmyrev
70bcd9b018
Platform is hardcoded now
2021-02-09 23:43:56 +01:00
Nickolay Shmyrev
d2604b609d
Copy out lib files too
2021-02-09 23:36:32 +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 V. Shmyrev
2860092cef
Merge pull request #401 from proger/patch-1
...
test_microphone: AcceptWaveform wants bytes
2021-02-08 01:50:07 +03:00
Vlad Ki
c6119c4835
test_microphone: AcceptWavform wants bytes
2021-02-08 00:38:28 +02:00
Nickolay Shmyrev
415d1927e0
Add win32 wheel
0.3.18
2021-02-07 23:08:27 +01:00
Nickolay Shmyrev
3d1e21d242
Update dockcross build to cffi
2021-02-07 21:33:39 +01:00