Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

40 lines (19 loc) · 1.83 KB

Changelog

0.2.0 (2024-04-30)

Features

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

Bug Fixes

  • Improved handling of errors (2f4fde4)

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)

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