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_dur_tree<br />

'<br />

((R:SylStructure.parent.R:Syllable.p.syl_break > 1 ) ;; clause initial<br />

((R:SylStructure.parent.stress is 1)<br />

((1.5))<br />

((1.2)))<br />

((R:SylStructure.parent.syl_break > 1) ;; clause final<br />

((R:SylStructure.parent.stress is 1)<br />

((2.0))<br />

((1.5)))<br />

((R:SylStructure.parent.stress is 1)<br />

((1.2))<br />

((1.0))))))<br />

In addition to the tree we need durations for each phone in the set<br />

(set! spanish_el_phone_data<br />

'(<br />

(# 0.0 0.250)<br />

(a 0.0 0.090)<br />

(e 0.0 0.090)<br />

(i 0.0 0.080)<br />

(o 0.0 0.090)<br />

(u 0.0 0.080)<br />

(b 0.0 0.065)<br />

(ch 0.0 0.135)<br />

(d 0.0 0.060)<br />

(f 0.0 0.100)<br />

(g 0.0 0.080)<br />

(j 0.0 0.100)<br />

(k 0.0 0.100)<br />

(l 0.0 0.080)<br />

(ll 0.0 0.105)<br />

(m 0.0 0.070)<br />

(n 0.0 0.080)<br />

(ny 0.0 0.110)<br />

(p 0.0 0.100)<br />

(r 0.0 0.030)<br />

(rr 0.0 0.080)<br />

(s 0.0 0.110)<br />

(t 0.0 0.085)<br />

(th 0.0 0.100)<br />

(x 0.0 0.130)<br />

))<br />

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

24.2.6 Waveform synthesis<br />

There are a number of choices for waveform synthesis currently supported. MBROLA supports Spanish, so we could<br />

use that. But their Spanish diphones in fact use a slightly different phoneset so we would need to change the above<br />

definitions to use it effectively. Here we will use a diphone database for Spanish recorded by Eduardo Lopez when he<br />

was a Masters student some years ago.<br />

Here we simply load our pre-built diphone database

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

Saved successfully!

Ooh no, something went wrong!