From a3e93a6f4c2514cae3e601c2173c9662a18a69ad Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sun, 13 Oct 2024 15:26:07 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af4a3f67..973f4ab7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## 1.10.28 + +* Fix swift example for generating subtitles. (#1362) +* Allow more online models to load tokens file from the memory (#1352) +* Fix CI errors introduced by supporting loading keywords from buffers (#1366) +* Fix running MeloTTS models on GPU. (#1379) +* Support Parakeet models from NeMo (#1381) +* Export Pyannote speaker segmentation models to onnx (#1382) +* Support Agglomerative clustering. (#1384) +* Add Python API for clustering (#1385) +* support whisper turbo (#1390) +* context_state is not set correctly when previous context is passed after reset (#1393) +* Speaker diarization example with onnxruntime Python API (#1395) +* C++ API for speaker diarization (#1396) +* Python API for speaker diarization. (#1400) +* C API for speaker diarization (#1402) +* docs(nodejs-addon-examples): add guide for pnpm user (#1401) +* Go API for speaker diarization (#1403) +* Swift API for speaker diarization (#1404) +* Update readme to include more external projects using sherpa-onnx (#1405) +* C# API for speaker diarization (#1407) +* JavaScript API (node-addon) for speaker diarization (#1408) +* WebAssembly exmaple for speaker diarization (#1411) +* Handle audio files less than 10s long for speaker diarization. (#1412) +* JavaScript API with WebAssembly for speaker diarization (#1414) +* Kotlin API for speaker diarization (#1415) +* Java API for speaker diarization (#1416) +* Dart API for speaker diarization (#1418) +* Pascal API for speaker diarization (#1420) +* Android JNI support for speaker diarization (#1421) +* Android demo for speaker diarization (#1423) + ## 1.10.27 * Add non-streaming ONNX models for Russian ASR (#1358)