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.
Go to file
Daniel Wolf 0f33fcfbd0 Removing zero silence, seems like Sphinx doesn't like it
See http://cmusphinx.sourceforge.net/wiki/faq#qwhy_my_accuracy_is_poor
I couldn't reproduce the original problem, but it doesn't seem to hurt, either.
2016-01-08 16:44:03 +01:00
extras/VegasImport Created import script for Sony Vegas 2015-12-03 23:07:16 +01:00
lib Added Google Test project 2016-01-06 20:47:29 +01:00
src Removing zero silence, seems like Sphinx doesn't like it 2016-01-08 16:44:03 +01:00
tests Refactoring: Using camelCase throughout 2016-01-06 20:47:37 +01:00
.gitignore Deleted .idea directory 2015-12-21 13:33:31 +01:00
CMakeLists.txt Showing progress bar 2016-01-08 10:53:35 +01:00
LICENSE.md Added Google Test project 2016-01-06 20:47:29 +01:00
README.md Updated README.md 2015-12-21 13:17:10 +01:00
tools.cmake Refactored CMakeLists.txt; updated LICENSE.md 2015-12-21 13:17:14 +01:00

README.md

Rhubarb Lip Sync

Rhubarb Lip Sync is a command-line tool that automatically creates lip-sync data from voice recordings. Just call it with a sound file in WAVE format and it will output an XML snippet specifying which mouth position to use for what segment of time. A reference to the mouth positions (A-H) can be found in this article.

Right now, Rhubarb Lip Sync is very much work in progress. If you have any questions or suggestions, feel free to open an issue.