From 1f47c455b02f6cb41e273106cf128cb790f4d1a3 Mon Sep 17 00:00:00 2001 From: mohnishparmar <109233781+mohnishparmar@users.noreply.github.com> Date: Thu, 20 Apr 2023 10:52:45 +0530 Subject: [PATCH] updating nmt proto comment for end of speech stream (#20) --- riva/proto/riva_nmt.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/riva/proto/riva_nmt.proto b/riva/proto/riva_nmt.proto index cae46ff..924cb54 100644 --- a/riva/proto/riva_nmt.proto +++ b/riva/proto/riva_nmt.proto @@ -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 }