src/jarvis_proto/jarvis_tts.proto¶
- 
service 
JarvisTTS¶ - 
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.
- 
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.
-