Version 0.1.0
This commit is contained in:
parent
c766732546
commit
ee9e23a6d2
|
@ -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 .
|
||||
)
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue