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
7 changes: 3 additions & 4 deletions riva/proto/riva_tts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ message ZeroShotData {
int32 quality = 4;
// Transcript corresponding to audio_prompt.
string transcript = 5;

// Exaggeration factor for generated voice.
float exaggeration_factor = 6;
}

message SynthesizeSpeechRequest {
Expand Down Expand Up @@ -112,7 +115,3 @@ message SynthesizeSpeechResponse {
// The ID associated with the request
RequestId id = 100;
}

/*
*
*/