I am just wondering if there is a way to run multiple instances of tts.exe/allow multiple lines to be read at once. Currently running the command more than once overlapping will cause the second line to wait for the first to complete, but for a certain project i'm working on I need it to allow multiple all at once. I have minimal C++ knowledge so this is my best option at getting it to work.
I am just wondering if there is a way to run multiple instances of tts.exe/allow multiple lines to be read at once. Currently running the command more than once overlapping will cause the second line to wait for the first to complete, but for a certain project i'm working on I need it to allow multiple all at once. I have minimal C++ knowledge so this is my best option at getting it to work.