提交

提交图

  • 475b0ecfc1 Free symbol table only if we loaded it Nickolay Shmyrev 2021-02-25 19:17:13 +01:00
  • 2a9a605144 Merge pull request #436 from sskorol/435-sync-master-with-gpu Nickolay V. Shmyrev 2021-02-22 13:41:37 +03:00
  • eea7ca571b - Added an optional HAVE_CUDA flag to build Vosk with GPU support. - Added missing GpuInit/ThreadInit python wrappers. sskorol 2021-02-21 22:03:07 +02:00
  • 11c16610ee Fix memory leaks for big models. Fixes issue #425. Nickolay Shmyrev 2021-02-19 19:25:07 +01:00
  • 2f4124eb66 Demonstrate speaker Nickolay Shmyrev 2021-02-16 17:40:21 +01:00
  • db3e31d7ce Automatically put .so file in resources Nickolay Shmyrev 2021-02-16 17:33:09 +01:00
  • d917af21ab Better search for Windows dlls 0.3.21 Nickolay Shmyrev 2021-02-12 22:24:54 +01:00
  • 948c8c7cfd Update to 0.3.21 Nickolay Shmyrev 2021-02-12 10:13:50 +01:00
  • dec8e1acf3 Move to JNA instead of JNR-FFI for better Android compatibility Nickolay Shmyrev 2021-02-11 00:04:19 +01:00
  • 3c020526ce No need for byte buffer Nickolay Shmyrev 2021-02-10 23:32:47 +01:00
  • b0da19b07f Java API through JNR-FFI Nickolay Shmyrev 2021-02-10 23:15:43 +01:00
  • 70bcd9b018 Platform is hardcoded now Nickolay Shmyrev 2021-02-09 23:43:56 +01:00
  • d2604b609d Copy out lib files too Nickolay Shmyrev 2021-02-09 23:36:32 +01:00
  • e960e0cacf Proper libraries and demo Nickolay Shmyrev 2021-02-09 21:37:16 +01:00
  • 77b114d434 Rework node bindings to use node-ffi-napi Nickolay Shmyrev 2021-02-08 23:00:56 +01:00
  • 2860092cef Merge pull request #401 from proger/patch-1 Nickolay V. Shmyrev 2021-02-08 01:50:07 +03:00
  • c6119c4835 test_microphone: AcceptWavform wants bytes Vlad Ki 2021-02-08 00:38:28 +02:00
  • 415d1927e0 Add win32 wheel 0.3.18 Nickolay Shmyrev 2021-02-07 23:08:27 +01:00
  • 3d1e21d242 Update dockcross build to cffi Nickolay Shmyrev 2021-02-07 21:33:39 +01:00
  • 7a75e1c3f4 Add arm architectures Nickolay Shmyrev 2021-02-07 20:28:14 +01:00
  • c3430e448a Add build for Windows wheel Nickolay Shmyrev 2021-02-07 18:11:38 +01:00
  • ae49ea60d2 Rework manylinux to use cffi Nickolay Shmyrev 2021-02-07 15:26:23 +01:00
  • 02dc0ce0c8 Take source location from environment Nickolay Shmyrev 2021-02-07 15:17:35 +01:00
  • 15697a18e8 Platform-specific wheel Nickolay Shmyrev 2021-02-07 14:58:10 +01:00
  • 481881e59d Fully move python to cffi Nickolay Shmyrev 2021-02-07 13:17:07 +01:00
  • 11a25b26a7 Add cffi wrapper Nickolay Shmyrev 2021-02-07 10:57:57 +01:00
  • bf87358f6c Add win32 build Nickolay Shmyrev 2021-02-07 10:12:32 +01:00
  • 04a8242230 Add vosk-api build Nickolay Shmyrev 2021-02-07 01:55:47 +01:00
  • ceb96c301c Separate openfst root Nickolay Shmyrev 2021-02-07 01:48:45 +01:00
  • 307df8fdc0 Add Win cross-compilation docker Nickolay Shmyrev 2021-02-07 01:41:37 +01:00
  • c44875a2dd Build libvosk in src folder, will be used for many bindings Nickolay Shmyrev 2021-02-07 00:42:25 +01:00
  • 31f11990ca Rename voskrecognizer Nickolay Shmyrev 2021-02-07 00:32:47 +01:00
  • b79b85856d Refactor C# API to properly work with nuget and precompiled libvosk.so library Nickolay Shmyrev 2021-02-06 23:07:30 +01:00
  • 6e861c6a19 Add nuget platforms Nickolay Shmyrev 2021-02-05 00:39:27 +01:00
  • cf62296a51 Update flags to hopefully fix the build Nickolay Shmyrev 2021-02-02 14:41:25 +01:00
  • 387b132814 Fix model version in Makefile. Thanks to Peter Kronenberg. Nickolay Shmyrev 2021-01-26 23:19:34 +01:00
  • de83de8624 Implement decoding on iOS with a microphone Nickolay Shmyrev 2021-01-24 21:59:21 +01:00
  • fe91b5a717 Preprocess header on the fly Nickolay Shmyrev 2021-01-10 21:11:35 +01:00
  • a052506a5d Add cffi example Nickolay Shmyrev 2021-01-10 20:53:43 +01:00
  • 6f2d6d0d69 Proper microphone recognizer with the queue Nickolay Shmyrev 2021-01-09 23:16:35 +01:00
  • a8ae6025bd Add a bit more optimization 0.3.17 Nickolay Shmyrev 2021-01-09 16:16:32 +01:00
  • 1b8332a609 Raise to 0.3.17 Nickolay Shmyrev 2021-01-09 02:29:56 +01:00
  • fe16ec7e57 Set lowest arch for linux Nickolay Shmyrev 2021-01-09 01:47:23 +01:00
  • c5ce5e46bd Add c++17 Nickolay Shmyrev 2021-01-09 01:46:13 +01:00
  • 99d66670bc Update Android build Nickolay Shmyrev 2021-01-08 13:30:28 +01:00
  • 072b42cac6 Use our own dockcross Nickolay Shmyrev 2021-01-08 00:56:18 +01:00
  • acadb5b4c2 Add optimization 0.3.16 Nickolay Shmyrev 2021-01-07 23:41:13 +01:00
  • 2e1de6c3af No need for python 3.5 anymore Nickolay Shmyrev 2021-01-07 23:20:54 +01:00
  • 67de30908b Use openblas_clapack Nickolay Shmyrev 2021-01-07 22:37:56 +01:00
  • 9d398eff0e Remove armv6, too slow anyway. Build with new dockcross. Nickolay Shmyrev 2021-01-06 16:26:23 +01:00
  • 02b7312a00 Build with openblas-clapack to avoid fortran Nickolay Shmyrev 2021-01-06 01:11:03 +01:00
  • 08c35e84f3 Update demo with spk vector check Nickolay Shmyrev 2020-12-23 22:21:12 +01:00
  • b92a5c1fc7 Update wheels to openfst 1.8.0 Nickolay Shmyrev 2020-12-22 23:27:01 +01:00
  • 8997a587c5 Fix warnings in preparation for openfst 1.8.0 Nickolay Shmyrev 2020-12-22 21:16:20 +01:00
  • dc3d03d742 Make sure we have result field in json Nickolay Shmyrev 2020-11-29 19:19:50 +01:00
  • 84df40715c Add Filipino Nickolay Shmyrev 2020-11-19 14:53:46 +01:00
  • b639fb501a Package US model on bintray Nickolay Shmyrev 2020-11-04 22:08:03 +01:00
  • 746ff47757 Split long lines in subtitles Nickolay Shmyrev 2020-11-03 15:13:16 +01:00
  • 2d62db8118 Update link in readme Nickolay Shmyrev 2020-10-31 10:03:25 +01:00
  • 7a2adcd9ba Add nuget wraps Nickolay Shmyrev 2020-10-26 15:57:40 +01:00
  • 9ccf3ef0e8 Introduce CMVN in feature pipeline Nickolay Shmyrev 2020-10-22 23:56:36 +02:00
  • 0edab6d558 Merge pull request #259 from ThThoma/add-valid-word-check Nickolay V. Shmyrev 2020-10-22 15:53:04 +03:00
  • 4b344f0cd8 rename Athanasios Thoma 2020-10-22 14:09:50 +03:00
  • 17ddc4d5ba add isWordRecognizable() Athanasios Thoma 2020-10-21 10:00:39 +03:00
  • 3e33860c47 Update to latest 0.3.15 changes Nickolay Shmyrev 2020-10-20 23:50:39 +03:00
  • 0269a10833 Critical ivector bugfix and version 0.3.15 0.3.15 Nickolay Shmyrev 2020-10-13 01:28:46 +02:00
  • 7af3e9a334 Add srt example Nickolay Shmyrev 2020-10-07 13:43:09 +02:00
  • d666876be1 Revert compile flags Nickolay Shmyrev 2020-10-05 01:24:32 +02:00
  • 564fab7ec1 Update documentation Nickolay Shmyrev 2020-10-05 00:16:15 +02:00
  • 155c6c2a2a Don't crash with grammar and static graphs Nickolay Shmyrev 2020-10-05 00:13:25 +02:00
  • d43cbe9344 Add 0.3.14 Nickolay Shmyrev 2020-10-04 23:45:34 +02:00
  • 57cc474c9f Build bigram language model from grammars Nickolay Shmyrev 2020-10-04 23:42:50 +02:00
  • 586603f8e1 Add Farsi Nickolay Shmyrev 2020-10-03 12:42:54 +02:00
  • d57887d22a Add Greek Nickolay Shmyrev 2020-09-30 13:31:24 +02:00
  • 6183bcfc5f Add Arabic model Nickolay Shmyrev 2020-09-30 13:29:43 +02:00
  • 65f6113b4d Add Catalan Nickolay Shmyrev 2020-09-27 11:57:20 +02:00
  • 8d88b89db1 Fix reserved identifier violation. Closes issue #226 Nickolay Shmyrev 2020-09-23 21:16:34 +02:00
  • 62885e8963 Update descriptions Nickolay Shmyrev 2020-09-22 11:28:34 +02:00
  • 9fc094a5da Update kaldi_recognizer.h qo6xup6 2020-09-22 10:11:29 +08:00
  • f97383c17f Update models location Nickolay Shmyrev 2020-09-22 00:00:24 +02:00
  • 4b892ec5e7 Bump version Nickolay Shmyrev 2020-09-21 23:49:55 +02:00
  • 41035485db Fix x-vectors, now they actually work. Requires new version spk-model-0.4 with whitening transform matrix Nickolay Shmyrev 2020-09-21 23:31:30 +02:00
  • 9696f4c917 Mention Dutch Nickolay Shmyrev 2020-09-18 17:31:17 +02:00
  • 55abf5f5ac Dynamic arch in pip module Nickolay Shmyrev 2020-09-13 22:08:36 +02:00
  • a1b2e41710 Mention we support Indian English Nickolay Shmyrev 2020-09-09 23:28:55 +02:00
  • dff4ab26e4 Library is now vosk_jni Nickolay Shmyrev 2020-09-01 18:27:54 +02:00
  • 83b6e1cdf7 Speech service for more flexible recognizer initialization Nickolay Shmyrev 2020-09-01 16:32:15 +02:00
  • 38dbaa15ea Load JNI inside library itself Nickolay Shmyrev 2020-09-01 12:44:44 +02:00
  • 0e531b6061 Organize Makefile Nickolay Shmyrev 2020-08-23 20:10:48 +02:00
  • de94ef5537 Add speaker C demo Nickolay Shmyrev 2020-08-14 11:33:41 +02:00
  • 6ef9d13877 Add Italian Nickolay Shmyrev 2020-08-03 01:31:30 +02:00
  • 1c7b94757d Don't attempt to resize to empty matrix Nickolay Shmyrev 2020-07-31 16:45:05 +02:00
  • 83486e0bef Spk vector fix Nickolay Shmyrev 2020-07-31 12:58:23 +02:00
  • 9787e8a53f No .html in links Nickolay Shmyrev 2020-07-21 10:15:27 +02:00
  • f59d6685ad Fix confidences Nickolay Shmyrev 2020-07-15 10:24:08 +02:00
  • 8a986ef384 Require KALDI_MKL to be 1 Nickolay Shmyrev 2020-07-12 11:03:22 +02:00
  • 78f9f55e14 Fixes description Nickolay Shmyrev 2020-07-12 10:37:56 +02:00
  • c2e006f664 Some probably helpful flags for npm on osx Nickolay Shmyrev 2020-07-11 20:54:13 +02:00
  • 4b8e9737a5 Update README.md Nickolay V. Shmyrev 2020-07-08 02:34:57 +03:00
  • 722b09eaa4 Ignore words missing in the vocabulary Nickolay Shmyrev 2020-07-07 01:08:28 +02:00