Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion riva/proto/riva_tts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ service RivaSpeechSynthesis {
// Used to request text-to-speech returned via stream as it becomes available.
// Submit a SynthesizeSpeechRequest with desired text and configuration,
// and receive stream of bytes in the requested format.
rpc SynthesizeOnline(SynthesizeSpeechRequest)
rpc SynthesizeOnline(stream SynthesizeSpeechRequest)
Copy link
Contributor

Choose a reason for hiding this comment

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

as it's a breaking change for the API, putting a comment here to merge only when corresponding client/server is updated

returns (stream SynthesizeSpeechResponse) {}

// Enables clients to request the configuration of the current Synthesize
Expand Down