Version 0.1.0

This commit is contained in:
Daniel Wolf 2016-02-02 20:37:24 +01:00
parent c766732546
commit ee9e23a6d2
2 changed files with 9 additions and 2 deletions

View File

@ -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 .
)

7
VERSION.md Normal file
View File

@ -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