shithub: flite

Download patch

ref: 4ffb819bfda1159554286c1cb0b9d5093cc9cd0c
parent: fdddc374e9b47bdc5c74c3cd6faa7dabb2cc4c87
author: Alan W Black <awb@cs.cmu.edu>
date: Wed Feb 21 02:52:38 EST 2018

update

--- a/doc/flite.texi
+++ b/doc/flite.texi
@@ -814,7 +814,7 @@
 @example
 #include "flite.h"
 
-register_cmu_us_kal();
+cst_voice * register_cmu_us_kal(const char *voxdir);
 
 int main(int argc, char **argv)
 @{