Releases: jabber-tools/cognitive-services-speech-sdk-rs
Releases · jabber-tools/cognitive-services-speech-sdk-rs
1.0.5
1.0.4.
minor fixes in readme files like badges, etc.
1.0.2
1.0.1
1.0.0
this version brings some stability changes, mainly proper use of MaybeUninit
type. This removes linting error uninit_assumed_init. Since from_handle
methods are now unsafe (as they require valid native handle) this change is breaking (all xxx::from_handle
calls must be now in unsafe
block). This change was implemented by #15.
0.3.1
this version adds support for build & run on windows
MacOS x64_64
MacOS build support for x64_64 added.
MacOS
MacOS build support for both arm and aarch64 architectures supported now.
0.2.1
MacOs (arm64_x86_64) build support added.
ARM support, New SpeechSDK, Embedded speech models
Following new features were added in this release
- Build support for ARM architecture.
- Upgrade of Microsoft Speech SDK version to 1.22.0.
- Preview of Embedded Speech Config (Details here).
- Minor fixes and code streamlining in existing functionality