Closed 3da closed 1 year ago
Hello.
I am working on C# wrapper for TTS models. I see method "save_wav". But is it possible to save result directly to stdout? Then I would read it directly without temporary file.
You can invoke the apply_tts method and proceed with the resulting array the way you want.
apply_tts
Hello.
I am working on C# wrapper for TTS models. I see method "save_wav". But is it possible to save result directly to stdout? Then I would read it directly without temporary file.