Skip to content

Releases: jBernavaPrah/azure-speech-sdk-rs

v0.6.0

07 Mar 16:52
15d7acb
Compare
Choose a tag to compare

Added

  • Improved Synthesizer and utilities and examples.

Other

  • Fix lint

v0.5.0

17 Feb 09:19
6f57b05
Compare
Choose a tag to compare

Added

  • Added Audio Metadata on the synthesizer client.
  • Fix the content type for the recognizer. Wav, has already the headers in the file, vs raw, needs to specify the headers.

Other

  • Added comment on AudioFormat for the synthesizer.

v0.4.4

11 Feb 13:06
8cbf214
Compare
Choose a tag to compare

Fixed

  • Improve disconnection from client.

v0.4.3

27 Jan 10:25
974a643
Compare
Choose a tag to compare

Other

  • Fix clippy warning

v0.4.2

21 Dec 17:59
c6e158b
Compare
Choose a tag to compare

Fixed

  • Remove the broadcast error

v0.4.1

10 Dec 13:34
c40c863
Compare
Choose a tag to compare

Other

  • Adding Debug to Config
  • Merge remote-tracking branch 'origin/master'
  • Minor improvements and bugfix.

v0.4.0

16 Nov 14:45
0b8311f
Compare
Choose a tag to compare

Other

  • recognizer stream multi-turn (#23)

v0.3.2

02 Nov 15:26
269d24b
Compare
Choose a tag to compare

Other

  • Bugfix/broadcast sender fix (#21)

v0.3.1

21 Oct 18:06
49098b1
Compare
Choose a tag to compare

Other

  • development (#19)

v0.3.0

21 Sep 13:11
5d024c9
Compare
Choose a tag to compare

Added

  • impl std::error::Error for Error

  • Replace ezsockets with tokio-websockets (#14)