Add VAD + Non-streaming ASR example for JavaScript API. (#1170)

This commit is contained in:
Fangjun Kuang
2024-07-26 12:42:08 +08:00
committed by GitHub
parent 299f1a852b
commit 994c3e7c96
22 changed files with 189 additions and 32 deletions

View File

@@ -1,3 +1,8 @@
## 1.10.18
* Fix the case when recognition results contain the symbol `"`. It caused
issues when converting results to a json string.
## 1.10.17
* Support SenseVoice CTC models.