Skip to content

Conversation

@mohnishparmar
Copy link
Contributor

No description provided.

@mohnishparmar mohnishparmar marked this pull request as draft January 14, 2026 08:41
=======
parser.add_argument("--text-list", type=Path, default=None, help="A file path to a list of texts to synthesize.")
parser.add_argument("--stream", action="store_true", help="If this option is set, then streaming synthesis is applied. Streaming means that audio is yielded as it gets ready. If `--stream` is not set, then a synthesized audio is returned in 1 response only when all text is processed.")
>>>>>>> de4d527 (chore: streaming tts changes)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the stream argument is already present, this got carried over with merge conflict

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, during rebase it got added

help="Transcript corresponding to Zero shot audio prompt.",
)
=======
parser.add_argument("--text-list", type=Path, default=None, help="A file path to a list of texts to synthesize.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we keep argument name as --text-file to be same as tts perf client?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants