From ee9e23a6d243aaadf4818c9d4c814be769ed876c Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Tue, 2 Feb 2016 20:37:24 +0100 Subject: [PATCH] Version 0.1.0 --- CMakeLists.txt | 4 ++-- VERSION.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 VERSION.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c6aeb4..e397830 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(appName "Rhubarb Lip Sync") set(appVersionMajor 0) set(appVersionMinor 1) set(appVersionPatch 0) -set(appVersionSuffix -alpha) +set(appVersionSuffix "") set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}") project(${appName}) @@ -139,7 +139,7 @@ install( DESTINATION . ) install( - FILES README.md LICENSE.md + FILES README.md LICENSE.md VERSION.md DESTINATION . ) diff --git a/VERSION.md b/VERSION.md new file mode 100644 index 0000000..6aa323c --- /dev/null +++ b/VERSION.md @@ -0,0 +1,7 @@ +# Version history + +## Version 0.1 + +* Two-pass phone detection using [CMU PocketSphinx](http://cmusphinx.sourceforge.net/) +* Fixed set of eight mouth shapes, based on the Hanna-Barbera shapes +* Naive (but well-tuned) mapping from phones to mouth shapes \ No newline at end of file