Skip to content

Releases: kxxt/aspeak

v3.1.0: Re-enable trial service and remove deprecated API

08 Nov 00:24
0d55a62
Compare
Choose a tag to compare
  • re-enable trial service
  • remove deprecated API

Credit goes to @ujmyvq1582, who proposed a fix and @flt6, who implemented the fix.

v3.0.2: fix incompatibility with python<3.8

05 Sep 23:53
ea426be
Compare
Choose a tag to compare
  • Fix incompatibility with python<3.8 (#26)
  • Read change logs for v3.0 here

v3.0.1: fix SpeechServiceBase.ssml_to_speech_async

05 Sep 02:32
6ed315e
Compare
Choose a tag to compare
  • Fix SpeechServiceBase.ssml_to_speech_async which was a sync version in v3.0. (Thanks to @flt6)
  • Read change logs for v3.0 here.

v3.0.0: bug fixes and new API

04 Sep 09:06
488bf8e
Compare
Choose a tag to compare
  • Fix a critical bug which makes aspeak<v3.0.0.dev1 failing (caused by changes made on microsoft side).
  • BREAKING CHANGE: remove token related API(The functionality no longer requires a token but the service is more restricted)
  • deprecate old API
  • a lot of refactors
  • update docs & examples
  • new API
  • re-export some commonly used types from azure.cognitiveservices.speech to simplify imports on user side code.

v3.0.0b2: fix SpeechToFileService and add an example for it

02 Sep 08:27
51eb2b6
Compare
Choose a tag to compare
chore: bump ver to 3.0.0b2

v3.0.0b1

02 Sep 07:31
a0b2ad8
Compare
Choose a tag to compare
v3.0.0b1 Pre-release
Pre-release
  • new API
  • deprecate old API
  • refactors
  • update docs & examples

v3.0.0.dev1: fix error caused by api change on microsoft side [PREVIEW VERSION]

01 Sep 14:46
bd47995
Compare
Choose a tag to compare
  • fix error caused by api change on microsoft side
  • BREAKING CHANGE: remove token related API

v2.1.0: Support async mode in API and minor improvements

01 Jul 16:01
8a306a4
Compare
Choose a tag to compare

v2.0.1: Update description and epilog

26 Jun 23:43
e880928
Compare
Choose a tag to compare

v2.0.0: New major version of aspeak

16 May 10:44
e8c515e
Compare
Choose a tag to compare

v2.0.0 finally arrived.

Changes:

  • Remove old Synthesizer API
  • Implement new functional API
  • Migrate the CLI to new API
  • Better CLI help message
  • More value formats for argument pitch and rate
  • Argument checks for pitch/rate/format
  • Many internal refactors
  • Configure pylint
  • Examples for the new API
  • Documentation for new API
  • Better documentation
  • Export error types to top level module