Skip to content

Commit 9189e66

Browse files
happyhumanbusunkim96
authored andcommitted
Diarization Output Modified [(#1586)](#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 b04675d commit 9189e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

texttospeech/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)