Commit Graph

  • 6235cb9f1b Fix building wheels for Linux (#240) Fangjun Kuang 2023-08-07 20:16:05 +08:00
  • f7c05b1570 Add CI test for Whisper models (#239) Fangjun Kuang 2023-08-07 19:24:52 +08:00
  • 45b9d4ab37 Support whisper models (#238) Fangjun Kuang 2023-08-07 12:34:18 +08:00
  • 64efbd82af Implement Tokens in Swift and Kotlin (#227) Wilson Wongso 2023-08-05 17:37:03 +07:00
  • c5756734a9 Use parse options to parse arguments from sherpa-onnx-microphone (#237) Fangjun Kuang 2023-08-05 18:05:18 +08:00
  • 5c9aebd583 For java ci actions (#231) zhaomingwork 2023-08-05 10:32:48 +08:00
  • 92976b04a0 Update sherpa-onnx-go package version (#233) Fangjun Kuang 2023-08-04 12:33:06 +08:00
  • 801693a4d4 Support real time hotwords on python (#230) frankyoujian 2023-08-03 15:50:11 +08:00
  • 8ab0090909 Fix scripts for releasing go packages (#232) Fangjun Kuang 2023-08-03 10:55:03 +08:00
  • c88e672733 Fix building wheels on Windows (#229) Fangjun Kuang 2023-08-01 13:45:02 +08:00
  • 5a549615df Java api update for adding modelType in config class (#228) zhaomingwork 2023-07-30 17:04:18 +08:00
  • daffdab52a Updated hypothesis key generation to be the same as sherpa (#226) Jingzhao Ou 2023-07-27 23:19:49 -07:00
  • a12252a01d Fix windows CUDA build CI (#223) Fangjun Kuang 2023-07-25 12:33:23 +08:00
  • 17a2079cfb Test Windows CUDA support in CI (#222) Fangjun Kuang 2023-07-25 12:20:43 +08:00
  • b96837d766 Release v1.5.4 (#221) Fangjun Kuang 2023-07-21 18:05:26 +08:00
  • e63d205b3d Add go-api-examples (#219) Fangjun Kuang 2023-07-21 17:56:09 +08:00
  • 6125d9e063 Refactor onnxruntime.cmake (#220) Fangjun Kuang 2023-07-18 15:44:54 +08:00
  • bd74e1c4e5 Fix CI tests (#218) Fangjun Kuang 2023-07-15 19:54:27 +08:00
  • 5d820b88ef Publish pre-compiled libs for Android. (#217) Fangjun Kuang 2023-07-15 12:25:18 +08:00
  • de2673680e Fix model_type for jni, c# and iOS. (#216) Fangjun Kuang 2023-07-14 22:24:38 +08:00
  • 5a6b55c5a7 Reduce model initialization time for online speech recognition (#215) Wilson Wongso 2023-07-14 20:20:10 +07:00
  • fe0630fe1f release-v1.5.2 (#214) Fangjun Kuang 2023-07-14 18:18:42 +08:00
  • f3206c49dc Reduce model initialization time for offline speech recognition (#213) Fangjun Kuang 2023-07-14 18:07:27 +08:00
  • 0abd7ce881 Add non-streaming speech recognition examples for MFC (#212) Fangjun Kuang 2023-07-14 17:00:14 +08:00
  • bebc1f1398 Use static libraries for MFC examples (#210) Fangjun Kuang 2023-07-13 14:52:43 +08:00
  • 10f132cfd6 small fixes for MFC examples (#209) Fangjun Kuang 2023-07-12 13:45:35 +08:00
  • c818b82e13 Add examples for Visual C++ MFC (#208) Fangjun Kuang 2023-07-12 13:37:28 +08:00
  • 5cd72ba3aa Fix setting context lists. (#207) Fangjun Kuang 2023-07-12 09:18:56 +08:00
  • b2364b0374 Implemented tokens and timestamps in Python API (#205) Wilson Wongso 2023-07-12 08:12:31 +07:00
  • 0b5fa24134 Upload pre-compiled binaries and libraries on release (#206) Fangjun Kuang 2023-07-10 17:59:08 +08:00
  • 4eacbed0b2 Update onnxruntime from v1.14.0 to v1.15.1 (#204) Fangjun Kuang 2023-07-09 14:42:19 +08:00
  • fa86597f98 Publish pre-compiled xcframework for iOS via GitHub actions (#203) Fangjun Kuang 2023-07-08 13:46:28 +08:00
  • ba26783eb0 Support 32-bit ARM Linux (#202) Fangjun Kuang 2023-07-07 17:30:06 +08:00
  • 27762bb169 fixed broken build when user provides their own onnxruntime library (#201) Jingzhao Ou 2023-07-06 23:26:09 -07:00
  • a8599507ca Publish universal wheel for macOS (#200) Fangjun Kuang 2023-07-06 18:05:52 +08:00
  • adcb5776d8 Publish pre-compiled wheels for Win32 (#199) Fangjun Kuang 2023-07-06 15:08:52 +08:00
  • 33bf8dc1f4 Support specifying providers in Python API (#198) Fangjun Kuang 2023-07-06 10:14:01 +08:00
  • 3a08191a43 Build pre-compiled wheels for aarch64 (Linux) (#197) Fangjun Kuang 2023-07-06 08:40:25 +08:00
  • a40697f633 Fix building for GPU support. (#195) Fangjun Kuang 2023-07-05 18:18:31 +08:00
  • 1f02f7c349 Support recognition from URLs. (#194) Fangjun Kuang 2023-07-04 10:16:11 +08:00
  • 2c436606bd Support .Netstandard 2.0 (#193) Fangjun Kuang 2023-07-02 22:57:48 +08:00
  • 0dd2d41f27 Real-time speech recognition from microphone for .Net (#192) Fangjun Kuang 2023-07-01 18:55:41 +08:00
  • 513dfaa552 Support contextual-biasing for streaming model (#184) Wei Kang 2023-06-30 16:46:24 +08:00
  • b2e0c4c9c2 Update iOS and Android demos to include the latest streaming zipformer (#189) Fangjun Kuang 2023-06-27 18:11:37 +08:00
  • dab22c4764 Add detection conditions under the x86 platform. (#186) James 2023-06-26 12:05:03 +08:00
  • 1c3dac9001 support streaming zipformer2 (#185) danfu 2023-06-26 11:09:43 +08:00
  • 157b6b801b Fix C# APIs (#183) Fangjun Kuang 2023-06-24 00:56:53 +08:00
  • 81579bbddd fix numpy bug (#181) fx 2023-06-20 20:55:47 +08:00
  • d82251cba6 Support the latest offline zipformer model (#180) Fangjun Kuang 2023-06-19 14:09:24 +08:00
  • 8562711252 Implement context biasing with a Aho Corasick automata (#145) Wei Kang 2023-06-16 14:26:36 +08:00
  • 1a1b9fd236 RNNLM model support lm_num_thread and lm_provider setting (#173) keanu 2023-06-12 15:51:27 +08:00
  • 13b33fcc08 Release v1.4.4 (#172) Fangjun Kuang 2023-06-08 09:41:04 +08:00
  • 9c017c2ccb rnnlm model inference supports num_threads setting (#169) keanu 2023-06-07 09:32:27 +08:00
  • 8fad17c87e Fix iOS build (#167) Fangjun Kuang 2023-06-04 23:03:22 +08:00
  • fdd49d0538 add batch processing to sherpa-onnx (#166) Jingzhao Ou 2023-06-03 23:13:55 -07:00
  • 0ed501b8f1 Added provider option to sherpa-onnx and decode-file-c-api (#162) Jingzhao Ou 2023-06-02 13:57:48 -07:00
  • 5e2dc5ceea add streaming-server with web client (#164) Fangjun Kuang 2023-05-30 22:46:52 +08:00
  • d7114da441 Minor fixes (#161) Fangjun Kuang 2023-05-23 15:57:33 +08:00
  • 44821ae2fb Use fixed decimal point for offline timestamp (#158) Fangjun Kuang 2023-05-22 16:52:38 +08:00
  • b70d40f4ab Add java websocket support (#137) zhaomingwork 2023-05-18 10:35:40 +08:00
  • 655c619bf3 Fix lm fusion (#157) PF Luo 2023-05-15 10:48:45 +08:00
  • 959f13eac8 Fix typos in .Net APIs (#156) Fangjun Kuang 2023-05-14 22:32:01 +08:00
  • b8fbf8e5ce Add onnxruntime gpu for cmake (#153) Yuekai Zhang 2023-05-12 22:30:47 +08:00
  • cea718e3d8 Support CoreML for macOS (#151) Fangjun Kuang 2023-05-12 15:57:44 +08:00
  • de1880948b Added streaming conformer test (#150) Jingzhao Ou 2023-05-11 17:37:24 -07:00
  • 0992063de8 Stack and streaming conformer support (#141) Jingzhao Ou 2023-05-10 23:30:39 -07:00
  • 824b0809a4 add shallow fusion (#147) PF Luo 2023-05-10 22:30:57 +08:00
  • 7969cf44ac Refactor C# code and support building nuget packages for cross-platforms (#144) Fangjun Kuang 2023-05-10 14:53:04 +08:00
  • 0bc571f6ee Return timestamp info and tokens in offline ASR cooldoomsday 2023-05-06 10:20:46 +08:00
  • 8ce6fff9b6 ignore style check for files in csharp-api (#143) Fangjun Kuang 2023-05-06 08:04:19 +08:00
  • 8c6a6768d5 Add lm rescore to online-modified-beam-search (#133) PF Luo 2023-05-05 21:23:54 +08:00
  • 3b9c3db31d add online-api for csharp-api (#139) manyeyes 2023-05-05 11:07:53 +08:00
  • 0c23962129 Add a C# api for offline-recognizer of sherpa-onnx (#129) manyeyes 2023-05-05 10:25:06 +08:00
  • aa7108729b share GetHypsRowSplits interface and fix getting Topk not taking logprob (#131) PF Luo 2023-04-26 11:41:04 +08:00
  • 86017f9833 Add RNN LM rescore for offline ASR with modified_beam_search (#125) Fangjun Kuang 2023-04-23 17:15:18 +08:00
  • d49a597431 Fix bug in DecodeMultipleOnlineStreams method in c-api.cc file (#128) manyeyes 2023-04-21 13:48:44 +08:00
  • cd3c58c320 java decode example for microphone (#122) zhaomingwork 2023-04-20 09:10:47 +08:00
  • 4024bfab32 Add examples for Kotlin API (#124) Fangjun Kuang 2023-04-19 17:29:35 +08:00
  • ad05f52666 Add timestamps for streaming ASR. (#123) Fangjun Kuang 2023-04-19 16:02:37 +08:00
  • 4b5d2887cb add java wrapper suppport (#117) zhaomingwork 2023-04-15 22:17:28 +08:00
  • 916e5adc1e Release v1.4.1 (#121) Fangjun Kuang 2023-04-12 19:03:37 +08:00
  • d781fcdeef Use log probs for paraformer (#120) 彭震东 2023-04-09 23:28:10 +08:00
  • 80060c276d Begin to support CTC models (#119) Fangjun Kuang 2023-04-07 23:11:34 +08:00
  • 9ac747248b Add SwiftUI demo project (#118) Fangjun Kuang 2023-04-05 22:16:29 +08:00
  • ae1f9e7914 Publish sdist only when OS is Linux in CI (#116) Fangjun Kuang 2023-04-04 23:00:14 +08:00
  • 80b504ba24 Release v1.4.0 (#115) Fangjun Kuang 2023-04-04 19:40:06 +08:00
  • 283e41c557 Fix displaying English words for paraformer models. (#114) Fangjun Kuang 2023-04-04 16:44:37 +08:00
  • 726680c5e0 Install binaries via pip install (#112) Fangjun Kuang 2023-04-04 15:45:59 +08:00
  • 7f7e3680c3 Modify the rule attribute data type of OnlineRecognizer (#113) KajiMaCN 2023-04-04 15:42:56 +08:00
  • 5d3c8edbc9 add python tests (#111) Fangjun Kuang 2023-04-02 23:05:30 +08:00
  • 3f7e0c23ac adding a python api for offline decode (#110) manyeyes 2023-04-02 13:17:43 +08:00
  • 94d77fa52e remove sherpa_onnx.Display (#109) eee 2023-04-01 18:14:33 +08:00
  • f9f9f20d37 Test int8 models (#107) Fangjun Kuang 2023-03-31 22:34:10 +08:00
  • c0620a1fe1 fix garbled console output with chinese characters (#108) eee 2023-03-31 22:26:47 +08:00
  • f69b4e9396 Add tests for zipformer (#106) Fangjun Kuang 2023-03-31 04:47:20 +08:00
  • b535d6db59 Fix building on Linux (#105) Fangjun Kuang 2023-03-30 19:56:59 +08:00
  • b911915a32 Add microphone support for offline recognizer (#104) Fangjun Kuang 2023-03-30 19:43:05 +08:00
  • 6707ec4124 add offline websocket server/client (#98) Fangjun Kuang 2023-03-29 21:48:45 +08:00
  • 5e5620ea23 add zipformer model_type (#97) Jason's Lab 2023-03-29 20:36:39 +08:00
  • 423d89e9a5 Support paraformer. (#95) Fangjun Kuang 2023-03-28 17:59:54 +08:00