12.12.2012 Views

Festival Speech Synthesis System: - Speech Resource Pages

Festival Speech Synthesis System: - Speech Resource Pages

Festival Speech Synthesis System: - Speech Resource Pages

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

(set! spanish_phrase_cart_tree<br />

'<br />

((lisp_token_end_punc in ("?" "." ":"))<br />

((BB))<br />

((lisp_token_end_punc in ("'" "\"" "," ";"))<br />

((B))<br />

((n.name is 0) ;; end of utterance<br />

((BB))<br />

((NB))))))<br />

[ < ] [ > ] [ > ] [Top] [Contents] [Index] [ ? ]<br />

24.2.4 Intonation<br />

For intonation there are number of simple options without requiring training data. For this example we will simply<br />

use a hat pattern on all stressed syllables in content words and on single syllable content words. (i.e. Simple) Thus<br />

we need an accent prediction CART tree.<br />

(set! spanish_accent_cart_tree<br />

'<br />

((R:SylStructure.parent.gpos is content)<br />

((stress is 1)<br />

((Accented))<br />

((position_type is single)<br />

((Accented))<br />

((NONE))))<br />

((NONE))))<br />

We also need to specify the pitch range of our speaker. We will be using a male Spanish diphone database of the<br />

follow range<br />

(set! spanish_el_int_simple_params<br />

'((f0_mean 120) (f0_std 30)))<br />

[ < ] [ > ] [ > ] [Top] [Contents] [Index] [ ? ]<br />

24.2.5 Duration<br />

We will use the trick mentioned above for duration prediction. Using the zscore CART tree method, we will actually<br />

use it to predict factors rather than zscores.<br />

The tree predicts longer durations in stressed syllables and in clause initial and clause final syllables.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!