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

[hts-users:00579] festival voices: references to nitech_us_slt_arctic_hts in other voices?


The voices other than nitech_us_slt_arctic_hts all have lines like:

(set! nitech_us_slt_arctic_hts::hts_feats_list
      (load (path-append hts_data_dir "feat.list") t))

(set! nitech_us_slt_arctic_hts::hts_engine_params
      (list
       (list "-dm1" (path-append hts_data_dir "mcep_dyn.win"))
       [...]

and

  ;; Waveform synthesis model: hts
  (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 'Synth_Method 'HTS)


Is this intentional?

-- 
Matthew Miller           mattdm@xxxxxxxxxx          <http://mattdm.org/>
Boston University Linux      ------>              <http://linux.bu.edu/>

Follow-Ups
[hts-users:00581] Re: festival voices: references to nitech_us_slt_arctic_hts in other voices?, Heiga ZEN (Byung Ha CHUN)
References
[hts-users:00578] cmu/nitech hts voices: no proclaim_voice?, Matthew Miller