Changelog
2.28.0 (2025年08月29日)
Features
[google-cloud-texttospeech] Support promptable voices by specifying a model name and a prompt (a610c53)
Add enum value M4A to enum AudioEncoding (a610c53)
Support promptable voices by specifying a model name and a prompt (a610c53)
Documentation
A comment for enum value
AUDIO_ENCODING_UNSPECIFIEDin enumAudioEncodingis changed (a610c53)A comment for enum value
OGG_OPUSin enumAudioEncodingis changed (a610c53)A comment for enum value
PCMin enumAudioEncodingis changed (a610c53)A comment for enum value
PHONETIC_ENCODING_IPAin enumPhoneticEncodingis changed (a610c53)A comment for enum value
PHONETIC_ENCODING_X_SAMPAin enumPhoneticEncodingis changed (a610c53)A comment for field
audio_encodingin message.google.cloud.texttospeech.v1beta1.StreamingAudioConfigis changed (a610c53)A comment for field
custom_pronunciationsin message.google.cloud.texttospeech.v1beta1.SynthesisInputis changed (a610c53)A comment for field
low_latency_journey_synthesisin message.google.cloud.texttospeech.v1beta1.AdvancedVoiceOptionsis changed (a610c53)A comment for field
phrasein message.google.cloud.texttospeech.v1beta1.CustomPronunciationParamsis changed (a610c53)A comment for field
pronunciationsin message.google.cloud.texttospeech.v1beta1.CustomPronunciationsis changed (a610c53)A comment for field
speaking_ratein message.google.cloud.texttospeech.v1beta1.AudioConfigis changed (a610c53)A comment for field
textin message.google.cloud.texttospeech.v1beta1.StreamingSynthesisInputis changed (a610c53)A comment for field
voice_clonein message.google.cloud.texttospeech.v1beta1.VoiceSelectionParamsis changed (a610c53)A comment for message
MultiSpeakerMarkupis changed (a610c53)A comment for method
StreamingSynthesizein serviceTextToSpeechis changed (a610c53)
2.27.0 (2025年05月08日)
Features
Support markup input for Cloud TTS Chirp 3: HD voice synthesis (c423602)
Support pinyin/yomigana custom pronunciation encodings for cmn-cn/ja-jp (c423602)
2.26.0 (2025年04月12日)
Features
- Support HD voice custom pronunciations (4da3cf3)
Documentation
A comment for enum value
OGG_OPUSin enumAudioEncodingis changed (4da3cf3)A comment for enum value
PCMin enumAudioEncodingis changed (4da3cf3)A comment for enum value
PHONETIC_ENCODING_IPAin enumPhoneticEncodingis changed (4da3cf3)A comment for enum value
PHONETIC_ENCODING_X_SAMPAin enumPhoneticEncodingis changed (4da3cf3)A comment for field
audio_encodingin message.google.cloud.texttospeech.v1.StreamingAudioConfigis changed (4da3cf3)A comment for field
custom_pronunciationsin message.google.cloud.texttospeech.v1.SynthesisInputis changed (4da3cf3)A comment for field
low_latency_journey_synthesisin message.google.cloud.texttospeech.v1.AdvancedVoiceOptionsis changed (4da3cf3)A comment for field
phrasein message.google.cloud.texttospeech.v1.CustomPronunciationParamsis changed (4da3cf3)A comment for field
pronunciationsin message.google.cloud.texttospeech.v1.CustomPronunciationsis changed (4da3cf3)A comment for field
textin message.google.cloud.texttospeech.v1.StreamingSynthesisInputis changed (4da3cf3)A comment for field
voice_clonein message.google.cloud.texttospeech.v1.VoiceSelectionParamsis changed (4da3cf3)A comment for message
MultiSpeakerMarkupis changed (4da3cf3)A comment for method
StreamingSynthesizein serviceTextToSpeechis changed (4da3cf3)
2.25.1 (2025年03月15日)
Bug Fixes
[Many APIs] Allow Protobuf 6.x (4757dae)
remove setup.cfg configuration for creating universal wheels (#13659) (59bfd42)
2.25.0 (2025年02月12日)
Features
Add REST Interceptors which support reading metadata (87b5382)
Add support for reading selective GAPIC generation methods from service YAML (87b5382)
2.24.0 (2025年01月13日)
Features
2.23.0 (2024年12月18日)
Features
2.22.0 (2024年12月12日)
Features
- Add support for opt-in debug logging (856e0f0)
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin (856e0f0)
2.21.1 (2024年11月11日)
Bug Fixes
2.21.0 (2024年10月31日)
Features
- add multi-speaker markup, which allows generating dialogue between multiple speakers (b01d99d)
2.20.0 (2024年10月24日)
Features
Add multi-speaker markup, which allows generating dialogue between multiple speakers (7cb80ba)
Add support for Python 3.13 (7cb80ba)
2.19.0 (2024年10月23日)
Features
[google-cloud-texttospeech] Add brand voice lite (#13178) (3b97314)
[google-cloud-texttospeech] add brand voice lite, which lets you clone a voice with just 10 seconds of audio (#13192) (6d622a3)
2.18.0 (2024年10月10日)
Features
Add CustomPronunciationParams for upcoming feature work (6ba80ea)
Add low latency journey option to proto (6ba80ea)
2.17.2 (2024年08月26日)
Documentation
2.17.1 (2024年08月20日)
Documentation
2.17.0 (2024年08月19日)
Features
- A new method
StreamingSynthesizeis added to serviceTextToSpeech(973e48a)
Documentation
A comment for field
namein message.google.cloud.texttospeech.v1.VoiceSelectionParamsis changed (973e48a)A comment for field
namein message.google.cloud.texttospeech.v1beta1.VoiceSelectionParamsis changed (973e48a)
2.16.5 (2024年07月30日)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination (9cdac77)
2.16.4 (2024年07月08日)
Bug Fixes
2.16.3 (2024年03月05日)
Bug Fixes
2.16.2 (2024年02月22日)
Bug Fixes
deps: [Many APIs] Require
google-api-core>=1.34.1(#12310) (41821da)fix ValueError in test__validate_universe_domain (2451e88)
2.16.1 (2024年02月06日)
Bug Fixes
Add google-auth as a direct dependency (e16032f)
Add staticmethod decorator to
_get_client_cert_sourceand_get_api_endpoint(e16032f)Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ (e16032f)
2.16.0 (2024年02月01日)
Features
2.15.1 (2024年01月04日)
Bug Fixes
- correct long audio synthesis HTTP binding (a748565)
Documentation
- Deprecate the custom voice usage field (a748565)
2.15.0 (2023年12月07日)
Features
Add support for python 3.12 (e9655df)
Introduce compatibility with native namespace packages (e9655df)
Bug Fixes
2.14.2 (2023年09月30日)
Documentation
2.14.1 (2023年01月20日)
Bug Fixes
- Add context manager return types (6415162)
Documentation
- Add documentation for enums (6415162)
2.14.0 (2023年01月10日)
Features
2.13.0 (2022年12月15日)
Features
Add LRS API (07227a0)
Add support for
google.cloud.texttospeech.__version__(a2a534c)Add typing to proto.Message based class attributes (a2a534c)
Bug Fixes
Add dict typing for client_options (a2a534c)
deps: Require google-api-core >=1.34.0, >=2.11.0 (07227a0)
Drop usage of pkg_resources (07227a0)
Fix timeout default values (07227a0)
Documentation
samples: Snippetgen handling of repeated enum field (a2a534c)
samples: Snippetgen should call await on the operation coroutine before calling result (07227a0)
2.12.3 (2022年10月07日)
Bug Fixes
2.12.2 (2022年10月03日)
Bug Fixes
2.12.1 (2022年08月11日)
Bug Fixes
2.12.0 (2022年07月16日)
Features
- add audience parameter (f450551)
Bug Fixes
2.11.1 (2022年06月06日)
Bug Fixes
Documentation
2.11.0 (2022年03月10日)
Features
2.10.2 (2022年03月05日)
Bug Fixes
deps: require google-api-core>=1.31.5, >=2.3.2 (#261) (f993058)
deps: require proto-plus>=1.15.0 (f993058)
2.10.1 (2022年02月26日)
Documentation
2.10.0 (2022年02月03日)
Features
Bug Fixes
- resolve DuplicateCredentialArgs error when using credentials_file (4c11b12)
Documentation
2.9.1 (2022年01月08日)
Documentation
2.9.0 (2021年11月16日)
Features
2.8.0 (2021年11月13日)
Features
Documentation
2.7.1 (2021年11月01日)
Bug Fixes
Documentation
- list oneofs in docstring (99ac70b)
2.7.0 (2021年10月18日)
Features
2.6.0 (2021年10月07日)
Features
2.5.3 (2021年09月24日)
Bug Fixes
- add ‘dict’ annotation type to ‘request’ (e74b994)
2.5.2 (2021年07月28日)
Bug Fixes
Documentation
Miscellaneous Chores
2.5.1 (2021年07月20日)
Bug Fixes
2.5.0 (2021年07月01日)
Features
Bug Fixes
Documentation
2.4.0 (2021年05月28日)
Features
- support self-signed JWT flow for service accounts (8a08836)
Bug Fixes
- add async client to %name_%version/init.py (8a08836)
2.3.0 (2021年03月31日)
Features
add
from_service_account_infoto clients (139e6e8)Add ALAW support on client library and improve the ListVoiceRequest message’s documentation (#113) (8bbd380)
add common resource helper methods (139e6e8)
Bug Fixes
- change default retry and timeout settings (139e6e8)
Documentation
2.2.0 (2020年08月10日)
Features
incorporate upstream changes (#73) (8ee5447)
support MULAW audio encoding
support MP3_64_KBPS audio encoding
support timepointing via SSML tag
support quota_project_id
2.1.0 (2020年06月20日)
Features
Documentation
2.0.0 (2020年06月01日)
⚠ BREAKING CHANGES
- This release has breaking changes. See the 2.0.0 Migration Guide for details.
Features
Bug Fixes
- address PR comments (65f903b)
1.0.1 (2020年02月28日)
Bug Fixes
1.0.0 (2020年02月28日)
Features
0.5.0
07-24-2019 17:48 PDT
Implementation Changes
Allow kwargs to be passed to create_channel (via synth). (#8407)
Reformat protos, update nox session docs (via synth). (#7941)
Remove classifier for Python 3.4 for end-of-life. (#7535)
New Features
- Add ‘client_options’ support (via synth). (#8525)
Dependencies
- Bump minimum version for google-api-core to 1.14.0. (#8709)
Documentation
Link to googleapis.dev documentation in READMEs. (#8705)
Add compatibility check badges to READMEs. (#8288)
Repair top-level API reference page. (#8435)
Updated client library documentation URLs. (#7307)
Internal / Testing Changes
Pin black version (via synth). (#8599)
Add docs job to publish to googleapis.dev. (#8464)
Declare encoding as utf-8 in pb2 files (via synth). (#8367)
Add disclaimer to auto-generated template files (via synth). (#8331)
Blacken (via synth). (#8281)
0.4.0
02-07-2019 15:21 PST
Implementation Changes
- Pick up stub docstring fix in GAPIC generator. (#6984)
New Features
- Protoc updates to include effects_profile_id. (#7097)
Documentation
- Fix
Client Library Documentationlink (#7109)
Internal / Testing Changes
Copy proto files alongside protoc versions.
Add protos as an artifact to library (#7205)
Update copyright headers and docstring quoting
0.3.0
12-18-2018 09:54 PST
Implementation Changes
Import
iam.policyfromgoogle.api_core. (#6741)Pick up fixes to GAPIC generator. (#6510)
Fix
client_infobug, update docstrings. (#6423)Re-generate library using texttospeech/synth.py (#5981)
Add gRPC Transport layer. (#5959)
Dependencies
Bump minimum
api_coreversion for all GAPIC libs to 1.4.1. (#6391)Avoid broken ‘google-common-apis 1.5.4’ release. (#6355)
Documentation
Document Python 2 deprecation (#6910)
Docs: normalize use of support level badges (#6159)
Docs: Replace links to
/stable/with/latest/. (#5901)Fix docs links for TTS. (#5483)
Internal / Testing Changes
Add synth.metadata. (#6870)
Update noxfile.
blacken all gen’d libs (#6792)
omit local deps (#6701)
Run black at end of synth.py (#6698)
Run Black on Generated libraries (#6666)
Add templates for flake8, coveragerc, noxfile, and black. (#6642)
Add ‘mock’ to unit test dependencies for autogen libs. (#6402)
Add / fix badges for PyPI / versions. (#6158)
Use new Nox (#6175)
0.2.0
New Features
Add the text-to-speech v1 API surface. (#5468)
Re-generate the text-to-speech v1beta1 API surface. (#5468)
Documentation
- Rename releases to changelog and include from CHANGELOG.md (#5191)
Internal / Testing Changes
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
0.1.0
Interface additions
- Added text-to-speech v1beta1. (#5049)