[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:00566] Re: [festival-talk] Re: Re: Using HTS with festival


Thanks a ton Nickolay.

There were two *_f0*scm files.  File nitech_us_awb_arctic_f0model.scm
had the line (require 'f2bf0lr) commented. I uncommented this line and
the voice synthesis went through.

Thanks,

Manoj.



On 3/9/07, Nickolay V. Shmyrev <nshmyrev@xxxxxxxxx> wrote:
>> I fixed these files and put the new versions on the website.
>
>Thanks a lot for putting the new versions.
>
>Vocies  nitech_us_bdl_arctic_hts nitech_us_jmk_arctic_hts are working fine.
>
>However when I try using nitech_us_awb_arctic_hts, I get the following
>error. I am using festival 1.96.
>
>SIOD ERROR: unbound variable : f2b_f0_lr_start
>BACKTRACE:
>   0: f2b_f0_lr_start
>   1: (set! f0_lr_start f2b_f0_lr_start)
>   2: (nitech_us_awb_arctic::select_f0model)
>   3: (#<CLOSURE nil (begin "(voice_nitech_us_awb_arctic_hts)
>Define voice for limited domain: us." (voice_reset)
>(nitech_us_awb_arctic::select_phoneset)
>(nitech_us_awb_arctic::select_tokenizer)
>(nitech_us_awb_arctic::select_tagger)
>(nitech_us_awb_arctic::select_lexicon) (if (string-equal
>"americanenglish" (Param.get (quote Language))) (set!
>postlex_vowel_reduce_cart_tree nil))
>(nitech_us_awb_arctic::select_phrasing)
>(nitech_us_awb_arctic::select_intonation)
>(nitech_us_awb_arctic::select_duration)
>(nitech_us_awb_arctic::select_f0model) (set! hts_engine_params
>nitech_us_slt_arctic_hts::hts_engine_params) (set! hts_feats_list
>nitech_us_slt_arctic_hts::hts_feats_list) (Parameter.set (quote
>Synth_Method) (quote HTS)) (set! after_synth_hooks nil) (set!
>current_voice_reset nitech_us_awb_arctic_hts::voice_reset) (set!
>current-voice (quote nitech_us_awb_arctic_hts)))>)
>   4: (voice_nitech_us_awb_arctic_hts)
>   5: (eval (list voice_default))
>   6: (load (path-append libdir "init.scm"))
>   7: (load "./bin/text2wave")
>
>Thanks,
>
>Manoj.


Yes, it's a known problem too. Thanks for pedantic testing Manoj. I suppose that voices should have a line:

(require 'f2bf0lr)

in their _f0.scm files or in root scm files.


References
[hts-users:00554] Using HTS with festival, Manoj Bist
[hts-users:00564] Re: [festival-talk] Re: Re: Using HTS with festival, Manoj Bist
[hts-users:00565] Re: [festival-talk] Re: Re: Using HTS with festival, Nickolay V. Shmyrev