File: ph_urdu

package info (click to toggle)
espeakedit 1.48.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 15,436 kB
  • sloc: cpp: 41,217; ansic: 191; makefile: 40
file content (45 lines) | stat: -rwxr-xr-x 823 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
//====================================================
// Phonemes adjusted  for Urdu by Him Prasad Gautam.
//====================================================


phoneme : //  Lengthen the previous vowel by "length"
  virtual
  length 120
endphoneme

phoneme @
  vowel flag1 starttype #@  endtype #@
  length 130

  ChangeIfDiminished(@-)
  IF nextPh(H) THEN
    FMT(vowel/@_low)
  ENDIF
  FMT(vowel/@_bck)
endphoneme


phoneme V
  vowel flag1 starttype #@  endtype #@
  length 150
  CALL hi/V
endphoneme


phoneme @2
  vowel flag1 starttype #@  endtype #@
  length 150
  FMT(vowel/@_low)
endphoneme

phoneme @3
  vowel flag1 starttype #@  endtype #@
  length 150
  ChangeIfDiminished(@-)
  FMT(vowel/@_3)
endphoneme


//====================================================
// The rest Phonemes are inherted from Hindi.