Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c9f59bc

Browse filesBrowse files
authored
TTS region tag update (GoogleCloudPlatform#1646)
1 parent 8467a4b commit c9f59bc
Copy full SHA for c9f59bc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎texttospeech/cloud-client/audio_profile.py

Copy file name to clipboardExpand all lines: texttospeech/cloud-client/audio_profile.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import argparse
2525

2626

27-
# [START tts_synthesize_text_with_audio_profile]
27+
# [START tts_synthesize_text_audio_profile_beta]
2828
def synthesize_text_with_audio_profile(text, output, effects_profile_id):
2929
"""Synthesizes speech from the input string of text."""
3030
from google.cloud import texttospeech_v1beta1 as texttospeech
@@ -50,7 +50,7 @@ def synthesize_text_with_audio_profile(text, output, effects_profile_id):
5050
out.write(response.audio_content)
5151
print('Audio content written to file "%s"' % output)
5252

53-
# [END tts_synthesize_text_with_audio_profile]
53+
# [END tts_synthesize_text_audio_profile_beta]
5454

5555

5656
if __name__ == '__main__':

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.