v1.8.0
What's Changed
- Provide pre-built wheels for 32-bit arm (e.g., 32-bit Raspberry Pi) by @csukuangfj in #338
- Added #include to fix gcc 13.2 compilation error. by @dym21 in #339
- Supports cmake compilation compatible with v3.13. by @poor1017 in #340
- Set is_final and start_time for online websocket server. by @csukuangfj in #342
- Generate SRT from audio and export as SRT file to file by @yujinqiu in #341
- Print a more user-friendly error message when using --hotwords-file. by @csukuangfj in #344
- add a comment about how to download silero_vad.onnx by @csukuangfj in #346
- Proper convolution mode for fast GPU processing by @nshmyrev in #350
- Begin to add CTC HLG decoding by @csukuangfj in #349
- Fix typos/bugs by @csukuangfj in #351
- Typo fixed by @JinZr in #352
- Fix reading hotwords file for android by @csukuangfj in #354
- Add script to convert vits models by @csukuangfj in #355
- Expose VAD isDetected api to Swift by @yujinqiu in #356
- Fix linker issue by @yujinqiu in #357
- Fix pkg-config for linux by @csukuangfj in #358
- Fix symbol table for byte bpe by @csukuangfj in #361
- Add lm decode for the Python API. by @kamirdin in #353
- Add TTS with VITS by @csukuangfj in #360
- Support writing generated audio samples to wave files by @csukuangfj in #363
- add python API and examples for TTS by @csukuangfj in #364
New Contributors
- @dym21 made their first contribution in #339
- @poor1017 made their first contribution in #340
- @yujinqiu made their first contribution in #341
- @nshmyrev made their first contribution in #350
Full Changelog: v1.7.21...v1.8.0