Releases: thewh1teagle/sherpa-rs
Releases · thewh1teagle/sherpa-rs
v0.6.5
What's Changed
- refactor c strings type mapping by @thewh1teagle in #78
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- feat: implement Send and Sync traits for TTS and AudioTag structs by @thewh1teagle in #77
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- bump: update sherpa-rs and sherpa-rs-sys versions to 0.6.2 by @thewh1teagle in #71
- feat: update update sherpa onnx to v1.10.40 by @thewh1teagle in #74
- feat: add new TTS examples for Kokoro, Vits, and Matcha models by @thewh1teagle in #75
- bump: update sherpa-rs and sherpa-rs-sys versions to 0.6.3 by @thewh1teagle in #76
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- fix: update checksum entries for OSX universal2 binaries by @thewh1teagle in #70
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- fix: skip build when triggered by docs.rs by @thewh1teagle in #61
- fix/docs rs build by @thewh1teagle in #62
- fix: update README to remove docs.rs badge and clarify documentation links by @thewh1teagle in #63
- refactor: streamline cmake build and rebuild on env change by @thewh1teagle in #65
- chore: update Cargo.toml to use resolver version 2 by @thewh1teagle in #66
- refactor: update target structure for iOS and Android binaries by @thewh1teagle in #68
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- feat: add issue template by in #49
- feat: example tauri app by in #59
- feat: setup android support by in #52
- feat: setup ios support by in #53
- feat: add moonshine by in #47
- fix: use provider in tts example by in #54
- docs: update BUILDING.md to include shared library loading instructions by in #57
- docs: add Windows arm64 build instructions to BUILDING.md and improve error message in download_binaries.rs by in #58
- refactor: use dirs crate for getting cache directory by in #48
- refactor: with sherpa checksum by in #55
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- feat: expose raw c bindings with sys feature by @thewh1teagle in #28
- feat: add keyword spot by @thewh1teagle in #27
- example tts add param tts_rule_fsts by @ghjdegithub in #31
- Turn off default features for sherpa-rs-sys dependency in sherpa-rs crate by @WilliamVenner in #32
- feat: add bump bun shell script by @thewh1teagle in #37
- feat: update sherpa onnx to v1.10.29 by @thewh1teagle in #38
- feat: add release notes script by @thewh1teagle in #39
- feat: update crates to v0.5.1 by @thewh1teagle in #40
New Contributors
- @ghjdegithub made their first contribution in #31
- @WilliamVenner made their first contribution in #32
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Download prebuilt sherpa-onnx by default for fast build (~10s!)
- Add
static
feature for statically link sherpa-onnx - Add
download-binaries
feature (enabled by default) - Fix memory leak with smart string pointers passed to sherpa (Thanks for the help in #24)
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
What's Changed
- set sherpa-onnx submodule to v1.10.28 by @thewh1teagle in #20
- Add audio tagging
Full Changelog: v0.3.0...v0.4.0