src/jarvis_proto/jarvis_tts.proto -------------------------------------------------- .. cpp:var:: service JarvisTTS .. cpp:var:: rpc SynthesizeSpeechResponse Synthesize(SynthesizeSpeechRequest) Used to request speech-to-text from the service. Submit a request containing the desired text and configuration, and receive audio bytes in the requested format. .. cpp:var:: rpc stream SynthesizeSpeechResponse SynthesizeOnline(SynthesizeSpeechRequest) Used to request speech-to-text returned via stream as it becomes available. Submit a SynthesizeSpeechRequest with desired text and configuration, and receive stream of bytes in the requested format. .. cpp:var:: message SynthesizeSpeechRequest .. cpp:var:: string text .. cpp:var:: string language_code .. cpp:var:: nvidia.jarvis.AudioEncoding encoding audio encoding params .. cpp:var:: int32 sample_rate_hz .. cpp:var:: string voice_name voice params .. cpp:var:: message SynthesizeSpeechResponse .. cpp:var:: bytes audio