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

[hts-users:04101] Re: Festival options to generate utts for synthesis


On 08/21/2014 11:24 AM, Praneeth Kurpad wrote:

I have been trying to build a text to speech synthesis system (English) using HTS and festival. I want to generate a speech waveform from text, rather than label files as done in HTS-demo. I used festival to generate utts using the code :

(let ((utt1 (SynthText "Ah, indeed")))
    (utt.save utt1 "asdf.utt")
)

and used the part of script in HTS-demo/data/Makefile to create labels from festival generated utterances. 

Just checking: did you generate only the label files (*.lab) or did you also regenerate the list and scp files and then the unseen models in the training part ?

Alexis

Attachment: signature.asc
Description: OpenPGP digital signature


Follow-Ups
[hts-users:04102] Re: Festival options to generate utts for synthesis, Momop Momop
References
[hts-users:04098] Festival options to generate utts for synthesis, Praneeth Kurpad