Skip to content

Commit

Permalink
Diarization Output Modified [(#1586)](GoogleCloudPlatform/python-docs…
Browse files Browse the repository at this point in the history
…-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.
  • Loading branch information
happyhuman authored and busunkim96 committed May 20, 2020
1 parent 4a69537 commit 367d997
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Example usage:
python audio_profile.py --text "hello" --effects_profile_id
"telephony-class-application"
"telephony-class-application" --output "output.mp3"
"""

import argparse
Expand Down

0 comments on commit 367d997

Please sign in to comment.