- This topic has 1 reply, 2 voices, and was last updated 8 years, 9 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
› Forums › Speech Synthesis › Festival › Architecture: ids of Items in Relations
It seems as though Festival applies and interprets information in a linear fashion based on ID tags… Which is why all of the ID tags appear to be all out of order. Is this correct/is there a way to get Festival to print out all of the IDs in order?
Every time a new Item is created, it just gets assigned the next numerical id in sequence. So, the ids do not carry any human-friendly information and are best ignored. Sometimes an Item may be deleted, so not every numerical id will necessarily be present.
If you wanted to see all Items currently present in an Utterance, then you could save the utterance to a file using the utt.save command, and then open that file in a text editor such as Aquamacs.
festival> (utt.save myutt 'my_file_name.utt)
The file my_file_name.utt will be saved in whatever directory you were in when you started Festival. Note that the waveform is not saved within the utterance file.
Some forums are only available if you are logged in. Searching will only return results from those forums if you log in.
Copyright © 2024 · Balance Child Theme on Genesis Framework · WordPress · Log in