shithub: flite

Download patch

ref: 64061a0b01413a0aa8f7e19c34475b2d80182a88
parent: 13494718b3a04bb8c3b6977e53315bcf051531b6
author: Alan W Black <awb@cs.cmu.edu>
date: Fri Nov 3 03:59:54 EDT 2017

voice.feats support

--- a/tools/Makefile.flite
+++ b/tools/Makefile.flite
@@ -120,7 +120,7 @@
 
 # Add and voice specific feats
 add_feats :
-	$(FLITEDIR)/bin/add_flite_feats $(VOICENAME).flitevox ../etc/flite_feats
+	$(FLITEDIR)/bin/add_flite_feats $(VOICENAME).flitevox ../etc/voice.feats
 
 # Run front end tests
 flitecheck:
--- a/tools/add_flite_feats
+++ b/tools/add_flite_feats
@@ -35,9 +35,9 @@
 ##  After a voice is built and dumped as a .flitevox file for            ##
 ##  distribution, add the feats to the file from ../etc/flite_feats      ##
 ##                                                                       ##
-##  $FLITEDIR/tools/add_flite_feats X.flitevox ../etc/flite_feats        ##
+##  $FLITEDIR/tools/add_flite_feats X.flitevox ../etc/voice.feats        ##
 ##                                                                       ##
-##  ../etc/flite_feats should look something like                        ##
+##  ../etc/voice.feats should look something like                        ##
 ##                                                                       ##
 ##  age 42                                                               ##
 ##  gender male                                                          ##