Grey Faulkenberry, MD MPH
115e9c2247
Flutter OnlinePunctuation ( #1854 )
2025-02-13 15:57:06 +08:00
JV_X
ce7c03b086
Modify the model used ( #1855 )
...
non_streaming_server.py cannot use streaming models
2025-02-13 15:08:04 +08:00
Fangjun Kuang
d617723b3d
Update readme to contain links for pre-built Apps ( #1853 )
2025-02-13 10:29:48 +08:00
Fangjun Kuang
8b8ef1090b
Fix CI ( #1841 )
2025-02-11 12:27:09 +08:00
Fangjun Kuang
f5bf8c8d4a
Add Go API for audio tagging ( #1840 )
2025-02-11 12:07:28 +08:00
ahadjawaid
73d7c25233
Fix: made print sherpa_onnx_loge when it is in debug mode ( #1838 )
...
Currently, during normal use you may get a lot of print statements such as: `Use espeak-ng to handle the OOV: 'ipsum'` which may not be relevant unless you are debugging.
2025-02-11 00:22:50 +08:00
Fangjun Kuang
ad883d44fe
Support specifying voice in espeak-ng for kokoro tts models. ( #1836 )
2025-02-10 19:05:53 +08:00
Fangjun Kuang
d5da9430e8
Add PengChengStarling models to sherpa-onnx ( #1835 )
2025-02-10 18:23:40 +08:00
Kell
2ac41d3d85
OfflineRecognizer supports create stream with hotwords ( #1833 )
...
Co-authored-by: Wangkai <kell.wang@huawei.com >
2025-02-10 16:26:56 +08:00
Fangjun Kuang
9559a10bd3
Add C++ support for MatchaTTS models not from icefall. ( #1834 )
2025-02-10 15:38:29 +08:00
Fangjun Kuang
7d62ccf1fe
Export MatchaTTS fa-en model to sherpa-onnx ( #1832 )
2025-02-10 14:38:08 +08:00
Fangjun Kuang
1030bed425
Release v1.10.43 ( #1828 )
2025-02-09 21:58:58 +08:00
Fangjun Kuang
07391e6d1b
Fix CI for Linux aarch64. ( #1822 )
2025-02-08 17:21:55 +08:00
Fangjun Kuang
ee7e6228fd
Fix building wheels for linux aarch64. ( #1821 )
2025-02-08 15:26:53 +08:00
Fangjun Kuang
69f489f0cd
Support scaling the duration of a pause in TTS. ( #1820 )
2025-02-08 12:47:26 +08:00
Fangjun Kuang
d38cb81014
Fix passing gb2312 encoded strings to tts on Windows ( #1819 )
2025-02-08 09:48:58 +08:00
顾真牛
51b42748e5
Update sherpa-onnx-tts.js VitsModelConfig.model can be none ( #1817 )
...
* Update sherpa-onnx-tts.js VitsModelConfig.model can be none
* Update sherpa-onnx-tts.js
2025-02-08 08:25:19 +08:00
Fangjun Kuang
84c4fe6988
Add MFC example for Kokoro TTS 1.0 ( #1815 )
2025-02-07 22:20:51 +08:00
Fangjun Kuang
f90f9da30b
Release v1.10.42 ( #1814 )
2025-02-07 18:51:06 +08:00
Fangjun Kuang
5ca246559b
Add HarmonyOS demo for Kokoro TTS 1.0 ( #1813 )
2025-02-07 18:43:26 +08:00
Fangjun Kuang
239b43c278
Add iOS demo for Kokoro TTS 1.0 ( #1812 )
2025-02-07 18:17:20 +08:00
Fangjun Kuang
c49bbce43c
Add Flutter example for Kokoro TTS 1.0 ( #1810 )
2025-02-07 17:58:23 +08:00
Fangjun Kuang
0610679539
Add JavaScript API (WebAssembly) for Kokoro TTS 1.0 ( #1809 )
2025-02-07 16:46:03 +08:00
Fangjun Kuang
19513af0ae
Add JavaScript API (node-addon) for Kokoro TTS 1.0 ( #1808 )
2025-02-07 16:26:41 +08:00
Fangjun Kuang
c254504921
Add Pascal API for Kokoro TTS 1.0 ( #1807 )
2025-02-07 16:06:11 +08:00
Fangjun Kuang
35f5ff3166
Add Dart API for Kokoro TTS 1.0 ( #1806 )
2025-02-07 15:53:13 +08:00
Fangjun Kuang
ae32dfaa56
Add C# API for Kokoro TTS 1.0 ( #1805 )
2025-02-07 15:39:03 +08:00
Fangjun Kuang
e1a88a799f
Add Go API for Kokoro TTS 1.0 ( #1804 )
2025-02-07 15:18:02 +08:00
Fangjun Kuang
e2e0f25100
Add Swift API for Kokoro TTS 1.0 ( #1803 )
2025-02-07 15:06:34 +08:00
Fangjun Kuang
d815204774
Add CXX API for Kokoro TTS 1.0 ( #1802 )
2025-02-07 14:51:49 +08:00
Fangjun Kuang
7330f7519a
Add C API for Kokoro TTS 1.0 ( #1801 )
2025-02-07 14:30:40 +08:00
Fangjun Kuang
a52b819fb5
Add Android demo for Kokoro TTS 1.0 ( #1799 )
2025-02-07 13:07:30 +08:00
Fangjun Kuang
4372a7a7b0
Add Java and Koltin API for Kokoro TTS 1.0 ( #1798 )
2025-02-07 09:59:27 +08:00
Fangjun Kuang
c84a833863
Add C++ and Python API for Kokoro 1.0 multilingual TTS model ( #1795 )
2025-02-06 22:57:13 +08:00
Fangjun Kuang
08cefe8488
Export Kokoro 1.0 to sherpa-onnx ( #1788 )
2025-02-05 08:24:43 +08:00
ahadjawaid
8677d83efc
Fix: Prepend 0 to tokenization to prevent word skipping for Kokoro. ( #1787 )
...
Addressed issue Skipping words #1777
2025-02-03 13:49:42 +08:00
Ross-Fan
1d950a88e5
Initialize the audio session for iOS ASR example ( #1786 )
...
Fixes #1784
2025-02-02 22:49:13 +08:00
Fangjun Kuang
59ff854222
Add Flutter example for Kokoro TTS ( #1776 )
2025-01-29 22:43:17 +08:00
Fangjun Kuang
884715187e
Add ArkTS API for Keyword spotting. ( #1775 )
2025-01-29 21:34:39 +08:00
Fangjun Kuang
f178e96bf0
Add keyword spotter C API for HarmonyOS ( #1769 )
2025-01-26 14:12:30 +08:00
Fangjun Kuang
73c3695287
Refactor node-addon C++ code. ( #1768 )
...
Use macros to delete pointers.
2025-01-25 22:23:12 +08:00
Fangjun Kuang
030aaa7bb9
Add Kokoro TTS to MFC examples ( #1760 )
2025-01-24 11:46:41 +08:00
Fangjun Kuang
e25952913c
Update README to include https://github.com/xinhecuican/QSmartAssistant ( #1755 )
2025-01-23 10:48:47 +08:00
Fangjun Kuang
340ebca74f
Fix publishing wheels ( #1746 )
2025-01-22 14:02:33 +08:00
Fangjun Kuang
66e02d8381
Release v1.10.41 ( #1744 )
2025-01-22 11:21:31 +08:00
Fangjun Kuang
bc3322e5a6
Support Kokoro TTS for HarmonyOS. ( #1743 )
2025-01-22 11:14:42 +08:00
張小凡
5bcd7e100a
Reduce vad-moonshine-c-api example code. ( #1742 )
2025-01-21 15:14:32 +08:00
Fangjun Kuang
e764fa6157
Update readme to include https://github.com/hfyydd/sherpa-onnx-server ( #1741 )
2025-01-20 17:28:07 +08:00
Fangjun Kuang
8b989a851c
Fix keyword spotting. ( #1689 )
...
Reset the stream right after detecting a keyword
2025-01-20 16:41:10 +08:00
Jacklyn
b943341fb1
Fix dither binding in Pybind11 to ensure independence from high_freq in FeatureExtractorConfig ( #1739 )
2025-01-20 16:29:36 +08:00