Skip to content

Commit a11a738

Browse files
feat: [TextToSpeech] Support HD voice custom pronunciations (#8198)
* feat: Support HD voice custom pronunciations docs: A comment for method `StreamingSynthesize` in service `TextToSpeech` is changed docs: A comment for enum value `OGG_OPUS` in enum `AudioEncoding` is changed docs: A comment for enum value `PCM` in enum `AudioEncoding` is changed docs: A comment for field `low_latency_journey_synthesis` in message `.google.cloud.texttospeech.v1.AdvancedVoiceOptions` is changed docs: A comment for enum value `PHONETIC_ENCODING_IPA` in enum `PhoneticEncoding` is changed docs: A comment for enum value `PHONETIC_ENCODING_X_SAMPA` in enum `PhoneticEncoding` is changed docs: A comment for field `phrase` in message `.google.cloud.texttospeech.v1.CustomPronunciationParams` is changed docs: A comment for field `pronunciations` in message `.google.cloud.texttospeech.v1.CustomPronunciations` is changed docs: A comment for message `MultiSpeakerMarkup` is changed docs: A comment for field `custom_pronunciations` in message `.google.cloud.texttospeech.v1.SynthesisInput` is changed docs: A comment for field `voice_clone` in message `.google.cloud.texttospeech.v1.VoiceSelectionParams` is changed docs: A comment for field `audio_encoding` in message `.google.cloud.texttospeech.v1.StreamingAudioConfig` is changed docs: A comment for field `text` in message `.google.cloud.texttospeech.v1.StreamingSynthesisInput` is changed PiperOrigin-RevId: 742280480 Source-Link: googleapis/googleapis@2059f0f Source-Link: googleapis/googleapis-gen@1308d49 Copy-Tag: eyJwIjoiVGV4dFRvU3BlZWNoLy5Pd2xCb3QueWFtbCIsImgiOiIxMzA4ZDQ5NTIxY2Q4YWZlODZmMjFlMmI1YzFjNDM3Mzg3MWUxMzVkIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3ec0155 commit a11a738

15 files changed

Lines changed: 199 additions & 92 deletions
119 Bytes
Binary file not shown.

TextToSpeech/samples/V1/TextToSpeechClient/streaming_synthesize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
use Google\Cloud\TextToSpeech\V1\StreamingSynthesizeResponse;
3131

3232
/**
33-
* Performs bidirectional streaming speech synthesis: receive audio while
33+
* Performs bidirectional streaming speech synthesis: receives audio while
3434
* sending text.
3535
*
3636
* This sample has been automatically generated and should be regarded as a code

TextToSpeech/src/V1/AdvancedVoiceOptions.php

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TextToSpeech/src/V1/AudioConfig.php

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TextToSpeech/src/V1/AudioEncoding.php

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TextToSpeech/src/V1/Client/TextToSpeechClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public function listVoices(ListVoicesRequest $request, array $callOptions = []):
250250
}
251251

252252
/**
253-
* Performs bidirectional streaming speech synthesis: receive audio while
253+
* Performs bidirectional streaming speech synthesis: receives audio while
254254
* sending text.
255255
*
256256
* @example samples/V1/TextToSpeechClient/streaming_synthesize.php

TextToSpeech/src/V1/CustomPronunciationParams.php

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TextToSpeech/src/V1/CustomPronunciationParams/PhoneticEncoding.php

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TextToSpeech/src/V1/CustomPronunciations.php

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TextToSpeech/src/V1/MultiSpeakerMarkup/Turn.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)