Peter Drysdale wrote:
> Dear Trent Buck and Festival users in Debian and Ubuntu,
>
> I have applied a commit to the git repository for Debian festival, currently
> located at:
>
> anonscm.debian.org/gitweb/?p=tts/festival.git
I can confirm this work with my favourite vox, with this change to the
vox setup. Thanks, Peter!
---
/usr/share/festival/voices/us/nitech_us_awb_arctic_hts/festvox/nitech_us_awb_arctic_hts.scm.~1~
2007-04-12 00:36:01.000000000 +0000
+++
/usr/share/festival/voices/us/nitech_us_awb_arctic_hts/festvox/nitech_us_awb_arctic_hts.scm
2011-10-27 03:46:03.651376810 +0000
@@ -68,8 +68,8 @@
(set! hts_feats_list
(load (path-append hts_data_dir "feat.list") t))
-(require 'hts)
-(require_module 'hts_engine)
+(require 'hts21compat)
+(require_module 'hts21_engine)
;;; Voice specific parameter are defined in each of the following
;;; files
@@ -169,7 +169,7 @@
;; Waveform synthesis model: hts
(set! hts_engine_params nitech_us_awb_arctic_hts::hts_engine_params)
(set! hts_feats_list nitech_us_awb_arctic_hts::hts_feats_list)
- (Parameter.set 'Synth_Method 'HTS)
+ (Parameter.set 'Synth_Method 'HTS21)
;; This is where you can modify power (and sampling rate) if desired
(set! after_synth_hooks nil)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]