2024-08-24 23:05:54 +08:00
|
|
|
## 1.10.23
|
|
|
|
|
|
|
|
|
|
* flutter: add lang, emotion, event to OfflineRecognizerResult (#1268)
|
|
|
|
|
* Use a separate thread to initialize models for lazarus examples. (#1270)
|
|
|
|
|
* Object pascal examples for recording and playing audio with portaudio. (#1271)
|
|
|
|
|
* Text to speech API for Object Pascal. (#1273)
|
|
|
|
|
* update kotlin api for better release native object and add user-friendly apis. (#1275)
|
|
|
|
|
* Update wave-reader.cc to support 8/16/32-bit waves (#1278)
|
|
|
|
|
* Add WebAssembly for VAD (#1281)
|
|
|
|
|
* WebAssembly example for VAD + Non-streaming ASR (#1284)
|
|
|
|
|
|
2024-08-16 22:40:49 +08:00
|
|
|
## 1.10.22
|
|
|
|
|
|
|
|
|
|
* Add Pascal API for reading wave files (#1243)
|
|
|
|
|
* Pascal API for streaming ASR (#1246)
|
|
|
|
|
* Pascal API for non-streaming ASR (#1247)
|
|
|
|
|
* Pascal API for VAD (#1249)
|
|
|
|
|
* Add more C API examples (#1255)
|
|
|
|
|
* Add emotion, event of SenseVoice. (#1257)
|
|
|
|
|
* Support reading multi-channel wave files with 8/16/32-bit encoded samples (#1258)
|
|
|
|
|
* Enable IPO only for Release build. (#1261)
|
|
|
|
|
* Add Lazarus example for generating subtitles using Silero VAD with non-streaming ASR (#1251)
|
|
|
|
|
* Fix looking up OOVs in lexicon.txt for MeloTTS models. (#1266)
|
|
|
|
|
|
|
|
|
|
|
2024-08-08 10:43:31 +08:00
|
|
|
## 1.10.21
|
|
|
|
|
|
|
|
|
|
* Fix ffmpeg c api example (#1185)
|
|
|
|
|
* Fix splitting sentences for MeloTTS (#1186)
|
|
|
|
|
* Non-streaming WebSocket client for Java. (#1190)
|
|
|
|
|
* Fix copying asset files for flutter examples. (#1191)
|
|
|
|
|
* Add Chinese+English tts example for flutter (#1192)
|
|
|
|
|
* Add speaker identification and verification exmaple for Dart API (#1194)
|
|
|
|
|
* Fix reading non-standard wav files. (#1199)
|
|
|
|
|
* Add ReazonSpeech Japanese pre-trained model (#1203)
|
|
|
|
|
* Describe how to add new words for MeloTTS models (#1209)
|
|
|
|
|
* Remove libonnxruntime_providers_cuda.so as a dependency. (#1210)
|
|
|
|
|
* Fix setting SenseVoice language. (#1214)
|
|
|
|
|
* Support passing TTS callback in Swift API (#1218)
|
|
|
|
|
* Add MeloTTS example for ios (#1223)
|
|
|
|
|
* Add online punctuation and casing prediction model for English language (#1224)
|
|
|
|
|
* Fix python two pass ASR examples (#1230)
|
|
|
|
|
* Add blank penalty for various language bindings
|
|
|
|
|
|
2024-07-29 11:15:14 +08:00
|
|
|
## 1.10.20
|
|
|
|
|
|
|
|
|
|
* Add Dart API for audio tagging
|
2024-07-29 12:41:52 +08:00
|
|
|
* Add Dart API for adding punctuations to text
|
2024-07-29 11:15:14 +08:00
|
|
|
|
2024-07-26 18:47:02 +08:00
|
|
|
## 1.10.19
|
|
|
|
|
|
|
|
|
|
* Prefix all C API functions with SherpaOnnx
|
|
|
|
|
|
2024-07-26 12:42:08 +08:00
|
|
|
## 1.10.18
|
|
|
|
|
|
|
|
|
|
* Fix the case when recognition results contain the symbol `"`. It caused
|
|
|
|
|
issues when converting results to a json string.
|
|
|
|
|
|
2024-07-18 22:54:18 +08:00
|
|
|
## 1.10.17
|
|
|
|
|
|
|
|
|
|
* Support SenseVoice CTC models.
|
2024-07-22 10:53:34 +08:00
|
|
|
* Add Dart API for keyword spotter.
|
2024-07-18 22:54:18 +08:00
|
|
|
|
2024-07-16 15:55:02 +08:00
|
|
|
## 1.10.16
|
|
|
|
|
|
|
|
|
|
* Support zh-en TTS model from MeloTTS.
|
|
|
|
|
|
2024-07-15 14:24:08 +08:00
|
|
|
## 1.10.15
|
|
|
|
|
|
|
|
|
|
* Downgrade onnxruntime from v1.18.1 to v1.17.1
|
|
|
|
|
|
2024-07-12 23:47:39 +08:00
|
|
|
## 1.10.14
|
2024-07-10 21:48:23 +08:00
|
|
|
|
2024-07-12 23:47:39 +08:00
|
|
|
* Support whisper large v3
|
2024-07-11 09:35:28 +08:00
|
|
|
* Update onnxruntime from v1.18.0 to v1.18.1
|
2024-07-10 21:48:23 +08:00
|
|
|
* Fix invalid utf8 sequence from Whisper for Dart API.
|
|
|
|
|
|
2024-07-10 17:05:26 +08:00
|
|
|
## 1.10.13
|
|
|
|
|
|
|
|
|
|
* Update onnxruntime from 1.17.1 to 1.18.0
|
2024-07-10 21:18:46 +08:00
|
|
|
* Add C# API for Keyword spotting
|
2024-07-10 17:05:26 +08:00
|
|
|
|
2024-07-09 16:15:56 +08:00
|
|
|
## 1.10.12
|
|
|
|
|
|
|
|
|
|
* Add Flush to VAD so that the last speech segment can be detected. See also
|
|
|
|
|
https://github.com/k2-fsa/sherpa-onnx/discussions/1077#discussioncomment-9979740
|
|
|
|
|
|
2024-07-06 19:43:37 +08:00
|
|
|
## 1.10.11
|
|
|
|
|
|
2024-07-09 20:08:47 +08:00
|
|
|
* Support the iOS platform for Flutter.
|
2024-07-06 19:43:37 +08:00
|
|
|
|
2024-07-06 16:41:54 +08:00
|
|
|
## 1.10.10
|
|
|
|
|
|
|
|
|
|
* Build sherpa-onnx into a single shared library.
|
|
|
|
|
|
2024-07-04 20:07:07 +08:00
|
|
|
## 1.10.9
|
|
|
|
|
|
|
|
|
|
* Fix released packages. piper-phonemize was not included in v1.10.8.
|
|
|
|
|
|
|
|
|
|
## 1.10.8
|
|
|
|
|
|
|
|
|
|
* Fix released packages. There should be a lib directory.
|
|
|
|
|
|
2024-07-04 10:49:09 +08:00
|
|
|
## 1.10.7
|
|
|
|
|
|
2024-07-04 20:07:07 +08:00
|
|
|
* Support Android for Flutter.
|
2024-07-04 10:49:09 +08:00
|
|
|
|
|
|
|
|
## 1.10.2
|
|
|
|
|
|
|
|
|
|
* Fix passing C# string to C++
|
|
|
|
|
|
|
|
|
|
## 1.10.1
|
|
|
|
|
|
|
|
|
|
* Enable to stop TTS generation
|
|
|
|
|
|
|
|
|
|
## 1.10.0
|
|
|
|
|
|
|
|
|
|
* Add inverse text normalization
|
|
|
|
|
|
|
|
|
|
## 1.9.30
|
|
|
|
|
|
|
|
|
|
* Add TTS
|
|
|
|
|
|
|
|
|
|
## 1.9.29
|
|
|
|
|
|
|
|
|
|
* Publish with CI
|
|
|
|
|
|
|
|
|
|
## 0.0.3
|
|
|
|
|
|
|
|
|
|
* Fix path separator on Windows.
|
|
|
|
|
|
|
|
|
|
## 0.0.2
|
|
|
|
|
|
|
|
|
|
* Support specifying lib path.
|
|
|
|
|
|
|
|
|
|
## 0.0.1
|
|
|
|
|
|
|
|
|
|
* Initial release.
|