Hi. It would be nice if fn main logic was some kind of builder, that could be used in custom binary.
Basically all I want to modify there is StreamEngine (register_asr/register_tts) and modify config a bit from env variables.
It's a burden to copy-paste every time main.rs changes.
When I have the time I would like to send a PR, but if someone decides to do this instead, please leave a comment.
Hi. It would be nice if
fn mainlogic was some kind of builder, that could be used in custom binary.Basically all I want to modify there is StreamEngine (register_asr/register_tts) and modify config a bit from env variables.
It's a burden to copy-paste every time main.rs changes.
When I have the time I would like to send a PR, but if someone decides to do this instead, please leave a comment.