Skip to content

Commit

Permalink
updating nmt proto comment for end of speech stream (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnishparmar authored Apr 20, 2023
1 parent 4105452 commit 1f47c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions riva/proto/riva_nmt.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ message SynthesizeSpeechConfig {
*
*/
message StreamingTranslateSpeechToSpeechResponse {
// Contains speech responses, the last response sends an empty buffer to mark the end of stream.
nvidia.riva.tts.SynthesizeSpeechResponse speech = 1; //from riva_tts.proto
}

Expand Down

0 comments on commit 1f47c45

Please sign in to comment.