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.

duration parameter intonation parameters etc., then defined a function of the form voice_NAME which when called<br />

will actually select the voice.<br />

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

24.2.1 Phoneset<br />

For most new languages and often for new dialects, a new phoneset is required. It is really the basic building block of<br />

a voice and most other parts are defined in terms of this set, so defining it first is a good start.<br />

(defPhoneSet<br />

spanish<br />

;;; Phone Features<br />

(;; vowel or consonant<br />

(vc + -)<br />

;; vowel length: short long diphthong schwa<br />

(vlng s l d a 0)<br />

;; vowel height: high mid low<br />

(vheight 1 2 3 -)<br />

;; vowel frontness: front mid back<br />

(vfront 1 2 3 -)<br />

;; lip rounding<br />

(vrnd + -)<br />

;; consonant type: stop fricative affricative nasal liquid<br />

(ctype s f a n l 0)<br />

;; place of articulation: labial alveolar palatal labio-dental<br />

;; dental velar<br />

(cplace l a p b d v 0)<br />

;; consonant voicing<br />

(cvox + -)<br />

)<br />

;; Phone set members (features are not! set properly)<br />

(<br />

(# - 0 - - - 0 0 -)<br />

(a + l 3 1 - 0 0 -)<br />

(e + l 2 1 - 0 0 -)<br />

(i + l 1 1 - 0 0 -)<br />

(o + l 3 3 - 0 0 -)<br />

(u + l 1 3 + 0 0 -)<br />

(b - 0 - - + s l +)<br />

(ch - 0 - - + a a -)<br />

(d - 0 - - + s a +)<br />

(f - 0 - - + f b -)<br />

(g - 0 - - + s p +)<br />

(j - 0 - - + l a +)<br />

(k - 0 - - + s p -)<br />

(l - 0 - - + l d +)<br />

(ll - 0 - - + l d +)<br />

(m - 0 - - + n l +)<br />

(n - 0 - - + n d +)<br />

(ny - 0 - - + n v +)<br />

(p - 0 - - + s l -)<br />

(r - 0 - - + l p +)<br />

(rr - 0 - - + l p +)<br />

(s - 0 - - + f a +)<br />

(t - 0 - - + s t +)<br />

(th - 0 - - + f d +)<br />

(x - 0 - - + a a -)<br />

)

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

Saved successfully!

Ooh no, something went wrong!