This website requires JavaScript.
Explore
Help
Register
Sign In
EngineX-Iluvatar
/
enginex-mr_series-sherpa-onnx
Archived
Watch
16
Star
0
Fork
0
You've already forked enginex-mr_series-sherpa-onnx
Code
Issues
Pull Requests
Actions
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-08-26
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
44efff4e47a30e17b657b22d2fe5fa1be002c882
enginex-mr_series-sherpa-onnx
/
sherpa-onnx
/
python
/
csrc
History
chiiyeh
e7b18a2139
add blank_penalty for online transducer (
#548
)
2024-01-26 12:12:13 +08:00
..
circular-buffer.cc
Release GIL to support multithreading in websocket servers. (
#451
)
2023-11-27 13:44:03 +08:00
circular-buffer.h
Add Silero VAD (
#313
)
2023-09-17 14:54:38 +08:00
CMakeLists.txt
Add runtime support for wespeaker models (
#516
)
2024-01-09 22:06:08 +08:00
display.cc
Code refactoring (
#74
)
2023-03-03 12:10:59 +08:00
display.h
Code refactoring (
#74
)
2023-03-03 12:10:59 +08:00
endpoint.cc
Add endpointing (
#54
)
2023-02-22 15:35:55 +08:00
endpoint.h
Add endpointing (
#54
)
2023-02-22 15:35:55 +08:00
features.cc
Add non-streaming ASR (
#92
)
2023-03-26 08:53:42 +08:00
features.h
Add Python API (
#31
)
2023-02-19 19:36:03 +08:00
offline-ctc-fst-decoder-config.cc
Add CTC HLG decoding using OpenFst (
#349
)
2023-10-08 11:32:39 +08:00
offline-ctc-fst-decoder-config.h
Add CTC HLG decoding using OpenFst (
#349
)
2023-10-08 11:32:39 +08:00
offline-lm-config.cc
RNNLM model support lm_num_thread and lm_provider setting (
#173
)
2023-06-12 15:51:27 +08:00
offline-lm-config.h
Add RNN LM rescore for offline ASR with modified_beam_search (
#125
)
2023-04-23 17:15:18 +08:00
offline-model-config.cc
Support streaming zipformer CTC (
#496
)
2023-12-22 13:46:33 +08:00
offline-model-config.h
adding a python api for offline decode (
#110
)
2023-04-02 13:17:43 +08:00
offline-nemo-enc-dec-ctc-model-config.cc
Begin to support CTC models (
#119
)
2023-04-07 23:11:34 +08:00
offline-nemo-enc-dec-ctc-model-config.h
Begin to support CTC models (
#119
)
2023-04-07 23:11:34 +08:00
offline-paraformer-model-config.cc
Begin to support CTC models (
#119
)
2023-04-07 23:11:34 +08:00
offline-paraformer-model-config.h
adding a python api for offline decode (
#110
)
2023-04-02 13:17:43 +08:00
offline-recognizer.cc
add blank_penalty for offline transducer (
#542
)
2024-01-25 15:00:09 +08:00
offline-recognizer.h
adding a python api for offline decode (
#110
)
2023-04-02 13:17:43 +08:00
offline-stream.cc
Fix Byte BPE string results for Python. (
#512
)
2024-01-03 16:03:24 +08:00
offline-stream.h
adding a python api for offline decode (
#110
)
2023-04-02 13:17:43 +08:00
offline-tdnn-model-config.cc
Support TDNN models from the yesno recipe from icefall (
#262
)
2023-08-12 19:50:22 +08:00
offline-tdnn-model-config.h
Support TDNN models from the yesno recipe from icefall (
#262
)
2023-08-12 19:50:22 +08:00
offline-transducer-model-config.cc
adding a python api for offline decode (
#110
)
2023-04-02 13:17:43 +08:00
offline-transducer-model-config.h
adding a python api for offline decode (
#110
)
2023-04-02 13:17:43 +08:00
offline-tts-model-config.cc
add python API and examples for TTS (
#364
)
2023-10-14 14:21:53 +08:00
offline-tts-model-config.h
add python API and examples for TTS (
#364
)
2023-10-14 14:21:53 +08:00
offline-tts-vits-model-config.cc
Use piper-phonemize to convert text to token IDs (
#453
)
2023-11-30 23:57:43 +08:00
offline-tts-vits-model-config.h
add python API and examples for TTS (
#364
)
2023-10-14 14:21:53 +08:00
offline-tts.cc
Replace Android system TTS engine (
#508
)
2023-12-31 23:02:35 +08:00
offline-tts.h
add python API and examples for TTS (
#364
)
2023-10-14 14:21:53 +08:00
offline-wenet-ctc-model-config.cc
Support non-streaming WeNet CTC models. (
#426
)
2023-11-15 14:23:20 +08:00
offline-wenet-ctc-model-config.h
Support non-streaming WeNet CTC models. (
#426
)
2023-11-15 14:23:20 +08:00
offline-whisper-model-config.cc
Remove the 30-second constraint from whisper. (
#471
)
2023-12-07 17:47:08 +08:00
offline-whisper-model-config.h
Support whisper models (
#238
)
2023-08-07 12:34:18 +08:00
offline-zipformer-ctc-model-config.cc
Add CTC HLG decoding using OpenFst (
#349
)
2023-10-08 11:32:39 +08:00
offline-zipformer-ctc-model-config.h
Add CTC HLG decoding using OpenFst (
#349
)
2023-10-08 11:32:39 +08:00
online-lm-config.cc
RNNLM model support lm_num_thread and lm_provider setting (
#173
)
2023-06-12 15:51:27 +08:00
online-lm-config.h
Add lm rescore to online-modified-beam-search (
#133
)
2023-05-05 21:23:54 +08:00
online-model-config.cc
Support streaming zipformer CTC (
#496
)
2023-12-22 13:46:33 +08:00
online-model-config.h
Support streaming paraformer (
#263
)
2023-08-14 10:32:14 +08:00
online-paraformer-model-config.cc
Support streaming paraformer (
#263
)
2023-08-14 10:32:14 +08:00
online-paraformer-model-config.h
Support streaming paraformer (
#263
)
2023-08-14 10:32:14 +08:00
online-recognizer.cc
add blank_penalty for online transducer (
#548
)
2024-01-26 12:12:13 +08:00
online-recognizer.h
Add runtime support for wespeaker models (
#516
)
2024-01-09 22:06:08 +08:00
online-stream.cc
Release GIL to support multithreading in websocket servers. (
#451
)
2023-11-27 13:44:03 +08:00
online-stream.h
Add Python API (
#31
)
2023-02-19 19:36:03 +08:00
online-transducer-model-config.cc
Refactor online recognizer (
#250
)
2023-08-09 20:27:31 +08:00
online-transducer-model-config.h
Add Python API (
#31
)
2023-02-19 19:36:03 +08:00
online-wenet-ctc-model-config.cc
Support streaming conformer CTC models from wenet (
#427
)
2023-11-16 10:35:23 +08:00
online-wenet-ctc-model-config.h
Support streaming conformer CTC models from wenet (
#427
)
2023-11-16 10:35:23 +08:00
online-zipformer2-ctc-model-config.cc
Support streaming zipformer CTC (
#496
)
2023-12-22 13:46:33 +08:00
online-zipformer2-ctc-model-config.h
Support streaming zipformer CTC (
#496
)
2023-12-22 13:46:33 +08:00
sherpa-onnx.cc
Add runtime support for wespeaker models (
#516
)
2024-01-09 22:06:08 +08:00
sherpa-onnx.h
Play generated audio as it is generating. (
#457
)
2023-12-02 15:35:11 +08:00
silero-vad-model-config.cc
Add Silero VAD (
#313
)
2023-09-17 14:54:38 +08:00
silero-vad-model-config.h
Add Silero VAD (
#313
)
2023-09-17 14:54:38 +08:00
speaker-embedding-extractor.cc
Add runtime support for wespeaker models (
#516
)
2024-01-09 22:06:08 +08:00
speaker-embedding-extractor.h
Add runtime support for wespeaker models (
#516
)
2024-01-09 22:06:08 +08:00
speaker-embedding-manager.cc
Add Android demo for speaker recognition (
#536
)
2024-01-23 16:50:52 +08:00
speaker-embedding-manager.h
Add runtime support for wespeaker models (
#516
)
2024-01-09 22:06:08 +08:00
vad-model-config.cc
Add Silero VAD (
#313
)
2023-09-17 14:54:38 +08:00
vad-model-config.h
Add Silero VAD (
#313
)
2023-09-17 14:54:38 +08:00
vad-model.cc
Release GIL to support multithreading in websocket servers. (
#451
)
2023-11-27 13:44:03 +08:00
vad-model.h
Add Silero VAD (
#313
)
2023-09-17 14:54:38 +08:00
voice-activity-detector.cc
Add runtime support for wespeaker models (
#516
)
2024-01-09 22:06:08 +08:00
voice-activity-detector.h
Add Silero VAD (
#313
)
2023-09-17 14:54:38 +08:00