Skip to content

Releases: jabber-tools/cognitive-services-speech-sdk-rs

1.0.5

20 Oct 19:48
Compare
Choose a tag to compare

SpeechSynthesisWordBoundaryEvent extended with text property.

1.0.4.

12 Jun 07:59
Compare
Choose a tag to compare

minor fixes in readme files like badges, etc.

1.0.2

13 May 20:56
Compare
Choose a tag to compare

Add the missing property ids based on the speechapi_cxx_enums.h

implemented by #19

1.0.1

09 May 19:40
Compare
Choose a tag to compare

Implemented trait std::error::Error for cognitive_services_speech_sdk_rs::error::Error so that it works well with anyhow::Result. See PR16.

1.0.0

02 May 07:12
Compare
Choose a tag to compare

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

24 Apr 10:22
Compare
Choose a tag to compare

this version adds support for build & run on windows

MacOS x64_64

02 Dec 17:10
Compare
Choose a tag to compare

MacOS build support for x64_64 added.

MacOS

20 Nov 19:48
Compare
Choose a tag to compare

MacOS build support for both arm and aarch64 architectures supported now.

0.2.1

17 Sep 22:23
Compare
Choose a tag to compare

MacOs (arm64_x86_64) build support added.

ARM support, New SpeechSDK, Embedded speech models

11 Sep 14:50
Compare
Choose a tag to compare

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