Releases: kxxt/aspeak
Releases · kxxt/aspeak
v3.1.0: Re-enable trial service and remove deprecated API
- 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
v3.0.1: fix SpeechServiceBase.ssml_to_speech_async
v3.0.0: bug fixes and new API
- 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
chore: bump ver to 3.0.0b2
v3.0.0b1
v3.0.0.dev1: fix error caused by api change on microsoft side [PREVIEW VERSION]
Pre-release
- 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
- async mode support
get_synthesizer
method for speech synthesizer- refactor typing
- updated docs
🎉 :Thanks @EverythingSuckz for his/her contribution to this release!
v2.0.1: Update description and epilog
chore: bump version
v2.0.0: New major version of aspeak
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
andrate
- 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