Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 724b6b7

Browse files
authored
Diarization Output Modified [(#1586)](GoogleCloudPlatform/python-docs-samples#1586)
* Printing the last paragraph only. * Python3 print * Removing sample rate setting * Adding the missing output parameter in the example * Changes based on the comments * Removed filenames as input parameters * Removed unused args * Updated README file * Updated the inline comment * Modified code to make it more readable * Simplified the response object processing. * Fixing the long line issue.
1 parent bbf1e70 commit 724b6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/audio_profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
Example usage:
2020
python audio_profile.py --text "hello" --effects_profile_id
21-
"telephony-class-application"
21+
"telephony-class-application" --output "output.mp3"
2222
"""
2323

2424
import argparse

0 commit comments

Comments
 (0)