Skip to content

Releases: ex-azure/ex_azure_speech

v0.2.2

25 Oct 11:50
8567358
Compare
Choose a tag to compare

0.2.2 (2024-10-25)

Bug Fixes

  • Update dependencies (#43) (3f35feb)
  • Websocket connections should be closed on any error (a9b8125)

v0.2.1

29 Jul 15:49
1207b7a
Compare
Choose a tag to compare

0.2.1 (2024-07-29)

Bug Fixes

  • audio-recognition: EndOfDictation messages replaced last detected recognition. (#39) (68f6aea)
  • deps: Dependencies update (09d77ce)

v0.2.0

30 Apr 15:06
f22595d
Compare
Choose a tag to compare

0.2.0 (2024-04-30)

Features

  • text_to_speech: Implements text-to-speech (#16) (46c058e)

Bug Fixes

  • Improved handling of errors (2f4fde4)

v0.1.1

25 Apr 14:06
d855fe0
Compare
Choose a tag to compare

0.1.1 (2024-04-25)

Bug Fixes

  • continuous_speech: Delegates the connection shutdown to the websocket (b3f9a9d)
  • pronunciation_assessment: Added FullText pronunciation granularity (d3e6713)

v0.1.0

19 Apr 07:09
3c60b84
Compare
Choose a tag to compare

0.1.0 (2024-04-19)

Features

  • continuous_recognition: Implements asynchronous recognition. (#12) (863847f)

Bug Fixes

  • Added utility to deal with in-memory streams (6851389)
  • Changed type Phrase to Evaluation (2479ddd)
  • Moving speech context to the connection state (18a4820)

Miscellaneous Chores