I've started a new #rust project that may or may not end up seeing use at work. I'm trying to do it on my own as #foss if possible.
Idea is to have a simple containerized service that accepts text and streams back the audio using #tts models like KittenNanoTTS.
Anyone have specific rust advice on using grpc to stream, or on consuming models in rust?