DanielSWolf / rhubarb-lip-sync

Rhubarb Lip Sync is a command-line tool that automatically creates 2D mouth animation from voice recordings. You can use it for characters in computer games, in animated cartoons, or in any other project that requires animating mouths based on existing recordings.
Other
1.81k stars 216 forks source link

Question: can it run at real time? #124

Closed mika314 closed 1 year ago

mika314 commented 1 year ago

I am working on VTuber software that can run without using a webcam, only using microphone input. I am thinking of using Rhubarb Lip Sync as a base, and I am just wondering before I get too deep into the weeds, can it theoretically run in real time (with maybe about a 200 ms delay)?

DanielSWolf commented 1 year ago

I'm afraid that's not possible using Rhubarb. For details, see #22.

mika314 commented 1 year ago

Thank you for your prompt reply and for saving me time.