We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a2d24 commit f57d06aCopy full SHA for f57d06a
texttospeech/cloud-client/audio_profile.py
@@ -48,7 +48,7 @@ def synthesize_text(text, output, effects_profile_id):
48
# The response's audio_content is binary.
49
with open(output, 'wb') as out:
50
out.write(response.audio_content)
51
- print 'Audio content written to file "%s"' % output
+ print('Audio content written to file "%s"' % output)
52
53
# [END tts_synthesize_text]
54
0 commit comments