He never shared his Unity script so you're out of luck. You'd need to write a unity script that could import the timings of the text output this tool creates.
In the first post, you have developed the lipsync tool with Annosoft SAPI command line tool. And you have mention in the beginning of the post that u have cooked up script with unity. I need a clarification regarding it, Can i make use of your lipsync tool with unity? How to use this tool with unity for making my own…
Ahh the start time in seconds/milliseconds, that makes sense. It would be helpful to have the end time and the blending value, if you could toss those in? If not I can probably make due with just the start times. And yea the blending values would help me calculate the strength of the shapes. Maybe check boxes as to what…
About a month ago, I started looking for a lip-syncing solution that I wouldn't have to break the bank over. I had cooked up a script for Unity that would read a text document with lip-sync timings, and then automatically animate a character's mouth based on pre-defined functions. But the process of actually figuring out…