Commit Graph

926 Commits

Author SHA1 Message Date
Fangjun Kuang
1bae4085ca Add speaker diarization API for HarmonyOS. (#1609) 2024-12-10 16:03:03 +08:00
Fangjun Kuang
14944d8c81 Add speaker identification demo for HarmonyOS (#1608) 2024-12-10 14:50:13 +08:00
Fangjun Kuang
314545f938 Add speaker identification APIs for HarmonyOS (#1607)
* Add speaker embedding extractor API for HarmonyOS

* Add ArkTS API for speaker identification
2024-12-09 19:23:18 +08:00
Fangjun Kuang
a743a4400f Add on-device real-time ASR demo for HarmonyOS (#1606) 2024-12-09 16:40:15 +08:00
Fangjun Kuang
91a43cccff Update doc links for HarmonyOS (#1601) 2024-12-06 17:38:40 +08:00
Fangjun Kuang
84821b1f99 Fix building node-addon package (#1598) 2024-12-06 10:11:18 +08:00
Fangjun Kuang
9352ccf7d5 Release v1.10.33 (#1591) 2024-12-04 14:51:46 +08:00
Fangjun Kuang
74a8735f7a Add on-device tex-to-speech (TTS) demo for HarmonyOS (#1590) 2024-12-04 14:27:12 +08:00
goddamnVincent
47a2dd4cf8 'update20241203' (#1589)
add '--modeling-unit' and "--bpe-vocab" to /sherpa-onnx/python-api-examples/streaming_server.py make it specifiable.
2024-12-04 09:22:24 +08:00
JiayuXu
0d6bf52844 fix: support both old and new websockets request headers format (#1588)
Co-authored-by: xujiayu <xujiayu@kaihong.com>
2024-12-03 17:22:12 +08:00
Fangjun Kuang
dc3287f3a8 Add HarmonyOS support for text-to-speech. (#1584) 2024-12-01 21:43:34 +08:00
Fangjun Kuang
a3d6e1acc7 Fix getting microphone permission for HarmonyOS VAD+ASR example (#1582) 2024-11-30 16:24:22 +08:00
Fangjun Kuang
c9d3b6cd8c Add microphone demo about VAD+ASR for HarmonyOS (#1581) 2024-11-30 15:23:45 +08:00
Fangjun Kuang
299f2392e2 Add CI to build HAPs for HarmonyOS (#1578) 2024-11-29 21:13:01 +08:00
Fangjun Kuang
be159f943e Fix publishing har packages for HarmonyOS (#1576) 2024-11-29 12:20:12 +08:00
Fangjun Kuang
f3f8961462 Add VAD+ASR demo for HarmonyOS (#1573) 2024-11-28 22:59:56 +08:00
Fangjun Kuang
315d8e2a47 Publish sherpa_onnx.har for HarmonyOS (#1572) 2024-11-28 17:30:16 +08:00
Fangjun Kuang
109fb799ca fix building for Android (#1568) 2024-11-27 10:36:16 +08:00
Fangjun Kuang
2101227269 Add streaming ASR support for HarmonyOS. (#1565) 2024-11-26 18:36:56 +08:00
Fangjun Kuang
298b6b6fda Add non-streaming ASR support for HarmonyOS. (#1564) 2024-11-26 16:38:35 +08:00
Fangjun Kuang
a4b79f077c Fix flutter ios (#1563) 2024-11-26 13:45:15 +08:00
Fangjun Kuang
31d6206fde HarmonyOS support for VAD. (#1561) 2024-11-24 16:29:24 +08:00
Fangjun Kuang
e424cc9e0d Support cross-compiling for HarmonyOS (#1553) 2024-11-20 10:06:49 +08:00
Fangjun Kuang
9a48012648 Use xcframework for Flutter iOS plugin. (#1547) 2024-11-16 16:42:02 +08:00
Anders Xiao
e993c08538 fix windows build (#1546) 2024-11-16 11:57:10 +08:00
Fangjun Kuang
b28b0c81b1 Support static build for windows arm64. (#1539) 2024-11-15 16:06:17 +08:00
Fangjun Kuang
c34ab35591 Add Android APK for streaming Paraformer ASR (#1538) 2024-11-14 20:57:35 +08:00
Fangjun Kuang
8436ba834c Add WebAssembly example for VAD + Moonshine models. (#1535) 2024-11-13 21:06:50 +08:00
Aero
3f777b3fe3 Add isolate_tts demo (#1529) 2024-11-13 00:04:57 +08:00
Fangjun Kuang
a16c9aff8b Add Lazarus example for Moonshine models. (#1532) 2024-11-13 00:04:16 +08:00
VEP
4fab3f2e2f Revert: [#1521] No need to reset sample-buffer (#1524)
Co-authored-by: VEP <517138883@qq.com>
2024-11-08 21:28:04 +08:00
Fangjun Kuang
f97daed408 Fixes #1512 (#1522) 2024-11-08 21:07:36 +08:00
VEP
f94cca71cf Fix: Reset sample-buffer after processing (#1521)
Co-authored-by: VEP <517138883@qq.com>
2024-11-08 19:04:34 +08:00
張小凡
86b1856c20 Reduce vad-sense-voice example code. (#1510) 2024-11-05 20:34:12 +08:00
Fangjun Kuang
4eeb336f59 Export the English TTS model from MeloTTS (#1509) 2024-11-04 07:54:19 +08:00
Fangjun Kuang
6ee8c99c5d Fix building (#1508) 2024-11-03 19:47:04 +08:00
Fangjun Kuang
f0cced1f37 Publish pre-built wheels with CUDA support for Linux aarch64. (#1507) 2024-11-03 19:15:11 +08:00
Fangjun Kuang
c5205f08bf Add an example for computing RTF about streaming ASR. (#1501) 2024-11-01 11:40:13 +08:00
Fangjun Kuang
9ab89c33bc Support building GPU-capable sherpa-onnx on Linux aarch64. (#1500)
Thanks to @Peakyxh for providing pre-built onnxruntime libraries 
with CUDA support for Linux aarch64.

Tested on Jetson nano b01
2024-11-01 11:16:28 +08:00
Fangjun Kuang
a3c89aa0d8 Add two-pass ASR Android APKs for Moonshine models. (#1499) 2024-10-31 17:54:16 +08:00
Fangjun Kuang
9fa3bc40d7 Fix reading tokens.txt on Windows. (#1497) 2024-10-30 12:13:11 +08:00
Fangjun Kuang
d9f65c9840 Update pybind11 to support numpy 2.0 (#1493) 2024-10-29 17:00:39 +08:00
Fangjun Kuang
d9c586ccf2 Removed unused TTS example code in .Net examples (#1492) 2024-10-29 14:59:12 +08:00
Fangjun Kuang
356da3b54c Publish pre-built macos xcframework (#1490) 2024-10-29 12:26:26 +08:00
彭震东
72dc68c8fa fix typo (#1488) 2024-10-28 21:30:18 +08:00
Fangjun Kuang
36a0e78884 Add some commonly used models to README.md (#1486) 2024-10-28 12:49:47 +08:00
Fangjun Kuang
9eb493f6bf Publish pre-built wheels for Python 3.13 (#1485) 2024-10-28 10:37:50 +08:00
Fangjun Kuang
91e090ff86 Release v1.10.30 (#1484) 2024-10-27 13:45:13 +08:00
Fangjun Kuang
3622104133 Add C# API for Moonshine models. (#1483)
* Also, return timestamps for non-streaming ASR.
2024-10-27 13:14:25 +08:00
Fangjun Kuang
cdd8e1bbcb Add Pascal API for Moonshine models (#1482) 2024-10-27 12:21:16 +08:00