I have attempted and failed to find a solution for TTS in C++ that sounds as good as the demos I have heard from Mozilla TTS. Currently my only choices are mimic1 or Windows SAPI, neither of which sound good enough for what I want to accomplish.
Cloud solutions are not an option, and I cannot use python to interface with C++ or vice versa (this is for an Unreal Engine 4 project – and I need to run TTS, not train models with C++).
I would love to know if anyone has suggestions for the above use case (I’m starting to think I’m out of luck at the moment).