This file is indexed.

/usr/share/doc/freetts/api/index-all.html is in freetts 1.2.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_18) on Fri Aug 06 21:47:30 UTC 2010 -->
<TITLE>
Index (FreeTTS 1.2)
</TITLE>

<META NAME="date" CONTENT="2010-08-06">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (FreeTTS 1.2)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_Y_">Y</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/cart/Intonator.html#accentCart"><B>accentCart</B></A> - 
Variable in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Intonator.html" title="class in com.sun.speech.freetts.cart">Intonator</A>
<DD>The accent CART used for this Intonation UtteranceProcessor.
<DT><A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html#accept(java.lang.String)"><B>accept(String)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html" title="class in com.sun.speech.freetts.en.us">PronounceableFSM</A>
<DD>Checks to see if this finite state machine accepts the given
 input string.
<DT><A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html#addAddendum(java.lang.String, java.lang.String, java.lang.String[])"><B>addAddendum(String, String, String[])</B></A> - 
Method in interface com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html" title="interface in com.sun.speech.freetts.lexicon">Lexicon</A>
<DD>Adds a word to the addenda.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#addAddendum(java.lang.String, java.lang.String, java.lang.String[])"><B>addAddendum(String, String, String[])</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Adds a word to the addenda.
<DT><A HREF="./com/sun/speech/engine/BaseAudioManager.html#addAudioListener(AudioListener)"><B>addAudioListener(AudioListener)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseAudioManager.html" title="class in com.sun.speech.engine">BaseAudioManager</A>
<DD>Requests notification of <code>AudioEvents</code> from the
 <code>AudioManager</code>.
<DT><A HREF="./com/sun/speech/freetts/en/us/WordRelation.html#addBreak()"><B>addBreak()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/WordRelation.html" title="class in com.sun.speech.freetts.en.us">WordRelation</A>
<DD>Adds a break as a feature to the last item in the list.
<DT><A HREF="./com/sun/speech/freetts/Item.html#addDaughter(com.sun.speech.freetts.Item)"><B>addDaughter(Item)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Adds the given item as a daughter to this item.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#addEngineListener(EngineListener)"><B>addEngineListener(EngineListener)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Requests notification of <code>EngineEvents</code> from this
 <code>Engine</code>.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#addFeatureProcessor(java.lang.String, com.sun.speech.freetts.FeatureProcessor)"><B>addFeatureProcessor(String, FeatureProcessor)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Adds a language/voice specific Feature Processor to the set of
 FeatureProcessors supported by this voice.
<DT><A HREF="./com/sun/speech/freetts/ItemContents.html#addItemRelation(java.lang.String, com.sun.speech.freetts.Item)"><B>addItemRelation(String, Item)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts">ItemContents</A>
<DD>Adds the given item to the set of relations.
<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html#addPropertyChangeListener(java.beans.PropertyChangeListener)"><B>addPropertyChangeListener(PropertyChangeListener)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>
<DD>Adds a <code>PropertyChangeListener</code> to the listener list.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#addSpeakableListener(SpeakableListener)"><B>addSpeakableListener(SpeakableListener)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Adds a <code>SpeakableListener</code> to this <code>Synthesizer</code>.
<DT><A HREF="./com/sun/speech/engine/EngineEventPanel.html#addText(java.lang.String)"><B>addText(String)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineEventPanel.html" title="class in com.sun.speech.engine">EngineEventPanel</A>
<DD>Appends text to the text area and scrolls the text area so the
 new text is visible.
<DT><A HREF="./com/sun/speech/engine/synthesis/VoiceList.html#addVoice(com.sun.speech.engine.synthesis.BaseVoice)"><B>addVoice(BaseVoice)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/VoiceList.html" title="class in com.sun.speech.engine.synthesis">VoiceList</A>
<DD>Adds a voice to the list.
<DT><A HREF="./com/sun/speech/freetts/en/us/WordRelation.html#addWord(java.lang.String)"><B>addWord(String)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/WordRelation.html" title="class in com.sun.speech.freetts.en.us">WordRelation</A>
<DD>Adds a word as an Item to this WordRelation object.
<DT><A HREF="./com/sun/speech/freetts/Age.html" title="class in com.sun.speech.freetts"><B>Age</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Provides an enumeration of Age, following JSAPI style.<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#ALIAS_MAGIC"><B>ALIAS_MAGIC</B></A> - 
Static variable in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone"><B>AliasDiphone</B></A> - Class in <A HREF="./com/sun/speech/freetts/diphone/package-summary.html">com.sun.speech.freetts.diphone</A><DD>Represent an alias diphone which is just another name for an
 already-existing original diphone.<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html#AliasDiphone(java.lang.String, java.lang.String)"><B>AliasDiphone(String, String)</B></A> - 
Constructor for class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone">AliasDiphone</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#allocate()"><B>allocate()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Allocates the resources required for this <code>Engine</code> and
 puts it into the <code>ALLOCATED</code> state.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#allocate()"><B>allocate()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Allocate this Voice.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#allocatedLabel"><B>allocatedLabel</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>The label containing the string "allocated".
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#allocatingResourcesLabel"><B>allocatingResourcesLabel</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>The label containing the string "allocating resources".
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#appendBuffer(java.lang.StringBuffer, java.lang.String)"><B>appendBuffer(StringBuffer, String)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>Adds a <code>String</code> to a buffer, with each
 <code>String</code> being separated by a ":".
<DT><A HREF="./com/sun/speech/freetts/Item.html#appendItem(com.sun.speech.freetts.Item)"><B>appendItem(Item)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Appends an item in this list after this item.
<DT><A HREF="./com/sun/speech/freetts/Relation.html#appendItem()"><B>appendItem()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Adds a new item to this relation.
<DT><A HREF="./com/sun/speech/freetts/Relation.html#appendItem(com.sun.speech.freetts.Item)"><B>appendItem(Item)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Adds a new item to this relation.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#appendQueue(com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem)"><B>appendQueue(BaseSynthesizerQueueItem)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Puts an item on the speaking queue and sends a queue updated
 event.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html#appendQueue(com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem)"><B>appendQueue(BaseSynthesizerQueueItem)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer</A>
<DD>Puts an item on the speaking queue and sends a queue updated
 event.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#appendQueue(com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem)"><B>appendQueue(TextSynthesizerQueueItem)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Adds an item to be spoken to the output queue.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html#appendQueue(com.sun.speech.engine.synthesis.BaseSynthesizerQueueItem)"><B>appendQueue(BaseSynthesizerQueueItem)</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizer</A>
<DD>Places an item on the speaking queue and send the queue update event.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#audioManager"><B>audioManager</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>The <code>AudioManager</code> for this <code>Engine</code>.
<DT><A HREF="./com/sun/speech/freetts/relp/AudioOutput.html" title="class in com.sun.speech.freetts.relp"><B>AudioOutput</B></A> - Class in <A HREF="./com/sun/speech/freetts/relp/package-summary.html">com.sun.speech.freetts.relp</A><DD>Supports generating audio output from an utterance.<DT><A HREF="./com/sun/speech/freetts/relp/AudioOutput.html#AudioOutput()"><B>AudioOutput()</B></A> - 
Constructor for class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/AudioOutput.html" title="class in com.sun.speech.freetts.relp">AudioOutput</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio"><B>AudioPlayer</B></A> - Interface in <A HREF="./com/sun/speech/freetts/audio/package-summary.html">com.sun.speech.freetts.audio</A><DD>Provides an  interface to the audio system for use by freetts.<DT><A HREF="./com/sun/speech/engine/SpeechEventUtilities.html#awtRunning"><B>awtRunning</B></A> - 
Static variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventUtilities.html" title="class in com.sun.speech.engine">SpeechEventUtilities</A>
<DD>If true, the AWT EventQueue has been set up in the VM.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/engine/BaseAudioManager.html" title="class in com.sun.speech.engine"><B>BaseAudioManager</B></A> - Class in <A HREF="./com/sun/speech/engine/package-summary.html">com.sun.speech.engine</A><DD>Supports the JSAPI 1.0 <code>AudioManager</code>
 interface.<DT><A HREF="./com/sun/speech/engine/BaseAudioManager.html#BaseAudioManager()"><B>BaseAudioManager()</B></A> - 
Constructor for class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseAudioManager.html" title="class in com.sun.speech.engine">BaseAudioManager</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine"><B>BaseEngine</B></A> - Class in <A HREF="./com/sun/speech/engine/package-summary.html">com.sun.speech.engine</A><DD>Supports the JSAPI 1.0 <code>Engine</code> interface.<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#BaseEngine()"><B>BaseEngine()</B></A> - 
Constructor for class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Creates a new <code>Engine</code> in the
 <code>DEALLOCATED</code> state.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#BaseEngine(EngineModeDesc)"><B>BaseEngine(EngineModeDesc)</B></A> - 
Constructor for class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Creates a new <code>Engine</code> in the
 <code>DEALLOCATED</code> state.
<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine"><B>BaseEngineProperties</B></A> - Class in <A HREF="./com/sun/speech/engine/package-summary.html">com.sun.speech.engine</A><DD>Supports the JSAPI 1.0 <code>EngineProperties</code>
 interface.<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html#BaseEngineProperties()"><B>BaseEngineProperties()</B></A> - 
Constructor for class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis"><B>BaseSynthesizer</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/package-summary.html">com.sun.speech.engine.synthesis</A><DD>Supports the JSAPI 1.0 <code>Synthesizer</code> interface that
 performs the core non-engine-specific functions.<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#BaseSynthesizer(SynthesizerModeDesc)"><B>BaseSynthesizer(SynthesizerModeDesc)</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Creates a new Synthesizer in the <code>DEALLOCATED</code> state.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis"><B>BaseSynthesizerProperties</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/package-summary.html">com.sun.speech.engine.synthesis</A><DD>Supports the JSAPI 1.0 <code>SynthesizerProperties</code> 
 interface.<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#BaseSynthesizerProperties()"><B>BaseSynthesizerProperties()</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#BaseSynthesizerProperties(Voice, float, float, float, float)"><B>BaseSynthesizerProperties(Voice, float, float, float, float)</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Creates a new <code>BaseSynthesizerProperties</code> with the
 given default values.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis"><B>BaseSynthesizerQueueItem</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/package-summary.html">com.sun.speech.engine.synthesis</A><DD>Extends the JSAPI 1.0 <code>SynthesizerQueueItem</code> with handling
 for JSML, generation of engine-specific text, and other features.<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#BaseSynthesizerQueueItem()"><B>BaseSynthesizerQueueItem()</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis"><B>BaseVoice</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/package-summary.html">com.sun.speech.engine.synthesis</A><DD>Extends the JSAPI 1.0 <code>Voice</code> class to encapsulate
 engine-specific data.<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#BaseVoice(java.lang.String, java.lang.String, int, int, java.lang.String, float, float, float, float)"><B>BaseVoice(String, String, int, int, String, float, float, float, float)</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#begin(int)"><B>begin(int)</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Starts the output of a set of data.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#begin(int)"><B>begin(int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Starts the output of a set of data.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#begin(int)"><B>begin(int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Starts the output of a set of data.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#begin(int)"><B>begin(int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Starts the output of a set of data.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#begin(int)"><B>begin(int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Starts the output of a set of data.
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#begin(int)"><B>begin(int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Starts the output of a set of data
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#begin(int)"><B>begin(int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Starts the output of a set of data
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#begin(int)"><B>begin(int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Starts the output of a set of data.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#BREAK"><B>BREAK</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#BREAK_ATTRIBUTES"><B>BREAK_ATTRIBUTES</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/util/BulkTimer.html" title="class in com.sun.speech.freetts.util"><B>BulkTimer</B></A> - Class in <A HREF="./com/sun/speech/freetts/util/package-summary.html">com.sun.speech.freetts.util</A><DD>Provides a suite of timers that are used to collect and generate
 performance metrics for FreeTTS.<DT><A HREF="./com/sun/speech/freetts/util/BulkTimer.html#BulkTimer()"><B>BulkTimer()</B></A> - 
Constructor for class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/BulkTimer.html" title="class in com.sun.speech.freetts.util">BulkTimer</A>
<DD>Creates a bulk timer.
<DT><A HREF="./com/sun/speech/freetts/util/WaveUtils.html#bytesToShort(byte, byte)"><B>bytesToShort(byte, byte)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/WaveUtils.html" title="class in com.sun.speech.freetts.util">WaveUtils</A>
<DD>Reconstructs a short from its hi and low bytes.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#cancel()"><B>cancel()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Cancels the item at the top of the queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#cancel(java.lang.Object)"><B>cancel(Object)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Cancels a specific object on the queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html#cancel()"><B>cancel()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer</A>
<DD>Cancels the item at the top of the queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html#cancel(java.lang.Object)"><B>cancel(Object)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer</A>
<DD>Cancels a specific object on the queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#CANCEL"><B>CANCEL</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#cancel()"><B>cancel()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Cancels all queued output.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#cancel()"><B>cancel()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Cancels all queued audio.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#cancel()"><B>cancel()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Cancels currently playing audio.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#cancel()"><B>cancel()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Cancels currently playing audio
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#cancel()"><B>cancel()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Cancels currently playing audio
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#cancel()"><B>cancel()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Cancels all queued output.
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#cancel()"><B>cancel()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Cancels all queued output.
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#cancel()"><B>cancel()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Cancels currently playing audio
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html#cancel()"><B>cancel()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizer</A>
<DD>Cancels the item at the top of the queue.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html#cancel(java.lang.Object)"><B>cancel(Object)</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizer</A>
<DD>Cancels a specific object on the queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#CANCEL_ALL"><B>CANCEL_ALL</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#CANCEL_COMPLETE"><B>CANCEL_COMPLETE</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#cancelAll()"><B>cancelAll()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Cancels all items on the output queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html#cancelAll()"><B>cancelAll()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer</A>
<DD>Cancels all items on the output queue.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html#cancelAll()"><B>cancelAll()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizer</A>
<DD>Cancels all items on the output queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#cancelAllItems()"><B>cancelAllItems()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Cancels all items.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#cancelItem()"><B>cancelItem()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Cancels the current item.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#cancelItem(int)"><B>cancelItem(int)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Cancels all or just the current item.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#cancelItem(java.lang.Object)"><B>cancelItem(Object)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Cancels the given item.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#cancelled()"><B>cancelled()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>indicate that this item has been canceled
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html#cancelled()"><B>cancelled()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html" title="interface in com.sun.speech.freetts">FreeTTSSpeakable</A>
<DD>Indicates that this speakable has been cancelled.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#cancelled()"><B>cancelled()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Indicates that this speakable has been cancelled.
<DT><A HREF="./com/sun/speech/freetts/cart/CART.html" title="interface in com.sun.speech.freetts.cart"><B>CART</B></A> - Interface in <A HREF="./com/sun/speech/freetts/cart/package-summary.html">com.sun.speech.freetts.cart</A><DD>Generic interface for Classification and Regression Trees (CARTs) based
 on the Breiman, Friedman, Olshen, and Stone document "Classification and
 Regression Trees."<DT><A HREF="./com/sun/speech/freetts/cart/Durator.html#cart"><B>cart</B></A> - 
Variable in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Durator.html" title="class in com.sun.speech.freetts.cart">Durator</A>
<DD>The CART used for this duration UtteranceProcessor.
<DT><A HREF="./com/sun/speech/freetts/cart/Phraser.html#cart"><B>cart</B></A> - 
Variable in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Phraser.html" title="class in com.sun.speech.freetts.cart">Phraser</A>
<DD>The CART used for this Phrasing UtteranceProcessor.
<DT><A HREF="./com/sun/speech/freetts/cart/CARTImpl.html" title="class in com.sun.speech.freetts.cart"><B>CARTImpl</B></A> - Class in <A HREF="./com/sun/speech/freetts/cart/package-summary.html">com.sun.speech.freetts.cart</A><DD>Implementation of a Classification and Regression Tree (CART) that is
 used more like a binary decision tree, with each node containing a
 decision or a final value.<DT><A HREF="./com/sun/speech/freetts/cart/CARTImpl.html#CARTImpl(java.net.URL)"><B>CARTImpl(URL)</B></A> - 
Constructor for class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/CARTImpl.html" title="class in com.sun.speech.freetts.cart">CARTImpl</A>
<DD>Creates a new CART by reading from the given URL.
<DT><A HREF="./com/sun/speech/freetts/cart/CARTImpl.html#CARTImpl(java.io.BufferedReader, int)"><B>CARTImpl(BufferedReader, int)</B></A> - 
Constructor for class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/CARTImpl.html" title="class in com.sun.speech.freetts.cart">CARTImpl</A>
<DD>Creates a new CART by reading from the given reader.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#checkEngineState(long)"><B>checkEngineState(long)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Convenience method that throws an <code>EngineStateError</code>
 if any of the bits in the passed state are set in the
 <code>state</code>.
<DT><A HREF="./com/sun/speech/freetts/Age.html#CHILD"><B>CHILD</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Age.html" title="class in com.sun.speech.freetts">Age</A>
<DD>Age roughly up to 12 years.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#CLEAR_ALL_STATE"><B>CLEAR_ALL_STATE</B></A> - 
Static variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility state for clearing the <code>engineState</code>.
<DT><A HREF="./com/sun/speech/engine/EngineEventPanel.html#clearButton"><B>clearButton</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineEventPanel.html" title="class in com.sun.speech.engine">EngineEventPanel</A>
<DD>The button for clearing the <code>textArea</code>.
<DT><A HREF="./com/sun/speech/engine/EngineEventPanel.html#clearText()"><B>clearText()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineEventPanel.html" title="class in com.sun.speech.engine">EngineEventPanel</A>
<DD>Clears the text in the text area.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#clone()"><B>clone()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>Creates a copy of this voice.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html#clone()"><B>clone()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSVoice</A>
<DD>Creates a copy of this <code>BaseVoice</code>.
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#close()"><B>close()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Waits for all audio playback to stop, and closes this AudioPlayer.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#close()"><B>close()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Closes this audio player

        [[[ WORKAROUND TODO
   The javax.sound.sampled drain is almost working properly.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#close()"><B>close()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Closes this audio player
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#close()"><B>close()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Closes this audio player
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#close()"><B>close()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Closes this audio player
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#close()"><B>close()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Waits for all audio playback to stop, and closes this AudioPlayer.
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#close()"><B>close()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Waits for all audio playback to stop, and closes this AudioPlayer.
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#close()"><B>close()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Closes this audio player
<DT><A HREF="./com/sun/speech/freetts/OutputQueue.html#close()"><B>close()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/OutputQueue.html" title="class in com.sun.speech.freetts">OutputQueue</A>
<DD>Closes the queue.
<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitDatabase.html" title="class in com.sun.speech.freetts.clunits"><B>ClusterUnitDatabase</B></A> - Class in <A HREF="./com/sun/speech/freetts/clunits/package-summary.html">com.sun.speech.freetts.clunits</A><DD>Provides support for the cluster unit database.<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitPitchmarkGenerator.html" title="class in com.sun.speech.freetts.clunits"><B>ClusterUnitPitchmarkGenerator</B></A> - Class in <A HREF="./com/sun/speech/freetts/clunits/package-summary.html">com.sun.speech.freetts.clunits</A><DD>Calculates the pitchmarks.<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitPitchmarkGenerator.html#ClusterUnitPitchmarkGenerator()"><B>ClusterUnitPitchmarkGenerator()</B></A> - 
Constructor for class com.sun.speech.freetts.clunits.<A HREF="./com/sun/speech/freetts/clunits/ClusterUnitPitchmarkGenerator.html" title="class in com.sun.speech.freetts.clunits">ClusterUnitPitchmarkGenerator</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html" title="class in com.sun.speech.freetts.clunits"><B>ClusterUnitSelector</B></A> - Class in <A HREF="./com/sun/speech/freetts/clunits/package-summary.html">com.sun.speech.freetts.clunits</A><DD>Generates the Unit Relation of an Utterance from the
 Segment Relation.<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html#ClusterUnitSelector(java.net.URL)"><B>ClusterUnitSelector(URL)</B></A> - 
Constructor for class com.sun.speech.freetts.clunits.<A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html" title="class in com.sun.speech.freetts.clunits">ClusterUnitSelector</A>
<DD>Constructs a ClusterUnitSelector.
<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html#ClusterUnitSelector(java.net.URL, de.dfki.lt.freetts.ClusterUnitNamer)"><B>ClusterUnitSelector(URL, ClusterUnitNamer)</B></A> - 
Constructor for class com.sun.speech.freetts.clunits.<A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html" title="class in com.sun.speech.freetts.clunits">ClusterUnitSelector</A>
<DD>Constructs a ClusterUnitSelector.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUArcticVoice.html" title="class in com.sun.speech.freetts.en.us"><B>CMUArcticVoice</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Experimental class that selects units for the
 <a href="http://festvox.org/cmu_arctic/">CMU ARCTIC voices</a>.<DT><A HREF="./com/sun/speech/freetts/en/us/CMUArcticVoice.html#CMUArcticVoice(java.lang.String, com.sun.speech.freetts.Gender, com.sun.speech.freetts.Age, java.lang.String, java.util.Locale, java.lang.String, java.lang.String, com.sun.speech.freetts.en.us.CMULexicon, java.net.URL)"><B>CMUArcticVoice(String, Gender, Age, String, Locale, String, String, CMULexicon, URL)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUArcticVoice.html" title="class in com.sun.speech.freetts.en.us">CMUArcticVoice</A>
<DD>Creates a simple cluster unit voice for the ARCTIC voices
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html" title="class in com.sun.speech.freetts.en.us"><B>CMUClusterUnitVoice</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Defines voice that does cluster unit selection.<DT><A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html#CMUClusterUnitVoice(java.lang.String, com.sun.speech.freetts.Gender, com.sun.speech.freetts.Age, java.lang.String, java.util.Locale, java.lang.String, java.lang.String, com.sun.speech.freetts.en.us.CMULexicon, java.net.URL)"><B>CMUClusterUnitVoice(String, Gender, Age, String, Locale, String, String, CMULexicon, URL)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html" title="class in com.sun.speech.freetts.en.us">CMUClusterUnitVoice</A>
<DD>Creates a simple cluster unit voice
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html" title="class in com.sun.speech.freetts.en.us"><B>CMUDiphoneVoice</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Defines an unlimited-domain diphone synthesis based voice<DT><A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html#CMUDiphoneVoice()"><B>CMUDiphoneVoice()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html" title="class in com.sun.speech.freetts.en.us">CMUDiphoneVoice</A>
<DD>Creates a simple voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html#CMUDiphoneVoice(java.lang.String, com.sun.speech.freetts.Gender, com.sun.speech.freetts.Age, java.lang.String, java.util.Locale, java.lang.String, java.lang.String, com.sun.speech.freetts.en.us.CMULexicon, java.net.URL)"><B>CMUDiphoneVoice(String, Gender, Age, String, Locale, String, String, CMULexicon, URL)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html" title="class in com.sun.speech.freetts.en.us">CMUDiphoneVoice</A>
<DD>Creates a simple voice
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us"><B>CMULexicon</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Provides a CMU lexicon-specific implementation of a Lexicon that is
 stored in a text file.<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#CMULexicon(java.net.URL, java.net.URL, java.net.URL, boolean)"><B>CMULexicon(URL, URL, URL, boolean)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>Creates a CMULexicon based upon the given compiled and addenda
 DBs and the given letter to sound rules
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#CMULexicon()"><B>CMULexicon()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>Creates the default CMU Lexicon which is a binary lexicon
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#CMULexicon(java.lang.String)"><B>CMULexicon(String)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>Creates the CMU Lexicon which is a binary lexicon
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#CMULexicon(java.lang.String, boolean)"><B>CMULexicon(String, boolean)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUTimeLexicon.html" title="class in com.sun.speech.freetts.en.us"><B>CMUTimeLexicon</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Provides a CMU time lexicon-specific implementation of a Lexicon.<DT><A HREF="./com/sun/speech/freetts/en/us/CMUTimeLexicon.html#CMUTimeLexicon()"><B>CMUTimeLexicon()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUTimeLexicon.html" title="class in com.sun.speech.freetts.en.us">CMUTimeLexicon</A>
<DD>Creates a default CMUTimeLexicon which is a binary lexicon
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUTimeVoice.html" title="class in com.sun.speech.freetts.en.us"><B>CMUTimeVoice</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Defines limited domain synthesis voice that specializes
 in telling the time.<DT><A HREF="./com/sun/speech/freetts/en/us/CMUTimeVoice.html#CMUTimeVoice(java.lang.String, com.sun.speech.freetts.Gender, com.sun.speech.freetts.Age, java.lang.String, java.util.Locale, java.lang.String, java.lang.String, com.sun.speech.freetts.en.us.CMULexicon, java.net.URL)"><B>CMUTimeVoice(String, Gender, Age, String, Locale, String, String, CMULexicon, URL)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUTimeVoice.html" title="class in com.sun.speech.freetts.en.us">CMUTimeVoice</A>
<DD>Creates a simple cluster unit voice
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us"><B>CMUVoice</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Provides generic support for a CMU Voice<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#CMUVoice(java.lang.String, com.sun.speech.freetts.Gender, com.sun.speech.freetts.Age, java.lang.String, java.util.Locale, java.lang.String, java.lang.String, com.sun.speech.freetts.en.us.CMULexicon)"><B>CMUVoice(String, Gender, Age, String, Locale, String, String, CMULexicon)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Creates a simple voice
<DT><A HREF="./com/sun/speech/engine/package-summary.html"><B>com.sun.speech.engine</B></A> - package com.sun.speech.engine<DD>Provides a partial and unsupported support for the
<code>javax.speech</code> package for JSAPI 1.0.<DT><A HREF="./com/sun/speech/engine/synthesis/package-summary.html"><B>com.sun.speech.engine.synthesis</B></A> - package com.sun.speech.engine.synthesis<DD>Provides a JSML 0.6 parser as well as a partial and unsupported 
support 
of interfaces in the javax.speech.synthesis package for JSAPI 1.0.<DT><A HREF="./com/sun/speech/engine/synthesis/text/package-summary.html"><B>com.sun.speech.engine.synthesis.text</B></A> - package com.sun.speech.engine.synthesis.text<DD>Provides a sample text-output-only Synthesizer support that
doesn't make any
noise.<DT><A HREF="./com/sun/speech/freetts/package-summary.html"><B>com.sun.speech.freetts</B></A> - package com.sun.speech.freetts<DD>Top level package for FreeTTS.<DT><A HREF="./com/sun/speech/freetts/audio/package-summary.html"><B>com.sun.speech.freetts.audio</B></A> - package com.sun.speech.freetts.audio<DD>Provides support for generic audio output for FreeTTS.<DT><A HREF="./com/sun/speech/freetts/cart/package-summary.html"><B>com.sun.speech.freetts.cart</B></A> - package com.sun.speech.freetts.cart<DD>Provides interface and implementations of several Classification 
and Regression Trees (CART) based on the Breiman, Friedman, Olshen, 
and Stone document "Classification and Regression Trees."<DT><A HREF="./com/sun/speech/freetts/clunits/package-summary.html"><B>com.sun.speech.freetts.clunits</B></A> - package com.sun.speech.freetts.clunits<DD>Support for cluster unit selection of audio data as described in the
Black and Taylor document "Automatically clustering similar units for 
unit selection in speech synthesis", published in Proceedings of the
Eurospeech 1997, Rhodes, Greece<DT><A HREF="./com/sun/speech/freetts/diphone/package-summary.html"><B>com.sun.speech.freetts.diphone</B></A> - package com.sun.speech.freetts.diphone<DD>Support for diphones encoded using residual excited linear prediction (RELP)<DT><A HREF="./com/sun/speech/freetts/en/package-summary.html"><B>com.sun.speech.freetts.en</B></A> - package com.sun.speech.freetts.en<DD>Support for English.<DT><A HREF="./com/sun/speech/freetts/en/us/package-summary.html"><B>com.sun.speech.freetts.en.us</B></A> - package com.sun.speech.freetts.en.us<DD>Support for US English<DT><A HREF="./com/sun/speech/freetts/jsapi/package-summary.html"><B>com.sun.speech.freetts.jsapi</B></A> - package com.sun.speech.freetts.jsapi<DD>

Provides a partial and unsupported support for a JSAPI 1.0 speech synthesizer for FreeTTS.<DT><A HREF="./com/sun/speech/freetts/lexicon/package-summary.html"><B>com.sun.speech.freetts.lexicon</B></A> - package com.sun.speech.freetts.lexicon<DD>Provides the definition and implementation of the Lexicon and
LetterToSound interfaces<DT><A HREF="./com/sun/speech/freetts/relp/package-summary.html"><B>com.sun.speech.freetts.relp</B></A> - package com.sun.speech.freetts.relp<DD>Support for Residual Excited Linear Predictive (RELP) decoding of audio
samples<DT><A HREF="./com/sun/speech/freetts/util/package-summary.html"><B>com.sun.speech.freetts.util</B></A> - package com.sun.speech.freetts.util<DD>Provides a set of tools and utililties used by <code>FreeTTS</code><DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#command"><B>command</B></A> - 
Variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>For the item at the top of the queue, the output command reflects 
 whether item should be PAUSE, RESUME, CANCEL.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#COMMAND_PREFIX"><B>COMMAND_PREFIX</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#COMMAND_SUFFIX"><B>COMMAND_SUFFIX</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#commandLock"><B>commandLock</B></A> - 
Variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Object on which accesses to the command must synchronize.
<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitDatabase.html#compare(com.sun.speech.freetts.clunits.ClusterUnitDatabase)"><B>compare(ClusterUnitDatabase)</B></A> - 
Method in class com.sun.speech.freetts.clunits.<A HREF="./com/sun/speech/freetts/clunits/ClusterUnitDatabase.html" title="class in com.sun.speech.freetts.clunits">ClusterUnitDatabase</A>
<DD>Determines if two databases are identical.
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html#compare(com.sun.speech.freetts.diphone.DiphoneUnitDatabase)"><B>compare(DiphoneUnitDatabase)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html" title="class in com.sun.speech.freetts.diphone">DiphoneUnitDatabase</A>
<DD>Compares this database to another.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#compare(com.sun.speech.freetts.lexicon.LetterToSoundImpl)"><B>compare(LetterToSoundImpl)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>Compares this LTS to another for debugging purposes.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#compare(com.sun.speech.freetts.lexicon.LexiconImpl)"><B>compare(LexiconImpl)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Tests to see if this lexicon is identical to the other for
 debugging purposes.
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#compare(com.sun.speech.freetts.relp.Sample)"><B>compare(Sample)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Compares two samples.
<DT><A HREF="./com/sun/speech/freetts/Age.html#compareTo(java.lang.Object)"><B>compareTo(Object)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Age.html" title="class in com.sun.speech.freetts">Age</A>
<DD>Compare two ages.
<DT><A HREF="./com/sun/speech/freetts/Gender.html#compareTo(java.lang.Object)"><B>compareTo(Object)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Gender.html" title="class in com.sun.speech.freetts">Gender</A>
<DD>Compare two genders.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#completed()"><B>completed()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>indicate that this item has been completed
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html#completed()"><B>completed()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html" title="interface in com.sun.speech.freetts">FreeTTSSpeakable</A>
<DD>Indicates that this speakable has been completed.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#completed()"><B>completed()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Indicates that this speakable has been completed.
<DT><A HREF="./com/sun/speech/freetts/VoiceManager.html#contains(java.lang.String)"><B>contains(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/VoiceManager.html" title="class in com.sun.speech.freetts">VoiceManager</A>
<DD>Check if there is a voice provides with the given name.
<DT><A HREF="./com/sun/speech/freetts/en/ContourGenerator.html" title="class in com.sun.speech.freetts.en"><B>ContourGenerator</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/package-summary.html">com.sun.speech.freetts.en</A><DD>Calculates the F0 curve for an utterance based on the Black and
 Hunt article "Generating F0 Contours from ToBI Labels Using Linear
 Regression," ICSLP96, vol.<DT><A HREF="./com/sun/speech/freetts/en/ContourGenerator.html#ContourGenerator(java.net.URL, float, float)"><B>ContourGenerator(URL, float, float)</B></A> - 
Constructor for class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/ContourGenerator.html" title="class in com.sun.speech.freetts.en">ContourGenerator</A>
<DD>Creates a ContourGenerator utterance processor.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#copyResiduals(byte[], int, int)"><B>copyResiduals(byte[], int, int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Copies the information in the given unit to the array of residuals,
 starting at the given index, up until targetSize chars.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#copyResidualsPulse(byte[], int, int)"><B>copyResidualsPulse(byte[], int, int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Copies the residual puse in the given unit to the array of residuals,
 starting at the given index, up until targetSize chars.
<DT><A HREF="./com/sun/speech/freetts/PhoneSet.html#CPLACE"><B>CPLACE</B></A> - 
Static variable in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneSet.html" title="interface in com.sun.speech.freetts">PhoneSet</A>
<DD>Consonant cplace:  l = labial, a = alveolar, p = palatal,
 b = labio_dental, d = dental, v = velar
<DT><A HREF="./com/sun/speech/freetts/Item.html#createDaughter()"><B>createDaughter()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Creates a new Item, adds it as a daughter to this item
 and returns the new item.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerModeDesc.html#createEngine()"><B>createEngine()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerModeDesc.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerModeDesc</A>
<DD>Constructs a text synthesizer with the properties of this mode
 desc.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerModeDesc.html#createEngine()"><B>createEngine()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerModeDesc.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizerModeDesc</A>
<DD>Constructs a FreeTTSSynthesizer with the properties of this mode
 descriptor.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextEngineCentral.html#createEngineList(EngineModeDesc)"><B>createEngineList(EngineModeDesc)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextEngineCentral.html" title="class in com.sun.speech.engine.synthesis.text">TextEngineCentral</A>
<DD>Returns a list containing a single reference to a
 <code>TextSynthesizerModeDesc</code>
 if the required features match those of the
 <code>TextSynthesizer</code>.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSEngineCentral.html#createEngineList(EngineModeDesc)"><B>createEngineList(EngineModeDesc)</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSEngineCentral.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSEngineCentral</A>
<DD>Returns a list containing references to all matching 
 synthesizers.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#createEngineProperties()"><B>createEngineProperties()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Factory constructor for EngineProperties object.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#createEngineProperties()"><B>createEngineProperties()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Factory constructor for <code>EngineProperties</code> object.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html#createEngineProperties()"><B>createEngineProperties()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizer</A>
<DD>Factory constructor for EngineProperties object.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#createLexicon(java.io.InputStream, boolean, int)"><B>createLexicon(InputStream, boolean, int)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Reads the given input stream as lexicon data and returns the
 results in a <code>Map</code>.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#createOutputThread()"><B>createOutputThread()</B></A> - 
Static method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Creates an output thread that will asynchronously
 output utterances that are generated by this voice (and other
 voices).
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#createQueueItem()"><B>createQueueItem()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Factory method that creates a <code>BaseSynthesizerQueueItem</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html#createQueueItem()"><B>createQueueItem()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer</A>
<DD>Creates a TextSynthesizerQueueItem.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html#createQueueItem()"><B>createQueueItem()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizer</A>
<DD>Factory method to create a BaseSynthesizerQueueItem.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#createRelation(java.lang.String)"><B>createRelation(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Creates a new relation with the given name and adds it to this
 utterance.
<DT><A HREF="./com/sun/speech/freetts/en/us/WordRelation.html#createWordRelation(com.sun.speech.freetts.Utterance, com.sun.speech.freetts.en.us.TokenToWords)"><B>createWordRelation(Utterance, TokenToWords)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/WordRelation.html" title="class in com.sun.speech.freetts.en.us">WordRelation</A>
<DD>Creates a WordRelation object with the given utterance and 
 TokenToWords.
<DT><A HREF="./com/sun/speech/freetts/PhoneSet.html#CTYPE"><B>CTYPE</B></A> - 
Static variable in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneSet.html" title="interface in com.sun.speech.freetts">PhoneSet</A>
<DD>Consonant type:  s = stop, f = fricative,  a = affricative,
 n = nasal, l = liquid.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#currentItemLock"><B>currentItemLock</B></A> - 
Variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Object to lock on for setting the current item.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#currentPitch"><B>currentPitch</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>The current pitch.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#currentPitchRange"><B>currentPitchRange</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>The current pitch range.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#currentSpeakingRate"><B>currentSpeakingRate</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>The current speaking rate.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#currentVoice"><B>currentVoice</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>The current voice.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#currentVolume"><B>currentVolume</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>The current volume.
<DT><A HREF="./com/sun/speech/freetts/PhoneSet.html#CVOX"><B>CVOX</B></A> - 
Static variable in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneSet.html" title="interface in com.sun.speech.freetts">PhoneSet</A>
<DD>Consonant voicing:  + = on, - = off
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#DATA_PREFIX"><B>DATA_PREFIX</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#DATA_SUFFIX"><B>DATA_SUFFIX</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html#database"><B>database</B></A> - 
Variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html" title="class in com.sun.speech.freetts.en.us">CMUClusterUnitVoice</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html#database"><B>database</B></A> - 
Variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html" title="class in com.sun.speech.freetts.en.us">CMUDiphoneVoice</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/Voice.html#DATABASE_NAME"><B>DATABASE_NAME</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Constant that describes the name of the unit database used by
 this voice.
<DT><A HREF="./de/dfki/lt/freetts/en/us/package-summary.html"><B>de.dfki.lt.freetts.en.us</B></A> - package de.dfki.lt.freetts.en.us<DD>Provides support for US English MBROLA voices

<!<DT><A HREF="./de/dfki/lt/freetts/mbrola/package-summary.html"><B>de.dfki.lt.freetts.mbrola</B></A> - package de.dfki.lt.freetts.mbrola<DD>Provides engine support for MBROLA voices

<!<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#deallocate()"><B>deallocate()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Frees the resources of this <code>Engine</code> that were
 acquired during allocation and during operation and return this
 <code>Engine</code> to the <code>DEALLOCATED</code>.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#deallocate()"><B>deallocate()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Shuts down the voice processing.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#deallocatedLabel"><B>deallocatedLabel</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>The label containing the string "deallocated".
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#deallocatingResourcesLabel"><B>deallocatingResourcesLabel</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>The label containing the string "deallocating resources".
<DT><A HREF="./com/sun/speech/freetts/Voice.html#DEFAULT_AUDIO_PLAYER"><B>DEFAULT_AUDIO_PLAYER</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Feature name for the default AudioPlayer class to use.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#DEFAULT_AUDIO_PLAYER_DEFAULT"><B>DEFAULT_AUDIO_PLAYER_DEFAULT</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>The default class to use for the DEFAULT_AUDIO_PLAYER.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#DEFAULT_POSTPUNCTUATION_SYMBOLS"><B>DEFAULT_POSTPUNCTUATION_SYMBOLS</B></A> - 
Static variable in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>A string containing the default post-punctuation characters.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#DEFAULT_PREPUNCTUATION_SYMBOLS"><B>DEFAULT_PREPUNCTUATION_SYMBOLS</B></A> - 
Static variable in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>A string containing the default pre-punctuation characters.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#DEFAULT_SINGLE_CHAR_SYMBOLS"><B>DEFAULT_SINGLE_CHAR_SYMBOLS</B></A> - 
Static variable in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>A string containing the default single characters.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#DEFAULT_WHITESPACE_SYMBOLS"><B>DEFAULT_WHITESPACE_SYMBOLS</B></A> - 
Static variable in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>A string containing the default whitespace characters.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#defaultPitch"><B>defaultPitch</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>The default pitch.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#defaultPitch"><B>defaultPitch</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>The default pitch
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#defaultPitchRange"><B>defaultPitchRange</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>The default pitch range.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#defaultPitchRange"><B>defaultPitchRange</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>The default pitch range
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#defaultSpeakingRate"><B>defaultSpeakingRate</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>The default specking rate.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#defaultSpeakingRate"><B>defaultSpeakingRate</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>The default speaking rate
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#defaultVoice"><B>defaultVoice</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>The default voice.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#defaultVolume"><B>defaultVolume</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>The default volume.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#defaultVolume"><B>defaultVolume</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>The default volume
<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html#deleteChar(java.lang.String, char)"><B>deleteChar(String, char)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util">Utilities</A>
<DD>Removes all instances of the specified character from the given String.
<DT><A HREF="./com/sun/speech/freetts/Segmenter.html#deStress(java.lang.String)"><B>deStress(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Segmenter.html" title="class in com.sun.speech.freetts">Segmenter</A>
<DD>Converts stressed phoneme to regular phoneme.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone"><B>Diphone</B></A> - Class in <A HREF="./com/sun/speech/freetts/diphone/package-summary.html">com.sun.speech.freetts.diphone</A><DD>Represents two adjacent phones.<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#Diphone(java.lang.String, com.sun.speech.freetts.relp.Sample[], int)"><B>Diphone(String, Sample[], int)</B></A> - 
Constructor for class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Creates a diphone with the given name, samples and midpoint.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#Diphone(java.lang.String)"><B>Diphone(String)</B></A> - 
Constructor for class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Constructor to be used only by subclasses who do not use the
 variables except for the name
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphonePitchmarkGenerator.html" title="class in com.sun.speech.freetts.diphone"><B>DiphonePitchmarkGenerator</B></A> - Class in <A HREF="./com/sun/speech/freetts/diphone/package-summary.html">com.sun.speech.freetts.diphone</A><DD>Calculates pitchmarks.<DT><A HREF="./com/sun/speech/freetts/diphone/DiphonePitchmarkGenerator.html#DiphonePitchmarkGenerator()"><B>DiphonePitchmarkGenerator()</B></A> - 
Constructor for class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphonePitchmarkGenerator.html" title="class in com.sun.speech.freetts.diphone">DiphonePitchmarkGenerator</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html" title="class in com.sun.speech.freetts.diphone"><B>DiphoneUnitDatabase</B></A> - Class in <A HREF="./com/sun/speech/freetts/diphone/package-summary.html">com.sun.speech.freetts.diphone</A><DD>Represents and manages the unit data for all diphones.<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html#DiphoneUnitDatabase(java.net.URL, boolean)"><B>DiphoneUnitDatabase(URL, boolean)</B></A> - 
Constructor for class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html" title="class in com.sun.speech.freetts.diphone">DiphoneUnitDatabase</A>
<DD>Creates the DiphoneUnitDatabase from the given input stream.
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitSelector.html" title="class in com.sun.speech.freetts.diphone"><B>DiphoneUnitSelector</B></A> - Class in <A HREF="./com/sun/speech/freetts/diphone/package-summary.html">com.sun.speech.freetts.diphone</A><DD>Generates the Unit Relation of an Utterance from the
 Segment Relation.<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitSelector.html#DiphoneUnitSelector(java.net.URL)"><B>DiphoneUnitSelector(URL)</B></A> - 
Constructor for class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitSelector.html" title="class in com.sun.speech.freetts.diphone">DiphoneUnitSelector</A>
<DD>Constructs a DiphoneUnitSelector.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#dispatchSpeechEvent(SpeechEvent)"><B>dispatchSpeechEvent(SpeechEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Dispatches a <code>SpeechEvent</code>.
<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html#dispatchSpeechEvent(SpeechEvent)"><B>dispatchSpeechEvent(SpeechEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>
<DD>Dispatches a <code>PropertyChangeEvent</code>.
<DT><A HREF="./com/sun/speech/engine/SpeechEventDispatcher.html#dispatchSpeechEvent(SpeechEvent)"><B>dispatchSpeechEvent(SpeechEvent)</B></A> - 
Method in interface com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventDispatcher.html" title="interface in com.sun.speech.engine">SpeechEventDispatcher</A>
<DD>Dispatches a <code>SpeechEvent</code> to all appropriate
 <code>SpeechEventListeners</code>
 on the object that implements this interface.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#dispatchSpeechEvent(SpeechEvent)"><B>dispatchSpeechEvent(SpeechEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Dispatches a <code>SpeechEvent</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#dispatchSpeechEvent(SpeechEvent)"><B>dispatchSpeechEvent(SpeechEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Dispatches a <code>SpeechEvent</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#DIV"><B>DIV</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#DIV_ATTRIBUTES"><B>DIV_ATTRIBUTES</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#done"><B>done</B></A> - 
Variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/Age.html#DONT_CARE"><B>DONT_CARE</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Age.html" title="class in com.sun.speech.freetts">Age</A>
<DD>Matches against any Age.
<DT><A HREF="./com/sun/speech/freetts/Gender.html#DONT_CARE"><B>DONT_CARE</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Gender.html" title="class in com.sun.speech.freetts">Gender</A>
<DD>Match against all other genders.
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#drain()"><B>drain()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Waits for all queued audio to be played
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#drain()"><B>drain()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Waits for all queued audio to be played
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#drain()"><B>drain()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Waits for all queued audio to be played
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#drain()"><B>drain()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Waits for all queued audio to be played
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#drain()"><B>drain()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Waits for all queued audio to be played
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#drain()"><B>drain()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Waits for all queued audio to be played
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#drain()"><B>drain()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Waits for all queued audio to be played
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#drain()"><B>drain()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Waits for all queued audio to be played
<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html#dump()"><B>dump()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone">AliasDiphone</A>
<DD>dumps out this Diphone.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#dump()"><B>dump()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>dumps out this Diphone.
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html#dump()"><B>dump()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html" title="class in com.sun.speech.freetts.diphone">DiphoneUnitDatabase</A>
<DD>Dumps the diphone database.
<DT><A HREF="./com/sun/speech/freetts/Dumpable.html#dump(java.io.PrintWriter, int, java.lang.String)"><B>dump(PrintWriter, int, String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Dumpable.html" title="interface in com.sun.speech.freetts">Dumpable</A>
<DD>Dumps the object to a PrintWriter.
<DT><A HREF="./com/sun/speech/freetts/FeatureSet.html#dump(java.io.PrintWriter, int, java.lang.String)"><B>dump(PrintWriter, int, String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A>
<DD>Dumps the FeatureSet in textual form.
<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#dump(java.io.PrintWriter, int, java.lang.String)"><B>dump(PrintWriter, int, String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Dumps the FeatureSet in textual form.
<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#dump(java.io.PrintWriter, int, java.lang.String, boolean)"><B>dump(PrintWriter, int, String, boolean)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Dumps the FeatureSet in textual form.
<DT><A HREF="./com/sun/speech/freetts/Item.html#dump(java.io.PrintWriter, int, java.lang.String)"><B>dump(PrintWriter, int, String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Dumps out this item to the given output stream.
<DT><A HREF="./com/sun/speech/freetts/Relation.html#dump(java.io.PrintWriter, int, java.lang.String)"><B>dump(PrintWriter, int, String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Dumps this relation to the print writer.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#dump()"><B>dump()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Dumps this LPCResult to standard out
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#dump(java.io.Writer)"><B>dump(Writer)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Dumps this LPCResult to the given stream.
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#dump()"><B>dump()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Dumps the sample:
<DT><A HREF="./com/sun/speech/freetts/Unit.html#dump()"><B>dump()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Unit.html" title="interface in com.sun.speech.freetts">Unit</A>
<DD>Dumps this unit.
<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html#dump(java.io.PrintWriter, int, java.lang.String)"><B>dump(PrintWriter, int, String)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util">Utilities</A>
<DD>Dumps padded text.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#dump(java.io.PrintWriter, int, java.lang.String, boolean)"><B>dump(PrintWriter, int, String, boolean)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Dumps this utterance in textual form.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#dump(java.io.PrintWriter, int, java.lang.String)"><B>dump(PrintWriter, int, String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Dumps this utterance in textual form.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#dump(java.io.PrintWriter, java.lang.String)"><B>dump(PrintWriter, String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Dumps this utterance in textual form.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#dump(java.lang.String)"><B>dump(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Dumps this utterance in textual form.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#dump(java.io.PrintWriter, int, java.lang.String)"><B>dump(PrintWriter, int, String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Dumps the voice in textual form.
<DT><A HREF="./com/sun/speech/freetts/Dumpable.html" title="interface in com.sun.speech.freetts"><B>Dumpable</B></A> - Interface in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Tags an object that can be dumped for debugging purposes.<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#dumpASCII()"><B>dumpASCII()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Dumps the wave data associated with this result
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#dumpASCII(java.lang.String)"><B>dumpASCII(String)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Dumps the wave data associated with this result
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#dumpASCII(java.io.Writer)"><B>dumpASCII(Writer)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Dumps the wave out to the given stream
<DT><A HREF="./com/sun/speech/freetts/cart/CART.html#dumpBinary(java.io.DataOutputStream)"><B>dumpBinary(DataOutputStream)</B></A> - 
Method in interface com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/CART.html" title="interface in com.sun.speech.freetts.cart">CART</A>
<DD>Dumps this CART to the output stream.
<DT><A HREF="./com/sun/speech/freetts/cart/CARTImpl.html#dumpBinary(java.io.DataOutputStream)"><B>dumpBinary(DataOutputStream)</B></A> - 
Method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/CARTImpl.html" title="class in com.sun.speech.freetts.cart">CARTImpl</A>
<DD>Dumps this CART to the output stream.
<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html#dumpBinary(java.nio.ByteBuffer)"><B>dumpBinary(ByteBuffer)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone">AliasDiphone</A>
<DD>Dumps the diphone to the given channel.
<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html#dumpBinary(java.io.DataOutputStream)"><B>dumpBinary(DataOutputStream)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone">AliasDiphone</A>
<DD>Dumps the diphone to the given channel.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#dumpBinary(java.nio.ByteBuffer)"><B>dumpBinary(ByteBuffer)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Dumps the diphone to the given channel.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#dumpBinary(java.io.DataOutputStream)"><B>dumpBinary(DataOutputStream)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Dumps the diphone to the given channel.
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html#dumpBinary(java.lang.String)"><B>dumpBinary(String)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html" title="class in com.sun.speech.freetts.diphone">DiphoneUnitDatabase</A>
<DD>Dumps a binary form of the database.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#dumpBinary(java.lang.String)"><B>dumpBinary(String)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>Dumps a binary form of the letter to sound rules.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#dumpBinary(java.lang.String)"><B>dumpBinary(String)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Dumps this lexicon (just the compiled form).
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#dumpBinary(java.nio.ByteBuffer)"><B>dumpBinary(ByteBuffer)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Dumps the samples to the given ByteBuffer
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#dumpBinary(java.io.DataOutputStream)"><B>dumpBinary(DataOutputStream)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Dumps the samples to the given stream
<DT><A HREF="./com/sun/speech/freetts/relp/SampleInfo.html#dumpBinary(java.io.DataOutputStream)"><B>dumpBinary(DataOutputStream)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleInfo.html" title="class in com.sun.speech.freetts.relp">SampleInfo</A>
<DD>Dump a binary form of the sample rate
 to the given output stream
<DT><A HREF="./com/sun/speech/freetts/relp/SampleSet.html#dumpBinary(java.io.DataOutputStream)"><B>dumpBinary(DataOutputStream)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleSet.html" title="class in com.sun.speech.freetts.relp">SampleSet</A>
<DD>Dumps this sample set to the given stream
<DT><A HREF="./com/sun/speech/freetts/Voice.html#dumpProcessors(java.io.PrintWriter, int, java.lang.String)"><B>dumpProcessors(PrintWriter, int, String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Dumps the voice processors.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#dumpRelations(java.lang.String)"><B>dumpRelations(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Dumps the utterance in textual form
<DT><A HREF="./com/sun/speech/freetts/cart/Durator.html#durations"><B>durations</B></A> - 
Variable in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Durator.html" title="class in com.sun.speech.freetts.cart">Durator</A>
<DD>The PhoneDurations used for this duration UtteranceProcessor.
<DT><A HREF="./com/sun/speech/freetts/cart/Durator.html" title="class in com.sun.speech.freetts.cart"><B>Durator</B></A> - Class in <A HREF="./com/sun/speech/freetts/cart/package-summary.html">com.sun.speech.freetts.cart</A><DD>Determines duration timing for
 <code>Relation.SEGMENT</code> relations in an utterance.<DT><A HREF="./com/sun/speech/freetts/cart/Durator.html#Durator(com.sun.speech.freetts.cart.CART, float, com.sun.speech.freetts.PhoneDurations)"><B>Durator(CART, float, PhoneDurations)</B></A> - 
Constructor for class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Durator.html" title="class in com.sun.speech.freetts.cart">Durator</A>
<DD>Creates a new duration UtteranceProcessor with the given
 CART and phone durations.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#ELEMENT_ATTRIBUTES"><B>ELEMENT_ATTRIBUTES</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#ELEMENT_END"><B>ELEMENT_END</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#ELEMENT_START"><B>ELEMENT_START</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#ELEMENTS"><B>ELEMENTS</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#EMPHASIS"><B>EMPHASIS</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#EMPHASIS_ATTRIBUTES"><B>EMPHASIS_ATTRIBUTES</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#end()"><B>end()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Signals the end of a set of data.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#end()"><B>end()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Marks the end a set of data.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#end()"><B>end()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Marks the end of a set of data.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#end()"><B>end()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Marks the end of a set of data.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#end()"><B>end()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Marks the end of a set of data.
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#end()"><B>end()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Marks the end of a set of data
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#end()"><B>end()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Marks the end of a set of data
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#end()"><B>end()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Marks the end of a set of data.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#endBatch()"><B>endBatch()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Ends a batch of utterances.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#engine"><B>engine</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>The <code>Engine</code> to monitor.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#ENGINE"><B>ENGINE</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#ENGINE_ATTRIBUTES"><B>ENGINE_ATTRIBUTES</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html#engineAllocated(EngineEvent)"><B>engineAllocated(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html" title="class in com.sun.speech.engine">EngineMonitor.EngineMonitorEngineListener</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html#engineAllocatingResources(EngineEvent)"><B>engineAllocatingResources(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html" title="class in com.sun.speech.engine">EngineMonitor.EngineMonitorEngineListener</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html#engineDeallocated(EngineEvent)"><B>engineDeallocated(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html" title="class in com.sun.speech.engine">EngineMonitor.EngineMonitorEngineListener</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html#engineDeallocatingResources(EngineEvent)"><B>engineDeallocatingResources(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html" title="class in com.sun.speech.engine">EngineMonitor.EngineMonitorEngineListener</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html#engineError(EngineErrorEvent)"><B>engineError(EngineErrorEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html" title="class in com.sun.speech.engine">EngineMonitor.EngineMonitorEngineListener</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/EngineEventPanel.html" title="class in com.sun.speech.engine"><B>EngineEventPanel</B></A> - Class in <A HREF="./com/sun/speech/engine/package-summary.html">com.sun.speech.engine</A><DD>Simple GUI for monitoring events of an <code>Engine</code>.<DT><A HREF="./com/sun/speech/engine/EngineEventPanel.html#EngineEventPanel()"><B>EngineEventPanel()</B></A> - 
Constructor for class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineEventPanel.html" title="class in com.sun.speech.engine">EngineEventPanel</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#engineListener"><B>engineListener</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>The <code>EngineListener</code> registered with the engine.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#engineListeners"><B>engineListeners</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>List of <code>EngineListeners</code> registered for
 <code>EngineEvents</code> on this <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#engineModeDesc"><B>engineModeDesc</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>The <code>EngineModeDesc</code> for this <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine"><B>EngineMonitor</B></A> - Class in <A HREF="./com/sun/speech/engine/package-summary.html">com.sun.speech.engine</A><DD>Simple GUI for monitoring events and state changes of an
 <code>Engine</code>.<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#EngineMonitor(Engine)"><B>EngineMonitor(Engine)</B></A> - 
Constructor for class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html" title="class in com.sun.speech.engine"><B>EngineMonitor.EngineMonitorEngineListener</B></A> - Class in <A HREF="./com/sun/speech/engine/package-summary.html">com.sun.speech.engine</A><DD>Handles engine events from the engine.<DT><A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html#EngineMonitor.EngineMonitorEngineListener()"><B>EngineMonitor.EngineMonitorEngineListener()</B></A> - 
Constructor for class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html" title="class in com.sun.speech.engine">EngineMonitor.EngineMonitorEngineListener</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html#enginePaused(EngineEvent)"><B>enginePaused(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html" title="class in com.sun.speech.engine">EngineMonitor.EngineMonitorEngineListener</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#engineProperties"><B>engineProperties</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>The <code>EngineProperties</code> for this <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html#engineResumed(EngineEvent)"><B>engineResumed(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.EngineMonitorEngineListener.html" title="class in com.sun.speech.engine">EngineMonitor.EngineMonitorEngineListener</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#engineState"><B>engineState</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>A bitmask holding the current state of this <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#engineStateLock"><B>engineStateLock</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>An <code>Object</code> used for synchronizing access to
 <code>engineState</code>.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#engineStateString(long)"><B>engineStateString(long)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>Returns a <code>String</code> representing the
 <code>state</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html#engineStateString(long)"><B>engineStateString(long)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html" title="class in com.sun.speech.engine.synthesis">SynthesizerMonitor</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#enumerateQueue()"><B>enumerateQueue()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Returns an enumeration of the queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html#enumerateQueue()"><B>enumerateQueue()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer</A>
<DD>Returns an enumeration of the queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#enumerateQueue()"><B>enumerateQueue()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Returns the current queue.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html#enumerateQueue()"><B>enumerateQueue()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizer</A>
<DD>Returns an enumeration of the queue.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#EOF"><B>EOF</B></A> - 
Static variable in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>A constant indicating that the end of the stream has been read.
<DT><A HREF="./com/sun/speech/freetts/Item.html#equalsShared(com.sun.speech.freetts.Item)"><B>equalsShared(Item)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Determines if the shared contents of the two items are the same.
<DT><A HREF="./com/sun/speech/engine/SpeechEventWrapper.html#eventObject"><B>eventObject</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventWrapper.html" title="class in com.sun.speech.engine">SpeechEventWrapper</A>
<DD>The wrapped event.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#eventPanel"><B>eventPanel</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>The panel used to post engine events.
<DT><A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html#expandDigits(java.lang.String, com.sun.speech.freetts.en.us.WordRelation)"><B>expandDigits(String, WordRelation)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html" title="class in com.sun.speech.freetts.en.us">NumberExpander</A>
<DD>Expands given token to list of words pronouncing it as digits
<DT><A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html#expandID(java.lang.String, com.sun.speech.freetts.en.us.WordRelation)"><B>expandID(String, WordRelation)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html" title="class in com.sun.speech.freetts.en.us">NumberExpander</A>
<DD>Expands the given number string as pairs as in years or IDs
<DT><A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html#expandLetters(java.lang.String, com.sun.speech.freetts.en.us.WordRelation)"><B>expandLetters(String, WordRelation)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html" title="class in com.sun.speech.freetts.en.us">NumberExpander</A>
<DD>Expands the given string of letters as a list of single char symbols.
<DT><A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html#expandNumber(java.lang.String, com.sun.speech.freetts.en.us.WordRelation)"><B>expandNumber(String, WordRelation)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html" title="class in com.sun.speech.freetts.en.us">NumberExpander</A>
<DD>Expands a digit string into a list of English words of those digits.
<DT><A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html#expandOrdinal(java.lang.String, com.sun.speech.freetts.en.us.WordRelation)"><B>expandOrdinal(String, WordRelation)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html" title="class in com.sun.speech.freetts.en.us">NumberExpander</A>
<DD>Expands the digit string of an ordinal number.
<DT><A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html#expandReal(java.lang.String, com.sun.speech.freetts.en.us.WordRelation)"><B>expandReal(String, WordRelation)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html" title="class in com.sun.speech.freetts.en.us">NumberExpander</A>
<DD>Expands the given number string as a real number.
<DT><A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html#expandRoman(java.lang.String)"><B>expandRoman(String)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html" title="class in com.sun.speech.freetts.en.us">NumberExpander</A>
<DD>Returns the integer value of the given string of Roman numerals.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/Voice.html#FEATURE_JOIN_TYPE"><B>FEATURE_JOIN_TYPE</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Feature name for the join type string.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#FEATURE_SILENCE"><B>FEATURE_SILENCE</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Feature name for the silence phone string.
<DT><A HREF="./com/sun/speech/freetts/FeatureProcessor.html" title="interface in com.sun.speech.freetts"><B>FeatureProcessor</B></A> - Interface in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Performs a specific type of processing on an item and returns an
 object.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Provides the set of feature processors that are used by this
 language as part of the CART processing.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.Accented.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.Accented</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Checks to see if the given syllable is accented.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.Accented.html#FeatureProcessors.Accented()"><B>FeatureProcessors.Accented()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.Accented.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.Accented</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.AccentedSylIn.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.AccentedSylIn</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Counts the number of accented syllables since the last major break.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.AccentedSylIn.html#FeatureProcessors.AccentedSylIn()"><B>FeatureProcessors.AccentedSylIn()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.AccentedSylIn.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.AccentedSylIn</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.Gpos.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.Gpos</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Returns a guess of the part-of-speech.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.Gpos.html#FeatureProcessors.Gpos(com.sun.speech.freetts.PartOfSpeech)"><B>FeatureProcessors.Gpos(PartOfSpeech)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.Gpos.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.Gpos</A>
<DD>Creates a GPOS with the given part-of-speech table
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.LastAccent.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.LastAccent</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Find the last accented syllable
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.LastAccent.html#FeatureProcessors.LastAccent()"><B>FeatureProcessors.LastAccent()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.LastAccent.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.LastAccent</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.MonthRange.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.MonthRange</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Returns true ("1") if the given item is a number between 0 and
 32 exclusive, otherwise, returns "0".<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.MonthRange.html#FeatureProcessors.MonthRange()"><B>FeatureProcessors.MonthRange()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.MonthRange.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.MonthRange</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.NumDigits.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.NumDigits</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Returns the length of the string.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.NumDigits.html#FeatureProcessors.NumDigits()"><B>FeatureProcessors.NumDigits()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.NumDigits.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.NumDigits</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CPlace.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.PH_CPlace</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Return consonant cplace 
   l-labial a-alveolar p-palatal b-labio_dental d-dental v-velar

 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CPlace.html#FeatureProcessors.PH_CPlace()"><B>FeatureProcessors.PH_CPlace()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CPlace.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_CPlace</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CType.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.PH_CType</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Return consonant type 
   s-stop f-fricative a-affricative n-nasal * l-liquid

 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CType.html#FeatureProcessors.PH_CType()"><B>FeatureProcessors.PH_CType()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CType.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_CType</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CVox.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.PH_CVox</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Return consonant voicing 
   +=on -=off

 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CVox.html#FeatureProcessors.PH_CVox()"><B>FeatureProcessors.PH_CVox()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CVox.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_CVox</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VC.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.PH_VC</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Return vowel or consonant
   +=on -=off

 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VC.html#FeatureProcessors.PH_VC()"><B>FeatureProcessors.PH_VC()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VC.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_VC</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VFront.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.PH_VFront</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Return vowel frontness
  1-front  2-mid 3-back

 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VFront.html#FeatureProcessors.PH_VFront()"><B>FeatureProcessors.PH_VFront()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VFront.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_VFront</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VHeight.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.PH_VHeight</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Return vowel height
   1-high 2-mid 3-low

 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VHeight.html#FeatureProcessors.PH_VHeight()"><B>FeatureProcessors.PH_VHeight()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VHeight.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_VHeight</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VLength.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.PH_VLength</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Return vowel length
   s-short l-long d-dipthong a-schwa

 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VLength.html#FeatureProcessors.PH_VLength()"><B>FeatureProcessors.PH_VLength()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VLength.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_VLength</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VRnd.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.PH_VRnd</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Return vowel rnd (lip rounding)
   lip rounding  +=on -=off

 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VRnd.html#FeatureProcessors.PH_VRnd()"><B>FeatureProcessors.PH_VRnd()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VRnd.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_VRnd</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PosInSyl.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.PosInSyl</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Finds the position of the phoneme in the syllable
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PosInSyl.html#FeatureProcessors.PosInSyl()"><B>FeatureProcessors.PosInSyl()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PosInSyl.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PosInSyl</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PositionType.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.PositionType</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Classifies the the syllable as single, initial, mid or final.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PositionType.html#FeatureProcessors.PositionType()"><B>FeatureProcessors.PositionType()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PositionType.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PositionType</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaFric.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SegCodaFric</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Checks for fricative
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaFric.html#FeatureProcessors.SegCodaFric()"><B>FeatureProcessors.SegCodaFric()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaFric.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegCodaFric</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaGlide.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SegCodaGlide</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Checks for coda glide
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaGlide.html#FeatureProcessors.SegCodaGlide()"><B>FeatureProcessors.SegCodaGlide()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaGlide.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegCodaGlide</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaNasal.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SegCodaNasal</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Checks for coda nasal
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaNasal.html#FeatureProcessors.SegCodaNasal()"><B>FeatureProcessors.SegCodaNasal()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaNasal.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegCodaNasal</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaStop.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SegCodaStop</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Checks for coda stop
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaStop.html#FeatureProcessors.SegCodaStop()"><B>FeatureProcessors.SegCodaStop()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaStop.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegCodaStop</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegmentDuration.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SegmentDuration</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Returns the duration of the given segment
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegmentDuration.html#FeatureProcessors.SegmentDuration()"><B>FeatureProcessors.SegmentDuration()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegmentDuration.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegmentDuration</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetCoda.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SegOnsetCoda</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Checks for onset coda 
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetCoda.html#FeatureProcessors.SegOnsetCoda()"><B>FeatureProcessors.SegOnsetCoda()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetCoda.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegOnsetCoda</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetFric.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SegOnsetFric</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Checks for fricative
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetFric.html#FeatureProcessors.SegOnsetFric()"><B>FeatureProcessors.SegOnsetFric()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetFric.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegOnsetFric</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetGlide.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SegOnsetGlide</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Checks for onset glide
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetGlide.html#FeatureProcessors.SegOnsetGlide()"><B>FeatureProcessors.SegOnsetGlide()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetGlide.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegOnsetGlide</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetNasal.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SegOnsetNasal</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Checks for onset nasal
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetNasal.html#FeatureProcessors.SegOnsetNasal()"><B>FeatureProcessors.SegOnsetNasal()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetNasal.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegOnsetNasal</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetStop.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SegOnsetStop</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Checks for onset stop
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetStop.html#FeatureProcessors.SegOnsetStop()"><B>FeatureProcessors.SegOnsetStop()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetStop.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegOnsetStop</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.StressedSylIn.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.StressedSylIn</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Counts the number of stressed syllables since the last major break.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.StressedSylIn.html#FeatureProcessors.StressedSylIn()"><B>FeatureProcessors.StressedSylIn()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.StressedSylIn.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.StressedSylIn</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.StressedSylOut.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.StressedSylOut</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Counts the number of stressed syllables until the next major break.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.StressedSylOut.html#FeatureProcessors.StressedSylOut()"><B>FeatureProcessors.StressedSylOut()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.StressedSylOut.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.StressedSylOut</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SubPhrases.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SubPhrases</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Counts the number of phrases before this one.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SubPhrases.html#FeatureProcessors.SubPhrases()"><B>FeatureProcessors.SubPhrases()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SubPhrases.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SubPhrases</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylBreak.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SylBreak</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Determines the break level after this syllable
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylBreak.html#FeatureProcessors.SylBreak()"><B>FeatureProcessors.SylBreak()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylBreak.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SylBreak</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylCodaSize.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SylCodaSize</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Determines the coda size
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylCodaSize.html#FeatureProcessors.SylCodaSize()"><B>FeatureProcessors.SylCodaSize()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylCodaSize.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SylCodaSize</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylIn.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SylIn</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Counts the number of stressed syllables since the last major break.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylIn.html#FeatureProcessors.SylIn()"><B>FeatureProcessors.SylIn()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylIn.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SylIn</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylOnsetSize.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SylOnsetSize</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Determines the onset size of this syllable
 This is a feature processor.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylOnsetSize.html#FeatureProcessors.SylOnsetSize()"><B>FeatureProcessors.SylOnsetSize()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylOnsetSize.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SylOnsetSize</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylOut.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.SylOut</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Counts the number of stressed syllables since the last major break.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylOut.html#FeatureProcessors.SylOut()"><B>FeatureProcessors.SylOut()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylOut.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SylOut</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.TokenPosGuess.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.TokenPosGuess</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Attempts to guess the part of speech.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.TokenPosGuess.html#FeatureProcessors.TokenPosGuess()"><B>FeatureProcessors.TokenPosGuess()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.TokenPosGuess.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.TokenPosGuess</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordBreak.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.WordBreak</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Determines the word break.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordBreak.html#FeatureProcessors.WordBreak()"><B>FeatureProcessors.WordBreak()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordBreak.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.WordBreak</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordNumSyls.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.WordNumSyls</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Returns as an Integer the number of syllables in the given
 word.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordNumSyls.html#FeatureProcessors.WordNumSyls()"><B>FeatureProcessors.WordNumSyls()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordNumSyls.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.WordNumSyls</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordPunc.html" title="class in com.sun.speech.freetts.en.us"><B>FeatureProcessors.WordPunc</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Determines the word punctuation.<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordPunc.html#FeatureProcessors.WordPunc()"><B>FeatureProcessors.WordPunc()</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordPunc.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.WordPunc</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts"><B>FeatureSet</B></A> - Interface in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Represents the abstract interface to an entity that has
 a set of features.<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts"><B>FeatureSetImpl</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Implementation of the FeatureSet interface.<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#FeatureSetImpl()"><B>FeatureSetImpl()</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Creates a new empty feature set
<DT><A HREF="./com/sun/speech/freetts/Gender.html#FEMALE"><B>FEMALE</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Gender.html" title="class in com.sun.speech.freetts">Gender</A>
<DD>Female.
<DT><A HREF="./com/sun/speech/freetts/InputMode.html#FILE"><B>FILE</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/InputMode.html" title="class in com.sun.speech.freetts">InputMode</A>
<DD>Indicates that the input is from a file.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#fileToSpeech(java.lang.String)"><B>fileToSpeech(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Converts the text contained in the given path to speech.
<DT><A HREF="./com/sun/speech/freetts/Item.html#findFeature(java.lang.String)"><B>findFeature(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Finds the feature by following the given path.
<DT><A HREF="./com/sun/speech/freetts/PathExtractor.html#findFeature(com.sun.speech.freetts.Item)"><B>findFeature(Item)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PathExtractor.html" title="interface in com.sun.speech.freetts">PathExtractor</A>
<DD>Finds the feature associated with this object.
<DT><A HREF="./com/sun/speech/freetts/PathExtractorImpl.html#findFeature(com.sun.speech.freetts.Item)"><B>findFeature(Item)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PathExtractorImpl.html" title="class in com.sun.speech.freetts">PathExtractorImpl</A>
<DD>Finds the feature associated with this Path.
<DT><A HREF="./com/sun/speech/freetts/util/SegmentRelationUtils.html#findFromEnd(com.sun.speech.freetts.Relation, float)"><B>findFromEnd(Relation, float)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/SegmentRelationUtils.html" title="class in com.sun.speech.freetts.util">SegmentRelationUtils</A>
<DD>Starting from the end of the given Segment Relation, go backwards
 to find the Item that corresponds to the given time.
<DT><A HREF="./com/sun/speech/freetts/util/SegmentRelationUtils.html#findFromFront(com.sun.speech.freetts.Relation, float)"><B>findFromFront(Relation, float)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/SegmentRelationUtils.html" title="class in com.sun.speech.freetts.util">SegmentRelationUtils</A>
<DD>Starting from the front of the given Segment Relation, finds the Item
 that corresponds to the given time.
<DT><A HREF="./com/sun/speech/freetts/Item.html#findItem(java.lang.String)"><B>findItem(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Finds the item specified by the given path.
<DT><A HREF="./com/sun/speech/freetts/PathExtractor.html#findItem(com.sun.speech.freetts.Item)"><B>findItem(Item)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PathExtractor.html" title="interface in com.sun.speech.freetts">PathExtractor</A>
<DD>Finds the item associated with this object.
<DT><A HREF="./com/sun/speech/freetts/PathExtractorImpl.html#findItem(com.sun.speech.freetts.Item)"><B>findItem(Item)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PathExtractorImpl.html" title="class in com.sun.speech.freetts">PathExtractorImpl</A>
<DD>Finds the item associated with this Path.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#fireEngineAllocated(EngineEvent)"><B>fireEngineAllocated(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility function that sends an <code>ENGINE_ALLOCATED</code>
 event to all <code>EngineListeners</code> registered with this
 <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#fireEngineAllocatingResources(EngineEvent)"><B>fireEngineAllocatingResources(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility function that sends an
 <code>ENGINE_ALLOCATING_RESOURCES</code> event to all
 <code>EngineListeners</code> registered with this
 <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#fireEngineDeallocated(EngineEvent)"><B>fireEngineDeallocated(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility function that sends an
 <code>ENGINE_DEALLOCATED</code> event to all
 <code>EngineListeners</code> registered with this
 <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#fireEngineDeallocatingResources(EngineEvent)"><B>fireEngineDeallocatingResources(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility function that sends a
 <code>ENGINE_DEALLOCATING_RESOURCES</code> event to all
 <code>EngineListeners</code> registered with this
 <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#fireEnginePaused(EngineEvent)"><B>fireEnginePaused(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility function that sends an <code>ENGINE_PAUSED</code> event
 to all
 <code>EngineListeners</code> registered with this
 <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#fireEngineResumed(EngineEvent)"><B>fireEngineResumed(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility function that sends an <code>ENGINE_RESUMED</code> event
 to all
 <code>EngineListeners</code> registered with this
 <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#fireMarkerReached(SpeakableEvent)"><B>fireMarkerReached(SpeakableEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that sends a <code>MARKER_REACHED</code> event
 to all speakable listeners.
<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html#firePropertyChangeEvent(java.beans.PropertyChangeEvent)"><B>firePropertyChangeEvent(PropertyChangeEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>
<DD>Sends a <code>PropertyChangeEvent</code>
 to all <code>PropertyChangeListeners</code> registered with
 this object.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#fireQueueEmptied(SynthesizerEvent)"><B>fireQueueEmptied(SynthesizerEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Utility function that sends a <code>QUEUE_EMPTIED</code>
 event to all <code>SynthesizerListeners</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#fireQueueUpdated(SynthesizerEvent)"><B>fireQueueUpdated(SynthesizerEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Utility function that sends a <code>QUEUE_UPDATED</code>
 event to all <code>SynthesizerListeners</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#fireSpeakableCancelled(SpeakableEvent)"><B>fireSpeakableCancelled(SpeakableEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that sends a <code>SPEAKABLE_CANCELLED</code> event
 to all speakable listeners.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#fireSpeakableEnded(SpeakableEvent)"><B>fireSpeakableEnded(SpeakableEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that sends a <code>SPEAKABLE_ENDED</code> event
 to all speakable listeners.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#fireSpeakablePaused(SpeakableEvent)"><B>fireSpeakablePaused(SpeakableEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that sends a <code>SPEAKABLE_PAUSED</code> event
 to all speakable listeners.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#fireSpeakableResumed(SpeakableEvent)"><B>fireSpeakableResumed(SpeakableEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that sends a <code>SPEAKABLE_RESUMED</code> event
 to all speakable listeners.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#fireSpeakableStarted(SpeakableEvent)"><B>fireSpeakableStarted(SpeakableEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that sends a <code>SPEAKABLE_STARTED</code> event
 to all speakable listeners.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#fireTopOfQueue(SpeakableEvent)"><B>fireTopOfQueue(SpeakableEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that sends a <code>TOP_OF_QUEUE</code> event
 to all speakable listeners.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#fireWordStarted(SpeakableEvent)"><B>fireWordStarted(SpeakableEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that sends a <code>WORD_STARTED</code> event
 to all speakable listeners.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#fixPartOfSpeech(java.lang.String)"><B>fixPartOfSpeech(String)</B></A> - 
Static method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Fixes the part of speech if it is <code>null</code>.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts"><B>FreeTTS</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Standalone utility that directly interacts with a CMUDiphoneVoice.<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#FreeTTS()"><B>FreeTTS()</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Constructs a default FreeTTS with the kevin16 voice.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#FreeTTS(com.sun.speech.freetts.Voice)"><B>FreeTTS(Voice)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Creates a FreeTTS object with the given Voice.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSEngineCentral.html" title="class in com.sun.speech.freetts.jsapi"><B>FreeTTSEngineCentral</B></A> - Class in <A HREF="./com/sun/speech/freetts/jsapi/package-summary.html">com.sun.speech.freetts.jsapi</A><DD>Supports the EngineCentral JSAPI 1.0 interface for the
 FreeTTSSynthesizer.<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSEngineCentral.html#FreeTTSEngineCentral()"><B>FreeTTSEngineCentral()</B></A> - 
Constructor for class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSEngineCentral.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSEngineCentral</A>
<DD>Creates a FreeTTSEngineCentral
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html" title="interface in com.sun.speech.freetts"><B>FreeTTSSpeakable</B></A> - Interface in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Represents something that should be spoken.<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts"><B>FreeTTSSpeakableImpl</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Minimal implementation of a FreeTTSSpeakable<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#FreeTTSSpeakableImpl(java.lang.String)"><B>FreeTTSSpeakableImpl(String)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Constructor.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#FreeTTSSpeakableImpl(org.w3c.dom.Document)"><B>FreeTTSSpeakableImpl(Document)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Constructor.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#FreeTTSSpeakableImpl(java.io.InputStream)"><B>FreeTTSSpeakableImpl(InputStream)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Constructor.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi"><B>FreeTTSSynthesizer</B></A> - Class in <A HREF="./com/sun/speech/freetts/jsapi/package-summary.html">com.sun.speech.freetts.jsapi</A><DD>Provides  partial support for a JSAPI 1.0 synthesizer for the 
 FreeTTS speech synthesis system.<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html#FreeTTSSynthesizer(com.sun.speech.freetts.jsapi.FreeTTSSynthesizerModeDesc)"><B>FreeTTSSynthesizer(FreeTTSSynthesizerModeDesc)</B></A> - 
Constructor for class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizer</A>
<DD>Creates a new Synthesizer in the DEALLOCATED state.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerModeDesc.html" title="class in com.sun.speech.freetts.jsapi"><B>FreeTTSSynthesizerModeDesc</B></A> - Class in <A HREF="./com/sun/speech/freetts/jsapi/package-summary.html">com.sun.speech.freetts.jsapi</A><DD>Represents a SynthesizerModeDesc for the
 FreeTTSSynthesizer.<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerModeDesc.html#FreeTTSSynthesizerModeDesc(java.lang.String, java.lang.String, java.util.Locale)"><B>FreeTTSSynthesizerModeDesc(String, String, Locale)</B></A> - 
Constructor for class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerModeDesc.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizerModeDesc</A>
<DD>Creates a fully-specified descriptor.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerQueueItem.html" title="class in com.sun.speech.freetts.jsapi"><B>FreeTTSSynthesizerQueueItem</B></A> - Class in <A HREF="./com/sun/speech/freetts/jsapi/package-summary.html">com.sun.speech.freetts.jsapi</A><DD>Represents an object on the speech output queue of a
 <code>FreeTTSSynthesizer</code>.<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerQueueItem.html#FreeTTSSynthesizerQueueItem()"><B>FreeTTSSynthesizerQueueItem()</B></A> - 
Constructor for class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerQueueItem.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizerQueueItem</A>
<DD>Construct a queue item.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSTime.html" title="class in com.sun.speech.freetts"><B>FreeTTSTime</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Standalone utility that tells the time.<DT><A HREF="./com/sun/speech/freetts/FreeTTSTime.html#FreeTTSTime()"><B>FreeTTSTime()</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSTime.html" title="class in com.sun.speech.freetts">FreeTTSTime</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSTime.html#FreeTTSTime(com.sun.speech.freetts.Voice)"><B>FreeTTSTime(Voice)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSTime.html" title="class in com.sun.speech.freetts">FreeTTSTime</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html" title="class in com.sun.speech.freetts.jsapi"><B>FreeTTSVoice</B></A> - Class in <A HREF="./com/sun/speech/freetts/jsapi/package-summary.html">com.sun.speech.freetts.jsapi</A><DD>Extends the BaseVoice class to encapsulate FreeTTSSynthesizer specific data.<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html#FreeTTSVoice(com.sun.speech.freetts.Voice, java.lang.String)"><B>FreeTTSVoice(Voice, String)</B></A> - 
Constructor for class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSVoice</A>
<DD>Constructs a FreeTTSVoice
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/Gender.html" title="class in com.sun.speech.freetts"><B>Gender</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Provides an enumeration of Gender, following the JSAPI style.<DT><A HREF="./com/sun/speech/freetts/Voice.html#getAge()"><B>getAge()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Get the age of this voice.
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#getAudioFormat()"><B>getAudioFormat()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Retrieves the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#getAudioFormat()"><B>getAudioFormat()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Retrieves the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#getAudioFormat()"><B>getAudioFormat()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Gets the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#getAudioFormat()"><B>getAudioFormat()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Gets the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#getAudioFormat()"><B>getAudioFormat()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Gets the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#getAudioFormat()"><B>getAudioFormat()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Retrieves the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#getAudioFormat()"><B>getAudioFormat()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Retrieves the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#getAudioFormat()"><B>getAudioFormat()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Gets the audio format for this player
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#getAudioManager()"><B>getAudioManager()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Returns an object that provides management of the audio input
 or output of this <code>Engine</code>.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#getAudioOutput()"><B>getAudioOutput()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Returns the AudioOutput processor to be used by this voice
 Derived voices typically override this to customize behaviors.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getAudioOutput()"><B>getAudioOutput()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Returns the AudioOutput processor to be used by this voice.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html#getAudioOutput()"><B>getAudioOutput()</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoice</A>
<DD>Returns the audio output used by this voice.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getAudioPlayer()"><B>getAudioPlayer()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the audio player associated with this voice.
<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html#getBoolean(java.lang.String)"><B>getBoolean(String)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util">Utilities</A>
<DD>Gets a boolean property by name.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleInfo.html#getCoeffMin()"><B>getCoeffMin()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleInfo.html" title="class in com.sun.speech.freetts.relp">SampleInfo</A>
<DD>Returns the minimum for linear predictive coding.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleInfo.html#getCoeffRange()"><B>getCoeffRange()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleInfo.html" title="class in com.sun.speech.freetts.relp">SampleInfo</A>
<DD>Returns the range for linear predictive coding.
<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html#getControlComponent()"><B>getControlComponent()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>
<DD>Obtains the AWT <code>Component</code> that provides the
 default user interface 
 for setting the properties of the <code>Engine</code>
 associated with this object.
<DT><A HREF="./com/sun/speech/freetts/util/Timer.html#getCurrentTime()"><B>getCurrentTime()</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util">Timer</A>
<DD>Returns the current time.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html#getDatabase()"><B>getDatabase()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html" title="class in com.sun.speech.freetts.en.us">CMUClusterUnitVoice</A>
<DD>Gets the url to the database that defines the unit data for this
 voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html#getDatabase()"><B>getDatabase()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html" title="class in com.sun.speech.freetts.en.us">CMUDiphoneVoice</A>
<DD>Gets the url to the database that defines the unit data for this
 voice.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html#getDatabase()"><B>getDatabase()</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoice</A>
<DD>Returns the absolute file name of the Voice database
 this MbrolaVoice uses.
<DT><A HREF="./com/sun/speech/freetts/Item.html#getDaughter()"><B>getDaughter()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Retrieves the first daughter of this item.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getDefaultAudioPlayer()"><B>getDefaultAudioPlayer()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the default audio player for this voice.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getDescription()"><B>getDescription()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Get the description of this voice.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#getDocument()"><B>getDocument()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Gets the DOM document for this object.
<DT><A HREF="./com/sun/speech/engine/synthesis/JSMLParser.html#getDocument()"><B>getDocument()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/JSMLParser.html" title="class in com.sun.speech.engine.synthesis">JSMLParser</A>
<DD>Gets the document for this parser.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html#getDocument()"><B>getDocument()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html" title="interface in com.sun.speech.freetts">FreeTTSSpeakable</A>
<DD>Gets the DOM document for this object.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#getDocument()"><B>getDocument()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Gets the DOM document for this object.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerQueueItem.html#getDocument()"><B>getDocument()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerQueueItem.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizerQueueItem</A>
<DD>Gets the DOM document for this object.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getDomain()"><B>getDomain()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Get the domain of this voice.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#getDuration()"><B>getDuration()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Returns the duration of this Utterance in seconds.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getDurationStretch()"><B>getDurationStretch()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the duration Stretch
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#getEngineListener()"><B>getEngineListener()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>Creates the engine listener if necessary, and then returns it.
<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html#getEngineListener()"><B>getEngineListener()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html" title="class in com.sun.speech.engine.synthesis">SynthesizerMonitor</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#getEngineModeDesc()"><B>getEngineModeDesc()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Gets the current operating properties and mode of
 this <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#getEngineProperties()"><B>getEngineProperties()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Gets the <code>EngineProperties</code> of this <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#getEngineState()"><B>getEngineState()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Returns a or'ed set of flags indicating the current state of
 this <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#getEngineText()"><B>getEngineText()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>Gets the text form of this queue item.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#getErrorDescription()"><B>getErrorDescription()</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>if hasErrors returns <code>true</code>, this will return a 
 description of the error encountered, otherwise
 it will return <code>null</code>
<DT><A HREF="./com/sun/speech/freetts/Tokenizer.html#getErrorDescription()"><B>getErrorDescription()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Tokenizer.html" title="interface in com.sun.speech.freetts">Tokenizer</A>
<DD>If hasErrors returns true, returns a description of the error
 encountered.
<DT><A HREF="./com/sun/speech/engine/SpeechEventWrapper.html#getEventObject()"><B>getEventObject()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventWrapper.html" title="class in com.sun.speech.engine">SpeechEventWrapper</A>
<DD>Gets the wrapped event.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#getEventPanel()"><B>getEventPanel()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>Gets the panel containing the area to post engine events in.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getFeatureProcessor(java.lang.String)"><B>getFeatureProcessor(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Returns a language/voice specific Feature Processor.
<DT><A HREF="./com/sun/speech/freetts/Item.html#getFeatures()"><B>getFeatures()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Returns the feature set of this item.
<DT><A HREF="./com/sun/speech/freetts/ItemContents.html#getFeatures()"><B>getFeatures()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts">ItemContents</A>
<DD>Returns the feature set for this item contents.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getFeatures()"><B>getFeatures()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Returns the feature set associated with this voice.
<DT><A HREF="./com/sun/speech/freetts/FeatureSet.html#getFloat(java.lang.String)"><B>getFloat(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A>
<DD>Convenience method that returns the named feature as a float.
<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#getFloat(java.lang.String)"><B>getFloat(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Convenience method that returns the named feature as a float.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#getFloat(java.lang.String)"><B>getFloat(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Convenience method that returns the named feature as a float.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getFrame(int)"><B>getFrame(int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Returns the frame at the given index.
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#getFrameData()"><B>getFrameData()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Gets the frame data associated with this sample
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#getFrameData(int)"><B>getFrameData(int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Returns the normalized frame data.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getFrameShift(int)"><B>getFrameShift(int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Returns the time difference of the frame at the given position 
 with the frame prior to that.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getFrameSize()"><B>getFrameSize()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Returns the sizes of frames in this LPC.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleSet.html#getFrameSize(int)"><B>getFrameSize(int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleSet.html" title="class in com.sun.speech.freetts.relp">SampleSet</A>
<DD>Gets the size of the given frame
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#getFullBuff(java.lang.String)"><B>getFullBuff(String)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>Makes a character array that looks like "000#word#000".
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getGender()"><B>getGender()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Get the gender of this voice.
<DT><A HREF="./com/sun/speech/freetts/Relation.html#getHead()"><B>getHead()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Gets the head of the item list.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#getId()"><B>getId()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>Gets the id for this voice.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html#getId()"><B>getId()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSVoice</A>
<DD>Gets the id for this voice.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#getInputMode()"><B>getInputMode()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Returns the InputMode.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html#getInputStream()"><B>getInputStream()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html" title="interface in com.sun.speech.freetts">FreeTTSSpeakable</A>
<DD>Gets the input stream
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#getInputStream()"><B>getInputStream()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Gets the input stream.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerQueueItem.html#getInputStream()"><B>getInputStream()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerQueueItem.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizerQueueItem</A>
<DD>Gets the input stream
<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html#getInputStream(java.net.URL)"><B>getInputStream(URL)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util">Utilities</A>
<DD>Returns an input stream for the given URL.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#getInstance(boolean)"><B>getInstance(boolean)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>Get the CMULexicon.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#getInstance(java.lang.String, boolean)"><B>getInstance(String, boolean)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>Get the CMULexicon.
<DT><A HREF="./com/sun/speech/freetts/VoiceManager.html#getInstance()"><B>getInstance()</B></A> - 
Static method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/VoiceManager.html" title="class in com.sun.speech.freetts">VoiceManager</A>
<DD>Gets the instance of the VoiceManager
<DT><A HREF="./com/sun/speech/freetts/FeatureSet.html#getInt(java.lang.String)"><B>getInt(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A>
<DD>Convenience method that returns the named feature as an int.
<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#getInt(java.lang.String)"><B>getInt(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Convenience method that returns the named feature as a int.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#getInt(java.lang.String)"><B>getInt(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Convenience method that returns the named feature as a int.
<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html#getInteger(java.lang.String, int)"><B>getInteger(String, int)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util">Utilities</A>
<DD>Gets an Integer property by name.
<DT><A HREF="./com/sun/speech/freetts/util/SegmentRelationUtils.html#getItem(com.sun.speech.freetts.Relation, float)"><B>getItem(Relation, float)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/SegmentRelationUtils.html" title="class in com.sun.speech.freetts.util">SegmentRelationUtils</A>
<DD>Returns the Item in the Segment Relation that corresponds to the given
 time.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#getItem(java.lang.String, float)"><B>getItem(String, float)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Returns the Item in the given Relation associated with the given time.
<DT><A HREF="./com/sun/speech/freetts/Item.html#getItemAs(java.lang.String)"><B>getItemAs(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Finds the item in the given relation that has the same shared
 contents.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#getItemNumber()"><B>getItemNumber()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Gets the item number for debug purposes only.
<DT><A HREF="./com/sun/speech/freetts/ItemContents.html#getItemRelation(java.lang.String)"><B>getItemRelation(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts">ItemContents</A>
<DD>Given the name of a relation, returns the item the shares the
 same ItemContents.
<DT><A HREF="./com/sun/speech/freetts/Item.html#getLastDaughter()"><B>getLastDaughter()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Retrieves the last daughter of this item.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getLexicon()"><B>getLexicon()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the lexicon for this voice.
<DT><A HREF="./com/sun/speech/freetts/Token.html#getLineNumber()"><B>getLineNumber()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Returns the line of this token in the original text.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getLocale()"><B>getLocale()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Get the locale of this voice.
<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html#getLong(java.lang.String, long)"><B>getLong(String, long)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util">Utilities</A>
<DD>Gets a long property by name.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getLPCMin()"><B>getLPCMin()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Returns the LPC minimum.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getLPCRange()"><B>getLPCRange()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Returns the LPC range.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html#getMbrolaBase()"><B>getMbrolaBase()</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoice</A>
<DD>Returns the absolute name of the MBROLA directory.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html#getMbrolaBinary()"><B>getMbrolaBinary()</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoice</A>
<DD>Returns the absolute file name of the MBROLA binary.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html#getMbrolaCommand()"><B>getMbrolaCommand()</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoice</A>
<DD>Returns the command line that invokes the MBROLA executable.
<DT><A HREF="./com/sun/speech/freetts/PhoneDuration.html#getMean()"><B>getMean()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneDuration.html" title="class in com.sun.speech.freetts">PhoneDuration</A>
<DD>Gets the mean.
<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html#getMidPoint()"><B>getMidPoint()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone">AliasDiphone</A>
<DD>Returns the midpoint index. the midpoint index is the sample
 that divides the diphone into the first and second parts.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#getMidPoint()"><B>getMidPoint()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Returns the midpoint index. the midpoint index is the sample
 that divides the diphone into the first and second parts.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#getName()"><B>getName()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Gets the name of the diphone.
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html#getName()"><B>getName()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html" title="class in com.sun.speech.freetts.diphone">DiphoneUnitDatabase</A>
<DD>Returns the name of this DiphoneUnitDatabase.
<DT><A HREF="./com/sun/speech/freetts/Relation.html#getName()"><B>getName()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Retrieves the name of this Relation.
<DT><A HREF="./com/sun/speech/freetts/Unit.html#getName()"><B>getName()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Unit.html" title="interface in com.sun.speech.freetts">Unit</A>
<DD>Returns the name of this Unit.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getName()"><B>getName()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Get the name of this voice.
<DT><A HREF="./com/sun/speech/freetts/Unit.html#getNearestSample(float)"><B>getNearestSample(float)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Unit.html" title="interface in com.sun.speech.freetts">Unit</A>
<DD>Retrieves the nearest sample.
<DT><A HREF="./com/sun/speech/freetts/Item.html#getNext()"><B>getNext()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Gets the next item in this list.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#getNextToken()"><B>getNextToken()</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Returns the next token.
<DT><A HREF="./com/sun/speech/freetts/Tokenizer.html#getNextToken()"><B>getNextToken()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Tokenizer.html" title="interface in com.sun.speech.freetts">Tokenizer</A>
<DD>Returns the next token.
<DT><A HREF="./com/sun/speech/freetts/cart/CARTImpl.html#getNode(java.lang.String, java.util.StringTokenizer, int)"><B>getNode(String, StringTokenizer, int)</B></A> - 
Method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/CARTImpl.html" title="class in com.sun.speech.freetts.cart">CARTImpl</A>
<DD>Gets the node based upon the type and tokenizer.
<DT><A HREF="./com/sun/speech/freetts/Item.html#getNthDaughter(int)"><B>getNthDaughter(int)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Retrieves the Nth daughter of this item.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getNumberOfChannels()"><B>getNumberOfChannels()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Returns the number of channels in this LPCResult.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleInfo.html#getNumberOfChannels()"><B>getNumberOfChannels()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleInfo.html" title="class in com.sun.speech.freetts.relp">SampleInfo</A>
<DD>Returns the number of channels.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getNumberOfFrames()"><B>getNumberOfFrames()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Returns the number of frames in this LPCResult.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getNumberOfSamples()"><B>getNumberOfSamples()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Returns the number of samples in this LPC result
<DT><A HREF="./com/sun/speech/freetts/FeatureSet.html#getObject(java.lang.String)"><B>getObject(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A>
<DD>Returns the named feature as an object.
<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#getObject(java.lang.String)"><B>getObject(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Returns the named feature as an object.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#getObject(java.lang.String)"><B>getObject(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Returns the named feature as an object.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getOrganization()"><B>getOrganization()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the organization which created this voice.
<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html#getOriginalName()"><B>getOriginalName()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone">AliasDiphone</A>
<DD>Get the name of the original name that this alias points to.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getOutputQueue()"><B>getOutputQueue()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Returns the output queue associated with this voice.
<DT><A HREF="./com/sun/speech/freetts/Item.html#getOwnerRelation()"><B>getOwnerRelation()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Retrieves the owning Relation.
<DT><A HREF="./com/sun/speech/freetts/Item.html#getParent()"><B>getParent()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Returns the parent of this item.
<DT><A HREF="./com/sun/speech/freetts/PartOfSpeech.html#getPartOfSpeech(java.lang.String)"><B>getPartOfSpeech(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PartOfSpeech.html" title="interface in com.sun.speech.freetts">PartOfSpeech</A>
<DD>Returns a description of the part of speech given a word.
<DT><A HREF="./com/sun/speech/freetts/PartOfSpeechImpl.html#getPartOfSpeech(java.lang.String)"><B>getPartOfSpeech(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PartOfSpeechImpl.html" title="class in com.sun.speech.freetts">PartOfSpeechImpl</A>
<DD>Returns a description of the part of speech given a word.
<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html#getPbPositionMillis()"><B>getPbPositionMillis()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone">AliasDiphone</A>
<DD>Returns the midpoint index. the midpoint index is the sample
 that divides the diphone into the first and second parts.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#getPbPositionMillis()"><B>getPbPositionMillis()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Returns the midpoint index. the midpoint index is the sample
 that divides the diphone into the first and second parts.
<DT><A HREF="./com/sun/speech/freetts/PhoneDurations.html#getPhoneDuration(java.lang.String)"><B>getPhoneDuration(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneDurations.html" title="interface in com.sun.speech.freetts">PhoneDurations</A>
<DD>Gets the <code>PhoneDuration</code> for the given phone.
<DT><A HREF="./com/sun/speech/freetts/PhoneDurationsImpl.html#getPhoneDuration(java.lang.String)"><B>getPhoneDuration(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneDurationsImpl.html" title="class in com.sun.speech.freetts">PhoneDurationsImpl</A>
<DD>Gets the <code>PhoneDuration</code> for the given phone.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#getPhoneFeature(java.lang.String, java.lang.String)"><B>getPhoneFeature(String, String)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Given a phoneme and a feature name, return the feature
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.html#getPhoneFeature(com.sun.speech.freetts.Item, java.lang.String)"><B>getPhoneFeature(Item, String)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors</A>
<DD>Gets the phoneset feature with the given name
<DT><A HREF="./com/sun/speech/freetts/PhoneSet.html#getPhoneFeature(java.lang.String, java.lang.String)"><B>getPhoneFeature(String, String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneSet.html" title="interface in com.sun.speech.freetts">PhoneSet</A>
<DD>Given a phoneme and a feature name, return the feature.
<DT><A HREF="./com/sun/speech/freetts/PhoneSetImpl.html#getPhoneFeature(java.lang.String, java.lang.String)"><B>getPhoneFeature(String, String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneSetImpl.html" title="class in com.sun.speech.freetts">PhoneSetImpl</A>
<DD>Given a phoneme and a feature name, returns the feature.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getPhoneFeature(java.lang.String, java.lang.String)"><B>getPhoneFeature(String, String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Given a phoneme and a feature name, returns the feature.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSound.html#getPhones(java.lang.String, java.lang.String)"><B>getPhones(String, String)</B></A> - 
Method in interface com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSound.html" title="interface in com.sun.speech.freetts.lexicon">LetterToSound</A>
<DD>Calculate the phone list for a given word.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#getPhones(java.lang.String, java.lang.String)"><B>getPhones(String, String)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>Calculates the phone list for a given word.
<DT><A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html#getPhones(java.lang.String, java.lang.String)"><B>getPhones(String, String)</B></A> - 
Method in interface com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html" title="interface in com.sun.speech.freetts.lexicon">Lexicon</A>
<DD>Gets the phone list for a given word.
<DT><A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html#getPhones(java.lang.String, java.lang.String, boolean)"><B>getPhones(String, String, boolean)</B></A> - 
Method in interface com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html" title="interface in com.sun.speech.freetts.lexicon">Lexicon</A>
<DD>Gets the phone list for a given word.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#getPhones(java.lang.String, java.lang.String)"><B>getPhones(String, String)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Gets the phone list for a given word.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#getPhones(java.lang.String, java.lang.String, boolean)"><B>getPhones(String, String, boolean)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Gets the phone list for a given word.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#getPhones(java.util.Map, java.lang.String, java.lang.String)"><B>getPhones(Map, String, String)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Gets a phone list for a word from a given lexicon.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#getPhones(java.util.Map, java.lang.String)"><B>getPhones(Map, String)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Gets a phone list for a word from a given lexicon.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#getPhones(java.lang.String)"><B>getPhones(String)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Turns the phone <code>String</code> into a <code>String[]</code>,
 using " " as the delimiter.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#getPitch()"><B>getPitch()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Gets the baseline pitch for synthesis.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#getPitch()"><B>getPitch()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>Gets the pitch for this voice
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getPitch()"><B>getPitch()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Retreives the baseline pitch.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html#getPitchmarkGenerator()"><B>getPitchmarkGenerator()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html" title="class in com.sun.speech.freetts.en.us">CMUClusterUnitVoice</A>
<DD>Returns the pitch mark generator to be used by this voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html#getPitchmarkGenerator()"><B>getPitchmarkGenerator()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html" title="class in com.sun.speech.freetts.en.us">CMUDiphoneVoice</A>
<DD>Returns the pitch mark generator to be used by this voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#getPitchmarkGenerator()"><B>getPitchmarkGenerator()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Returns the pitch mark generator to be used by this voice
 Derived voices typically override this to customize behaviors.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#getPitchRange()"><B>getPitchRange()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Gets the pitch range for synthesis.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#getPitchRange()"><B>getPitchRange()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>Gets the pitch range for this voice
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getPitchRange()"><B>getPitchRange()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the pitch range.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getPitchShift()"><B>getPitchShift()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the pitch shift.
<DT><A HREF="./com/sun/speech/freetts/Token.html#getPosition()"><B>getPosition()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Returns the position of this token in the original input text.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleInfo.html#getPostEmphasis()"><B>getPostEmphasis()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleInfo.html" title="class in com.sun.speech.freetts.relp">SampleInfo</A>
<DD>Returns the post emphasis
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html#getPostLexicalAnalyzer()"><B>getPostLexicalAnalyzer()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html" title="class in com.sun.speech.freetts.en.us">CMUDiphoneVoice</A>
<DD>Returns the post lexical processor to be used by this voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUTimeVoice.html#getPostLexicalAnalyzer()"><B>getPostLexicalAnalyzer()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUTimeVoice.html" title="class in com.sun.speech.freetts.en.us">CMUTimeVoice</A>
<DD>The FestVox voice does not take advantage of any post lexical
 processing.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#getPostLexicalAnalyzer()"><B>getPostLexicalAnalyzer()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Returns the post lexical processor to be used by this voice.
<DT><A HREF="./com/sun/speech/freetts/Token.html#getPostpunctuation()"><B>getPostpunctuation()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Returns the postpunctuation characters of this Token.
<DT><A HREF="./com/sun/speech/freetts/Token.html#getPrepunctuation()"><B>getPrepunctuation()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Returns the prepunctuation characters of this Token.
<DT><A HREF="./com/sun/speech/freetts/Item.html#getPrevious()"><B>getPrevious()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Gets the previous item in this list.
<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html#getProperty(java.lang.String, java.lang.String)"><B>getProperty(String, String)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util">Utilities</A>
<DD>Gets a property by name and returns its value.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#getQueueItem()"><B>getQueueItem()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Returns, but does not remove, the first item on the queue.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getRate()"><B>getRate()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the rate of speech.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#getRelation(java.lang.String)"><B>getRelation(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Retrieves a relation from this utterance.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html#getRenameList()"><B>getRenameList()</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoice</A>
<DD>Returns the absolute file name of the MBROLA phonetic symbols
 rename table.
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#getResidualData()"><B>getResidualData()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Gets the residual data associated with this sample
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#getResidualData(int)"><B>getResidualData(int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Returns the normalized residual data.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleInfo.html#getResidualFold()"><B>getResidualFold()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleInfo.html" title="class in com.sun.speech.freetts.relp">SampleInfo</A>
<DD>Returns the residual fold.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getResiduals()"><B>getResiduals()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Returns the array of residuals.
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#getResidualSize()"><B>getResidualSize()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Returns the number of residuals in this Sample.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getResidualSizes()"><B>getResidualSizes()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Returns the array of residuals sizes.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getResource(java.lang.String)"><B>getResource(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Get a resource for this voice.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html#getResource(java.lang.String)"><B>getResource(String)</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoice</A>
<DD>Get a resource for this voice.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getRunTitle()"><B>getRunTitle()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the title for this run.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleSet.html#getSample(int)"><B>getSample(int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleSet.html" title="class in com.sun.speech.freetts.relp">SampleSet</A>
<DD>return the sample associated with the index
<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html#getSampleInfo()"><B>getSampleInfo()</B></A> - 
Method in class com.sun.speech.freetts.clunits.<A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html" title="class in com.sun.speech.freetts.clunits">ClusterUnitSelector</A>
<DD>Get the sample info for the underlying database.
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitSelector.html#getSampleInfo()"><B>getSampleInfo()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitSelector.html" title="class in com.sun.speech.freetts.diphone">DiphoneUnitSelector</A>
<DD>Get the sample info for the underlying database.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleSet.html#getSampleInfo()"><B>getSampleInfo()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleSet.html" title="class in com.sun.speech.freetts.relp">SampleSet</A>
<DD>Retrieves the info on this SampleSet
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getSampleRate()"><B>getSampleRate()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Returns the sample rate.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleInfo.html#getSampleRate()"><B>getSampleRate()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleInfo.html" title="class in com.sun.speech.freetts.relp">SampleInfo</A>
<DD>Returns the sample rate.
<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html#getSamples()"><B>getSamples()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone">AliasDiphone</A>
<DD>Returns the samples associated with this diphone.
<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html#getSamples(int)"><B>getSamples(int)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone">AliasDiphone</A>
<DD>Returns a particular sample.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#getSamples()"><B>getSamples()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Returns the samples associated with this diphone.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#getSamples(int)"><B>getSamples(int)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Returns a particular sample.
<DT><A HREF="./com/sun/speech/freetts/util/SegmentRelationUtils.html#getSegmentEnd(com.sun.speech.freetts.Item)"><B>getSegmentEnd(Item)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/SegmentRelationUtils.html" title="class in com.sun.speech.freetts.util">SegmentRelationUtils</A>
<DD>Returns the value of the feature <code>end</code> of
 the given Segment Item.
<DT><A HREF="./com/sun/speech/freetts/Item.html#getSharedContents()"><B>getSharedContents()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Retrieves the shared contents for this item.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#getSilentMode()"><B>getSilentMode()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Gets silent mode.
<DT><A HREF="./com/sun/speech/freetts/Unit.html#getSize()"><B>getSize()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Unit.html" title="interface in com.sun.speech.freetts">Unit</A>
<DD>Returns the size of this unit.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#getSonority(java.lang.String)"><B>getSonority(String)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>Determines the sonority for the given phone.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#getSpeakable()"><B>getSpeakable()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Returns the queueitem associated with this utterance.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#getSpeakingRate()"><B>getSpeakingRate()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Gets the current target speaking rate in words per minute.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#getSpeakingRate()"><B>getSpeakingRate()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>Gets the speaking rate for this voice
<DT><A HREF="./com/sun/speech/freetts/PhoneDuration.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneDuration.html" title="class in com.sun.speech.freetts">PhoneDuration</A>
<DD>Gets the standard deviation from the mean.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#getState(int)"><B>getState(int)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>Gets the <code>State</code> at the given index.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#getState(java.lang.String)"><B>getState(String)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>Gets the <code>State</code> based upon the <code>String</code>.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#getState(java.lang.String, java.util.StringTokenizer)"><B>getState(String, StringTokenizer)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>Gets the <code>State</code> based upon the <code>type</code>
 and <code>tokenizer<code>.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#getStatePanel()"><B>getStatePanel()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>Gets the panel containing the labels for representing the
 current engine state.
<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html#getStatePanel()"><B>getStatePanel()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html" title="class in com.sun.speech.engine.synthesis">SynthesizerMonitor</A>
<DD>Gets the panel containing the labels for representing the
 current engine state.
<DT><A HREF="./com/sun/speech/freetts/FeatureSet.html#getString(java.lang.String)"><B>getString(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A>
<DD>Convenience method that returns the named feature as a string.
<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#getString(java.lang.String)"><B>getString(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Convenience method that returns the named feature as a string.
<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html#getString(java.io.DataInputStream)"><B>getString(DataInputStream)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util">Utilities</A>
<DD>Inputs a string from a DataInputStream.
<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html#getString(java.nio.ByteBuffer)"><B>getString(ByteBuffer)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util">Utilities</A>
<DD>Inputs a string from a ByteBuffer.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#getString(java.lang.String)"><B>getString(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Convenience method that returns the named feature as a string.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getStyle()"><B>getStyle()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the voice style.
<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerSelector.html#getSynthesizerModeDesc(java.awt.Component, java.lang.String)"><B>getSynthesizerModeDesc(Component, String)</B></A> - 
Static method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/SynthesizerSelector.html" title="class in com.sun.speech.engine.synthesis">SynthesizerSelector</A>
<DD>Asks <code>Central</code> for a list of available synthesizers.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#getSynthesizerProperties()"><B>getSynthesizerProperties()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Returns the <code>SynthesizerProperties</code> object (a JavaBean).
<DT><A HREF="./com/sun/speech/freetts/en/us/WordRelation.html#getTail()"><B>getTail()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/WordRelation.html" title="class in com.sun.speech.freetts.en.us">WordRelation</A>
<DD>Returns the last item in this WordRelation.
<DT><A HREF="./com/sun/speech/freetts/Relation.html#getTail()"><B>getTail()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Gets the tail of the item list.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html#getText()"><B>getText()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html" title="interface in com.sun.speech.freetts">FreeTTSSpeakable</A>
<DD>Returns the text corresponding to this Playable.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#getText()"><B>getText()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Returns the text corresponding to this Playable.
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#getTime()"><B>getTime()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Gets the amount of audio played since the last resetTime
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#getTime()"><B>getTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Returns the current position in the output stream since the
 last <code>resetTime</code> 

 Currently not supported.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#getTime()"><B>getTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Gets the amount of played since the last mark
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#getTime()"><B>getTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Gets the amount of played since the last mark
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#getTime()"><B>getTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Gets the amount of played since the last mark
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#getTime()"><B>getTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Gets the amount of played since the last resetTime
 Currently not supported.
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#getTime()"><B>getTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Gets the amount of played since the last resetTime
 Currently not supported.
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#getTime()"><B>getTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Gets the amount of played since the last mark
<DT><A HREF="./com/sun/speech/freetts/util/BulkTimer.html#getTimer(java.lang.String)"><B>getTimer(String)</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/BulkTimer.html" title="class in com.sun.speech.freetts.util">BulkTimer</A>
<DD>Gets the timer with the given name.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getTimes()"><B>getTimes()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Returns the array of times.
<DT><A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html#getTokenItem()"><B>getTokenItem()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html" title="class in com.sun.speech.freetts.en.us">TokenToWords</A>
<DD>Returns the currently processing token Item.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#getTokenizer()"><B>getTokenizer()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Gets a tokenizer for this voice
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getTokenizer()"><B>getTokenizer()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Returns the tokenizer associated with this voice.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#getTypeString()"><B>getTypeString()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>Gets the type of this queue item.
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html#getUnit(java.lang.String)"><B>getUnit(String)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html" title="class in com.sun.speech.freetts.diphone">DiphoneUnitDatabase</A>
<DD>Looks up the diphone with the given name.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html#getUnitConcatenator()"><B>getUnitConcatenator()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html" title="class in com.sun.speech.freetts.en.us">CMUClusterUnitVoice</A>
<DD>Returns the unit concatenator to be used by this voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html#getUnitConcatenator()"><B>getUnitConcatenator()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html" title="class in com.sun.speech.freetts.en.us">CMUDiphoneVoice</A>
<DD>Returns the unit concatenator to be used by this voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#getUnitConcatenator()"><B>getUnitConcatenator()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Returns the unit concatenator to be used by this voice
 Derived voices typically override this to customize behaviors.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html#getUnitConcatenator()"><B>getUnitConcatenator()</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoice</A>
<DD>Returns the unit concatenator to be used by this voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUArcticVoice.html#getUnitSelector()"><B>getUnitSelector()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUArcticVoice.html" title="class in com.sun.speech.freetts.en.us">CMUArcticVoice</A>
<DD>Returns the unit selector to be used by this voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html#getUnitSelector()"><B>getUnitSelector()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html" title="class in com.sun.speech.freetts.en.us">CMUClusterUnitVoice</A>
<DD>Returns the unit selector to be used by this voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html#getUnitSelector()"><B>getUnitSelector()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html" title="class in com.sun.speech.freetts.en.us">CMUDiphoneVoice</A>
<DD>Returns the unit selector to be used by this voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#getUnitSelector()"><B>getUnitSelector()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Returns the unit selector to be used by this voice
 Derived voices typically override this to customize behaviors.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html#getUnitSelector()"><B>getUnitSelector()</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoice</A>
<DD>Returns the unit selector to be used by this voice.
<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html#getUnitSize(int)"><B>getUnitSize(int)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone">AliasDiphone</A>
<DD>Returns the total number of residuals in the given part for this
 diphone.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#getUnitSize(int)"><B>getUnitSize(int)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Returns the total number of residuals in the given part for this
 diphone.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleSet.html#getUnitSize(int, int)"><B>getUnitSize(int, int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleSet.html" title="class in com.sun.speech.freetts.relp">SampleSet</A>
<DD>Returns the size of the unit represented
 by the given start and end points
<DT><A HREF="./com/sun/speech/freetts/Item.html#getUtterance()"><B>getUtterance()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Returns the utterance associated with this item.
<DT><A HREF="./com/sun/speech/freetts/Relation.html#getUtterance()"><B>getUtterance()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Returns the utterance that contains this relation.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getUtteranceProcessors()"><B>getUtteranceProcessors()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Return the list of UtteranceProcessor instances.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#getVocabManager()"><B>getVocabManager()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Returns an object that provides management of the vocabulary for
 this <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#getVoice()"><B>getVoice()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Gets the current synthesizer voice.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#getVoice()"><B>getVoice()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Returns the voice used by FreeTTS.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html#getVoice()"><B>getVoice()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSVoice</A>
<DD>Gets a FreeTTS com.sun.speech.freetts.Voice from this JSAPI voice
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#getVoice()"><B>getVoice()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Retrieves the Voice associated with this Utterance.
<DT><A HREF="./com/sun/speech/freetts/VoiceManager.html#getVoice(java.lang.String)"><B>getVoice(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/VoiceManager.html" title="class in com.sun.speech.freetts">VoiceManager</A>
<DD>Get a Voice with a given name.
<DT><A HREF="./com/sun/speech/engine/synthesis/VoiceList.html#getVoiceById(java.lang.String)"><B>getVoiceById(String)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/VoiceList.html" title="class in com.sun.speech.engine.synthesis">VoiceList</A>
<DD>Gets a voice by its identifier.
<DT><A HREF="./com/sun/speech/freetts/VoiceManager.html#getVoiceClassLoader()"><B>getVoiceClassLoader()</B></A> - 
Static method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/VoiceManager.html" title="class in com.sun.speech.freetts">VoiceManager</A>
<DD>Gets the class loader used for loading dynamically detected jars.
<DT><A HREF="./com/sun/speech/engine/synthesis/VoiceList.html#getVoiceId(Voice, int)"><B>getVoiceId(Voice, int)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/VoiceList.html" title="class in com.sun.speech.engine.synthesis">VoiceList</A>
<DD>Gets the id of a voice.
<DT><A HREF="./com/sun/speech/engine/synthesis/VoiceList.html#getVoiceId(java.lang.String, int, int, int)"><B>getVoiceId(String, int, int, int)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/VoiceList.html" title="class in com.sun.speech.engine.synthesis">VoiceList</A>
<DD>Gets id for voice based on parameters provided in JSML.
<DT><A HREF="./com/sun/speech/freetts/VoiceManager.html#getVoiceInfo()"><B>getVoiceInfo()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/VoiceManager.html" title="class in com.sun.speech.freetts">VoiceManager</A>
<DD>Prints detailed information about all available voices.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#getVoiceList()"><B>getVoiceList()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Returns the list of voices for this <code>Synthesizer</code>.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerModeDesc.html#getVoices()"><B>getVoices()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerModeDesc.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizerModeDesc</A>
<DD>Returns the valid voices in this synthesizer mode.
<DT><A HREF="./com/sun/speech/freetts/VoiceDirectory.html#getVoices()"><B>getVoices()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/VoiceDirectory.html" title="class in com.sun.speech.freetts">VoiceDirectory</A>
<DD>Provide a means to access the voices in a voice jar file.
<DT><A HREF="./com/sun/speech/freetts/VoiceManager.html#getVoices()"><B>getVoices()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/VoiceManager.html" title="class in com.sun.speech.freetts">VoiceManager</A>
<DD>Provide an array of all voices available to FreeTTS.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceDirectory.html#getVoices()"><B>getVoices()</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceDirectory.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoiceDirectory</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#getVolume()"><B>getVolume()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Gets the current volume.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#getVolume()"><B>getVolume()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>Gets the volume for this voice
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#getVolume()"><B>getVolume()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Returns the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#getVolume()"><B>getVolume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Returns the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#getVolume()"><B>getVolume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Returns the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#getVolume()"><B>getVolume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Returns the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#getVolume()"><B>getVolume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Returns the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#getVolume()"><B>getVolume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Returns the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#getVolume()"><B>getVolume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Returns the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#getVolume()"><B>getVolume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Returns the current volume.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getVolume()"><B>getVolume()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the volume.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#getWaveDumpFile()"><B>getWaveDumpFile()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the dumpfile for this voice.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#getWaveSamples()"><B>getWaveSamples()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/Token.html#getWhitespace()"><B>getWhitespace()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Returns the whitespace characters of this Token.
<DT><A HREF="./com/sun/speech/freetts/Token.html#getWord()"><B>getWord()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Returns the string associated with this token.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#handleAllocate()"><B>handleAllocate()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Called from the <code>allocate</code> method.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html#handleAllocate()"><B>handleAllocate()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer</A>
<DD>Starts the output thread.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html#handleAllocate()"><B>handleAllocate()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizer</A>
<DD>Starts the output thread.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#handleDeallocate()"><B>handleDeallocate()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Called from the <code>deallocate</code> method.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html#handleDeallocate()"><B>handleDeallocate()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer</A>
<DD>Stops the output thread.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html#handleDeallocate()"><B>handleDeallocate()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizer</A>
<DD>Handles a deallocation request.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#handleEvent(EngineEvent)"><B>handleEvent(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>Handles an event from the engine.
<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html#handleEvent(EngineEvent)"><B>handleEvent(EngineEvent)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html" title="class in com.sun.speech.engine.synthesis">SynthesizerMonitor</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#handlePause()"><B>handlePause()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Called from the <code>pause</code> method.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html#handlePause()"><B>handlePause()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer</A>
<DD>Pauses the output.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html#handlePause()"><B>handlePause()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizer</A>
<DD>Pauses the output
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#handleResume()"><B>handleResume()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Called from the <code>resume</code> method.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html#handleResume()"><B>handleResume()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer</A>
<DD>Resumes the output.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html#handleResume()"><B>handleResume()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizer.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizer</A>
<DD>Resumes the output
<DT><A HREF="./com/sun/speech/freetts/Item.html#hasDaughters()"><B>hasDaughters()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Determines if this item has daughters.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#hasErrors()"><B>hasErrors()</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Returns <code>true</code> if there were errors while reading tokens
<DT><A HREF="./com/sun/speech/freetts/Tokenizer.html#hasErrors()"><B>hasErrors()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Tokenizer.html" title="interface in com.sun.speech.freetts">Tokenizer</A>
<DD>Returns true if there were errors while reading tokens.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#hasMoreTokens()"><B>hasMoreTokens()</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Returns <code>true</code> if there are more tokens,
                <code>false</code> otherwise.
<DT><A HREF="./com/sun/speech/freetts/Tokenizer.html#hasMoreTokens()"><B>hasMoreTokens()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Tokenizer.html" title="interface in com.sun.speech.freetts">Tokenizer</A>
<DD>Returns true if there are more tokens, false otherwise.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#hasRelation(java.lang.String)"><B>hasRelation(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Determines if this utterance contains a relation with the given
 name.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#hasVowel(java.lang.String[], int)"><B>hasVowel(String[], int)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>Determines if there is a vowel in the remainder of the array, 
 starting at the given index.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#hasVowel(java.util.List)"><B>hasVowel(List)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>Determines if there is a vowel in given list of phones.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/InputMode.html" title="class in com.sun.speech.freetts"><B>InputMode</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Specifies the input mode of FreeTTS.<DT><A HREF="./com/sun/speech/freetts/InputMode.html#INTERACTIVE"><B>INTERACTIVE</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/InputMode.html" title="class in com.sun.speech.freetts">InputMode</A>
<DD>Indicates that the input is from the keyboard.
<DT><A HREF="./com/sun/speech/freetts/cart/CART.html#interpret(com.sun.speech.freetts.Item)"><B>interpret(Item)</B></A> - 
Method in interface com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/CART.html" title="interface in com.sun.speech.freetts.cart">CART</A>
<DD>Passes the given item through this CART and returns the
 interpretation.
<DT><A HREF="./com/sun/speech/freetts/cart/CARTImpl.html#interpret(com.sun.speech.freetts.Item)"><B>interpret(Item)</B></A> - 
Method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/CARTImpl.html" title="class in com.sun.speech.freetts.cart">CARTImpl</A>
<DD>Passes the given item through this CART and returns the
 interpretation.
<DT><A HREF="./com/sun/speech/freetts/PathExtractorImpl.html#INTERPRET_PATHS_PROPERTY"><B>INTERPRET_PATHS_PROPERTY</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PathExtractorImpl.html" title="class in com.sun.speech.freetts">PathExtractorImpl</A>
<DD>If this system property is set to true, paths will
 not be compiled.
<DT><A HREF="./com/sun/speech/freetts/cart/Intonator.html" title="class in com.sun.speech.freetts.cart"><B>Intonator</B></A> - Class in <A HREF="./com/sun/speech/freetts/cart/package-summary.html">com.sun.speech.freetts.cart</A><DD>Annotates the <code>Relation.SYLLABLE</code> relations of an
 utterance with "accent"
 and "endtone" features.<DT><A HREF="./com/sun/speech/freetts/cart/Intonator.html#Intonator(com.sun.speech.freetts.cart.CART, com.sun.speech.freetts.cart.CART)"><B>Intonator(CART, CART)</B></A> - 
Constructor for class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Intonator.html" title="class in com.sun.speech.freetts.cart">Intonator</A>
<DD>Creates a new Intonation UtteranceProcessor with the given
 CARTs.
<DT><A HREF="./com/sun/speech/engine/SpeechEventUtilities.html#isAWTRunning()"><B>isAWTRunning()</B></A> - 
Static method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventUtilities.html" title="class in com.sun.speech.engine">SpeechEventUtilities</A>
<DD>Determine if the AWT event queue is running.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#isBreak()"><B>isBreak()</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Determines if the current token should start a new sentence.
<DT><A HREF="./com/sun/speech/freetts/Tokenizer.html#isBreak()"><B>isBreak()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Tokenizer.html" title="interface in com.sun.speech.freetts">Tokenizer</A>
<DD>Determines if the current token should start a new sentence.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#isCancelled()"><B>isCancelled()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>determines if this queue item has been canceled
<DT><A HREF="./com/sun/speech/freetts/OutputQueue.html#isClosed()"><B>isClosed()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/OutputQueue.html" title="class in com.sun.speech.freetts">OutputQueue</A>
<DD>Determines if the queue is closed.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#isCommand(java.lang.String, int)"><B>isCommand(String, int)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Determines if the next thing in line is a command.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#isCompleted()"><B>isCompleted()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>returns true if this queue item has been 
 processed.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html#isCompleted()"><B>isCompleted()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html" title="interface in com.sun.speech.freetts">FreeTTSSpeakable</A>
<DD>Returns <code>true</code> if this queue item has been 
 processed.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#isCompleted()"><B>isCompleted()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Returns true if this queue item has been 
 processed.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#isDetailedMetrics()"><B>isDetailedMetrics()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the state of the detailedMetrics mode.
<DT><A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html#isDigit(char)"><B>isDigit(char)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html" title="class in com.sun.speech.freetts.en.us">NumberExpander</A>
<DD>Returns true if the given character is a digit (0-9 only).
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html#isDocument()"><B>isDocument()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html" title="interface in com.sun.speech.freetts">FreeTTSSpeakable</A>
<DD>Returns <code>true</code> if the item is a JSML document
 (Java Speech Markup Language).
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#isDocument()"><B>isDocument()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Returns <code>true</code> if the item is a JSML document
 (Java Speech Markup Language).
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerQueueItem.html#isDocument()"><B>isDocument()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerQueueItem.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizerQueueItem</A>
<DD>Returns <code>true</code> if the item is a JSML document
 (Java Speech Markup Language text).
<DT><A HREF="./com/sun/speech/freetts/Voice.html#isDumpRelations()"><B>isDumpRelations()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the state of the dumpRelations mode.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#isDumpUtterance()"><B>isDumpUtterance()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the state of the dumpUtterance mode.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#isFirst()"><B>isFirst()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Returns true if this utterance is the first is a series of
 utterances.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#isLast()"><B>isLast()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Returns true if this utterance is the last is a series of
 utterances.
<DT><A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html#isLoaded()"><B>isLoaded()</B></A> - 
Method in interface com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html" title="interface in com.sun.speech.freetts.lexicon">Lexicon</A>
<DD>Determines if this lexicon is loaded.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#isLoaded()"><B>isLoaded()</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Determines if this lexicon is loaded.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#isLoaded()"><B>isLoaded()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Returns true if this voice is loaded.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#isMetrics()"><B>isMetrics()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Gets the state of the metrics mode.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html#isPlainText()"><B>isPlainText()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html" title="interface in com.sun.speech.freetts">FreeTTSSpeakable</A>
<DD>Returns <code>true</code> if the item contains plain text
 (not Java Speech Markup Language text).
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#isPlainText()"><B>isPlainText()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Returns <code>true</code> if the item contains plain text
 (not Java Speech Markup Language text).
<DT><A HREF="./com/sun/speech/freetts/FeatureSet.html#isPresent(java.lang.String)"><B>isPresent(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A>
<DD>Determines if the given feature is present.
<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#isPresent(java.lang.String)"><B>isPresent(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Determines if the given feature is present.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#isPresent(java.lang.String)"><B>isPresent(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Determines if the given feature is present.
<DT><A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html#isPronounceable(java.lang.String)"><B>isPronounceable(String)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html" title="class in com.sun.speech.freetts.en.us">TokenToWords</A>
<DD>Returns true if the given word is pronounceable.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#isQueueEmpty()"><B>isQueueEmpty()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Determines if the queue is empty.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#isSilence(java.lang.String)"><B>isSilence(String)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>Determines if the given phone represents a silent phone.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html#isStream()"><B>isStream()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html" title="interface in com.sun.speech.freetts">FreeTTSSpeakable</A>
<DD>Returns <code>true</code> if the item is an input stream.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#isStream()"><B>isStream()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Returns <code>true</code> if the item is an input stream.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerQueueItem.html#isStream()"><B>isStream()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerQueueItem.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizerQueueItem</A>
<DD>Returns <code>true</code> if the item is an input stream
<DT><A HREF="./com/sun/speech/freetts/Segmenter.html#isStressed(java.lang.String)"><B>isStressed(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Segmenter.html" title="class in com.sun.speech.freetts">Segmenter</A>
<DD>Determines if the given phonemene is stressed.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#isSyllableBoundary(java.util.List, java.lang.String[], int)"><B>isSyllableBoundary(List, String[], int)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>Determines if the currentPhone represents a new syllable
 boundary.
<DT><A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html#isSyllableBoundary(java.util.List, java.lang.String[], int)"><B>isSyllableBoundary(List, String[], int)</B></A> - 
Method in interface com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html" title="interface in com.sun.speech.freetts.lexicon">Lexicon</A>
<DD>Determines if the <code>currentWordPhone</code> represents a
 new syllable boundary.
<DT><A HREF="./com/sun/speech/freetts/util/BulkTimer.html#isVerbose()"><B>isVerbose()</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/BulkTimer.html" title="class in com.sun.speech.freetts.util">BulkTimer</A>
<DD>Checks to see if we are in verbose mode.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#isVowel(java.lang.String)"><B>isVowel(String)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>Determines if the given phone is a vowel
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#isWhitespace(java.lang.String, int)"><B>isWhitespace(String, int)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Determines if there is whitespace at the current index.
<DT><A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts"><B>Item</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Represents a node in a Relation.<DT><A HREF="./com/sun/speech/freetts/Item.html#Item(com.sun.speech.freetts.Relation, com.sun.speech.freetts.ItemContents)"><B>Item(Relation, ItemContents)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Creates an item.
<DT><A HREF="./com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts"><B>ItemContents</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Contains the information that is shared between multiple items.<DT><A HREF="./com/sun/speech/freetts/ItemContents.html#ItemContents()"><B>ItemContents()</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts">ItemContents</A>
<DD>Class Constructor.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#itemNumber"><B>itemNumber</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Global count of queue items used for debug.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio"><B>JavaClipAudioPlayer</B></A> - Class in <A HREF="./com/sun/speech/freetts/audio/package-summary.html">com.sun.speech.freetts.audio</A><DD>Provides an implementation of <code>AudioPlayer</code> that creates
 javax.sound.sampled audio clips and outputs them via the
 javax.sound API.<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#JavaClipAudioPlayer()"><B>JavaClipAudioPlayer()</B></A> - 
Constructor for class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Constructs a default JavaClipAudioPlayer
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio"><B>JavaStreamingAudioPlayer</B></A> - Class in <A HREF="./com/sun/speech/freetts/audio/package-summary.html">com.sun.speech.freetts.audio</A><DD>Streams audio to java audio.<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#JavaStreamingAudioPlayer()"><B>JavaStreamingAudioPlayer()</B></A> - 
Constructor for class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Constructs a default JavaStreamingAudioPlayer
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#JSML"><B>JSML</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#JSML_ATTRIBUTES"><B>JSML_ATTRIBUTES</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/JSMLParser.html" title="class in com.sun.speech.engine.synthesis"><B>JSMLParser</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/package-summary.html">com.sun.speech.engine.synthesis</A><DD>Parses a JSML 0.6 document and returns a DOM.<DT><A HREF="./com/sun/speech/engine/synthesis/JSMLParser.html#JSMLParser(java.lang.String, boolean)"><B>JSMLParser(String, boolean)</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/JSMLParser.html" title="class in com.sun.speech.engine.synthesis">JSMLParser</A>
<DD>Creates a new JSMLParser for the given JSML
 text.
<DT><A HREF="./com/sun/speech/engine/synthesis/JSMLParser.html#JSMLParser(java.net.URL, boolean)"><B>JSMLParser(URL, boolean)</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/JSMLParser.html" title="class in com.sun.speech.engine.synthesis">JSMLParser</A>
<DD>Creates a new JSMLParser for the given <code>URL</code>.
</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html#kingLike(com.sun.speech.freetts.Item)"><B>kingLike(Item)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html" title="class in com.sun.speech.freetts.en.us">TokenToWords</A>
<DD>Returns true if the given token item contains a token that is
 in a king-like context, e.g., "King" or "Louis".
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/PathExtractorImpl.html#LAZY_COMPILE_PROPERTY"><B>LAZY_COMPILE_PROPERTY</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PathExtractorImpl.html" title="class in com.sun.speech.freetts">PathExtractorImpl</A>
<DD>If this system property is set to true, CART feature/item
 paths will only be compiled as needed.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#letterIndex"><B>letterIndex</B></A> - 
Variable in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>The indexes of the starting points for letters in the state machine.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSound.html" title="interface in com.sun.speech.freetts.lexicon"><B>LetterToSound</B></A> - Interface in <A HREF="./com/sun/speech/freetts/lexicon/package-summary.html">com.sun.speech.freetts.lexicon</A><DD>Provides the phone list for words using letter-to-sound rules.<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon"><B>LetterToSoundImpl</B></A> - Class in <A HREF="./com/sun/speech/freetts/lexicon/package-summary.html">com.sun.speech.freetts.lexicon</A><DD>Provides the phone list for words using the CMU6 letter-to-sound
 (LTS) rules, which are based on the Black, Lenzo, and Pagel paper,
 "Issues in Building General Letter-to-Sound Rules."<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#LetterToSoundImpl(java.net.URL, boolean)"><B>LetterToSoundImpl(URL, boolean)</B></A> - 
Constructor for class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html" title="interface in com.sun.speech.freetts.lexicon"><B>Lexicon</B></A> - Interface in <A HREF="./com/sun/speech/freetts/lexicon/package-summary.html">com.sun.speech.freetts.lexicon</A><DD>Provides the phone list for words.<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon"><B>LexiconImpl</B></A> - Class in <A HREF="./com/sun/speech/freetts/lexicon/package-summary.html">com.sun.speech.freetts.lexicon</A><DD>Provides an implementation of a Lexicon.<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#LexiconImpl(java.net.URL, java.net.URL, java.net.URL, boolean)"><B>LexiconImpl(URL, URL, URL, boolean)</B></A> - 
Constructor for class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Create a new LexiconImpl by reading from the given URLS.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#LexiconImpl()"><B>LexiconImpl()</B></A> - 
Constructor for class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Class constructor for an empty Lexicon.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#linearize(org.w3c.dom.Node, java.lang.StringBuffer)"><B>linearize(Node, StringBuffer)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>Appends the text for this node to the given StringBuffer.
<DT><A HREF="./com/sun/speech/freetts/InputMode.html#LINES"><B>LINES</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/InputMode.html" title="class in com.sun.speech.freetts">InputMode</A>
<DD>Indicates that the input is a set of lines in a file..
<DT><A HREF="./com/sun/speech/engine/BaseAudioManager.html#listeners"><B>listeners</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseAudioManager.html" title="class in com.sun.speech.engine">BaseAudioManager</A>
<DD>List of <code>AudioListeners</code> registered for
 <code>AudioEvents</code> on this object.
<DT><A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html#load()"><B>load()</B></A> - 
Method in interface com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html" title="interface in com.sun.speech.freetts.lexicon">Lexicon</A>
<DD>Loads this lexicon.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#load()"><B>load()</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Loads the data for this lexicon.
<DT><A HREF="./com/sun/speech/freetts/util/BulkTimer.html#LOAD"><B>LOAD</B></A> - 
Static variable in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/BulkTimer.html" title="class in com.sun.speech.freetts.util">BulkTimer</A>
<DD>A BulkTimer that can be used by classes that need to
 time their loading phase.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#load()"><B>load()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of FreeTTS 1.2, replaced by <A HREF="./com/sun/speech/freetts/Voice.html#allocate()"><CODE>Voice.allocate()</CODE></A>.</I>
<DT><A HREF="./com/sun/speech/freetts/cart/CARTImpl.html#loadBinary(java.nio.ByteBuffer)"><B>loadBinary(ByteBuffer)</B></A> - 
Static method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/CARTImpl.html" title="class in com.sun.speech.freetts.cart">CARTImpl</A>
<DD>Loads a CART from the input byte buffer.
<DT><A HREF="./com/sun/speech/freetts/cart/CARTImpl.html#loadBinary(java.io.DataInputStream)"><B>loadBinary(DataInputStream)</B></A> - 
Static method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/CARTImpl.html" title="class in com.sun.speech.freetts.cart">CARTImpl</A>
<DD>Loads a CART from the input stream.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#loadBinary(java.nio.ByteBuffer)"><B>loadBinary(ByteBuffer)</B></A> - 
Static method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Loads a new diphone from  the given buffer.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#loadBinary(java.io.DataInputStream)"><B>loadBinary(DataInputStream)</B></A> - 
Static method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Loads a new  diphone from  the given DataInputStream.
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#loadBinary(java.nio.ByteBuffer)"><B>loadBinary(ByteBuffer)</B></A> - 
Static method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Loads the samples from the byte bufer
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#loadBinary(java.io.DataInputStream)"><B>loadBinary(DataInputStream)</B></A> - 
Static method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Loads the samples from the given channel
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#loader()"><B>loader()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Called by <code> Voice </code>  during loading, derived voices
 should override this to provide customized loading.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#loader()"><B>loader()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Loads voice specific data.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#loadTextLexicon(java.io.InputStream, int)"><B>loadTextLexicon(InputStream, int)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Reads the given input stream as text lexicon data and returns the
 results in a <code>Map</code>.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp"><B>LPCResult</B></A> - Class in <A HREF="./com/sun/speech/freetts/relp/package-summary.html">com.sun.speech.freetts.relp</A><DD>Contains the result of linear predictive coding processing.<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#LPCResult()"><B>LPCResult()</B></A> - 
Constructor for class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#MAGIC"><B>MAGIC</B></A> - 
Static variable in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitDatabase.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class com.sun.speech.freetts.clunits.<A HREF="./com/sun/speech/freetts/clunits/ClusterUnitDatabase.html" title="class in com.sun.speech.freetts.clunits">ClusterUnitDatabase</A>
<DD>Manipulates a ClusterUnitDatabase.
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitDatabase.html" title="class in com.sun.speech.freetts.diphone">DiphoneUnitDatabase</A>
<DD>Manipulates a DiphoneUnitDatabase.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMULexicon.html" title="class in com.sun.speech.freetts.en.us">CMULexicon</A>
<DD>Provides test code for the CMULexicon.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>The main entry point for FreeTTS.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSTime.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSTime.html" title="class in com.sun.speech.freetts">FreeTTSTime</A>
<DD>The main entry point for FreeTTSTime.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>Translates between text and binary forms of the CMU6 LTS rules.
<DT><A HREF="./com/sun/speech/freetts/util/Timer.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util">Timer</A>
<DD>The main program for performing simple tests.
<DT><A HREF="./com/sun/speech/freetts/util/WaveUtils.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/WaveUtils.html" title="class in com.sun.speech.freetts.util">WaveUtils</A>
<DD>Provides test program for method ulawToShort().
<DT><A HREF="./com/sun/speech/freetts/VoiceDirectory.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/VoiceDirectory.html" title="class in com.sun.speech.freetts">VoiceDirectory</A>
<DD>The main function must be implemented by subclasses to print
 out information about provided voices.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceDirectory.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceDirectory.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoiceDirectory</A>
<DD>Prints out the MBROLA voices.
<DT><A HREF="./com/sun/speech/freetts/Gender.html#MALE"><B>MALE</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Gender.html" title="class in com.sun.speech.freetts">Gender</A>
<DD>Male.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#MARKER"><B>MARKER</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#MARKER_ATTRIBUTES"><B>MARKER_ATTRIBUTES</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./de/dfki/lt/freetts/mbrola/MbrolaAudioOutput.html" title="class in de.dfki.lt.freetts.mbrola"><B>MbrolaAudioOutput</B></A> - Class in <A HREF="./de/dfki/lt/freetts/mbrola/package-summary.html">de.dfki.lt.freetts.mbrola</A><DD>Supports generating audio output from an MBROLA-synthesized utterance.<DT><A HREF="./de/dfki/lt/freetts/mbrola/MbrolaAudioOutput.html#MbrolaAudioOutput()"><B>MbrolaAudioOutput()</B></A> - 
Constructor for class de.dfki.lt.freetts.mbrola.<A HREF="./de/dfki/lt/freetts/mbrola/MbrolaAudioOutput.html" title="class in de.dfki.lt.freetts.mbrola">MbrolaAudioOutput</A>
<DD>&nbsp;
<DT><A HREF="./de/dfki/lt/freetts/mbrola/MbrolaCaller.html" title="class in de.dfki.lt.freetts.mbrola"><B>MbrolaCaller</B></A> - Class in <A HREF="./de/dfki/lt/freetts/mbrola/package-summary.html">de.dfki.lt.freetts.mbrola</A><DD>Calls external MBROLA binary to synthesise the utterance.<DT><A HREF="./de/dfki/lt/freetts/mbrola/MbrolaCaller.html#MbrolaCaller(java.lang.String[])"><B>MbrolaCaller(String[])</B></A> - 
Constructor for class de.dfki.lt.freetts.mbrola.<A HREF="./de/dfki/lt/freetts/mbrola/MbrolaCaller.html" title="class in de.dfki.lt.freetts.mbrola">MbrolaCaller</A>
<DD>Create an Mbrola caller which will call an external MBROLA binary
 using the command <code>cmd</code>.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html" title="class in de.dfki.lt.freetts.en.us"><B>MbrolaVoice</B></A> - Class in <A HREF="./de/dfki/lt/freetts/en/us/package-summary.html">de.dfki.lt.freetts.en.us</A><DD>Defines an unlimited-domain diphone synthesis based voice using
 the MBROLA synthesis.<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html#MbrolaVoice(java.lang.String, java.lang.String, float, float, float, java.lang.String, com.sun.speech.freetts.Gender, com.sun.speech.freetts.Age, java.lang.String, java.util.Locale, java.lang.String, java.lang.String, com.sun.speech.freetts.en.us.CMULexicon)"><B>MbrolaVoice(String, String, float, float, float, String, Gender, Age, String, Locale, String, String, CMULexicon)</B></A> - 
Constructor for class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoice</A>
<DD>Creates an MbrolaVoice.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceDirectory.html" title="class in de.dfki.lt.freetts.en.us"><B>MbrolaVoiceDirectory</B></A> - Class in <A HREF="./de/dfki/lt/freetts/en/us/package-summary.html">de.dfki.lt.freetts.en.us</A><DD>Provides access to MBROLA voices.<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceDirectory.html#MbrolaVoiceDirectory()"><B>MbrolaVoiceDirectory()</B></A> - 
Constructor for class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceDirectory.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoiceDirectory</A>
<DD>&nbsp;
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceValidator.html" title="class in de.dfki.lt.freetts.en.us"><B>MbrolaVoiceValidator</B></A> - Class in <A HREF="./de/dfki/lt/freetts/en/us/package-summary.html">de.dfki.lt.freetts.en.us</A><DD>Shows this MbrolaVoice is valid (or usable).<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceValidator.html#MbrolaVoiceValidator(de.dfki.lt.freetts.en.us.MbrolaVoice)"><B>MbrolaVoiceValidator(MbrolaVoice)</B></A> - 
Constructor for class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceValidator.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoiceValidator</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/Age.html#MIDDLE_ADULT"><B>MIDDLE_ADULT</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Age.html" title="class in com.sun.speech.freetts">Age</A>
<DD>Age roughly 40 to 60 years.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio"><B>MultiFile8BitAudioPlayer</B></A> - Class in <A HREF="./com/sun/speech/freetts/audio/package-summary.html">com.sun.speech.freetts.audio</A><DD>Streams audio to multiple files as 8-bit samples, one per utterance.<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#MultiFile8BitAudioPlayer()"><B>MultiFile8BitAudioPlayer()</B></A> - 
Constructor for class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Creates a default audio player for an AudioFileFormat of type
 WAVE.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#MultiFile8BitAudioPlayer(java.lang.String, javax.sound.sampled.AudioFileFormat.Type)"><B>MultiFile8BitAudioPlayer(String, AudioFileFormat.Type)</B></A> - 
Constructor for class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Constructs a MultiFile8BitAudioPlayer
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio"><B>MultiFileAudioPlayer</B></A> - Class in <A HREF="./com/sun/speech/freetts/audio/package-summary.html">com.sun.speech.freetts.audio</A><DD>Streams audio to multiple files, one per utterance.<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#MultiFileAudioPlayer()"><B>MultiFileAudioPlayer()</B></A> - 
Constructor for class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Creates a default audio player for an AudioFileFormat of type
 WAVE.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#MultiFileAudioPlayer(java.lang.String, javax.sound.sampled.AudioFileFormat.Type)"><B>MultiFileAudioPlayer(String, AudioFileFormat.Type)</B></A> - 
Constructor for class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Constructs a MultiFileAudioPlayer
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#NAME_LENGTH"><B>NAME_LENGTH</B></A> - 
Static variable in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html#nearestSample(float, int)"><B>nearestSample(float, int)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone">AliasDiphone</A>
<DD>Returns the sample that is closest to uIndex.
<DT><A HREF="./com/sun/speech/freetts/diphone/Diphone.html#nearestSample(float, int)"><B>nearestSample(float, int)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/Diphone.html" title="class in com.sun.speech.freetts.diphone">Diphone</A>
<DD>Returns the sample that is closest to uIndex.
<DT><A HREF="./com/sun/speech/freetts/Age.html#NEUTRAL"><B>NEUTRAL</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Age.html" title="class in com.sun.speech.freetts">Age</A>
<DD>An Age that is indeterminate.
<DT><A HREF="./com/sun/speech/freetts/Gender.html#NEUTRAL"><B>NEUTRAL</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Gender.html" title="class in com.sun.speech.freetts">Gender</A>
<DD>Neutral such as a robot or artificial.
<DT><A HREF="./com/sun/speech/freetts/InputMode.html#NONE"><B>NONE</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/InputMode.html" title="class in com.sun.speech.freetts">InputMode</A>
<DD>Indicates that there is no input mode
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio"><B>NullAudioPlayer</B></A> - Class in <A HREF="./com/sun/speech/freetts/audio/package-summary.html">com.sun.speech.freetts.audio</A><DD>Provides an implementation of <code>AudioPlayer</code> that sends
 all audio data to the bit bucket.<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#NullAudioPlayer()"><B>NullAudioPlayer()</B></A> - 
Constructor for class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Constructs a NullAudioPlayer
<DT><A HREF="./com/sun/speech/freetts/en/us/NumberExpander.html" title="class in com.sun.speech.freetts.en.us"><B>NumberExpander</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Expands Strings containing digits characters into
 a list of words representing those digits.</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/Age.html#OLDER_ADULT"><B>OLDER_ADULT</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Age.html" title="class in com.sun.speech.freetts">Age</A>
<DD>Age roughly 60 years and up.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#outputItem(com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem)"><B>outputItem(TextSynthesizerQueueItem)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Starts outputting the item.
<DT><A HREF="./com/sun/speech/freetts/OutputQueue.html" title="class in com.sun.speech.freetts"><B>OutputQueue</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Manages a process queue for utterances.<DT><A HREF="./com/sun/speech/freetts/OutputQueue.html#OutputQueue(int)"><B>OutputQueue(int)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/OutputQueue.html" title="class in com.sun.speech.freetts">OutputQueue</A>
<DD>Creates an OutputQueue with the given size.
<DT><A HREF="./com/sun/speech/freetts/OutputQueue.html#OutputQueue()"><B>OutputQueue()</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/OutputQueue.html" title="class in com.sun.speech.freetts">OutputQueue</A>
<DD>Creates a queue with the default size.
<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html#outString(java.io.DataOutputStream, java.lang.String)"><B>outString(DataOutputStream, String)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util">Utilities</A>
<DD>Outputs a string to the given stream.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html#pad(int)"><B>pad(int)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util">Utilities</A>
<DD>Returns a string with the given number of
 spaces.
<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html#pad(java.lang.String, int)"><B>pad(String, int)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util">Utilities</A>
<DD>Pads with spaces or truncates the given string to guarantee that it is
 exactly the desired length.
<DT><A HREF="./de/dfki/lt/freetts/mbrola/ParametersToMbrolaConverter.html" title="class in de.dfki.lt.freetts.mbrola"><B>ParametersToMbrolaConverter</B></A> - Class in <A HREF="./de/dfki/lt/freetts/mbrola/package-summary.html">de.dfki.lt.freetts.mbrola</A><DD>Utterance processor converting phoneme timing and f0-time targets
 into MBROLA format.<DT><A HREF="./de/dfki/lt/freetts/mbrola/ParametersToMbrolaConverter.html#ParametersToMbrolaConverter()"><B>ParametersToMbrolaConverter()</B></A> - 
Constructor for class de.dfki.lt.freetts.mbrola.<A HREF="./de/dfki/lt/freetts/mbrola/ParametersToMbrolaConverter.html" title="class in de.dfki.lt.freetts.mbrola">ParametersToMbrolaConverter</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/JSMLParser.html#parse(org.xml.sax.InputSource, boolean)"><B>parse(InputSource, boolean)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/JSMLParser.html" title="class in com.sun.speech.engine.synthesis">JSMLParser</A>
<DD>Parses the source and optionally validates it.
<DT><A HREF="./com/sun/speech/freetts/cart/CARTImpl.html#parseAndAdd(java.lang.String)"><B>parseAndAdd(String)</B></A> - 
Method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/CARTImpl.html" title="class in com.sun.speech.freetts.cart">CARTImpl</A>
<DD>Creates a node from the given input line and add it to the CART.
<DT><A HREF="./com/sun/speech/freetts/en/ContourGenerator.html#parseAndAdd(java.util.List, java.lang.String)"><B>parseAndAdd(List, String)</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/ContourGenerator.html" title="class in com.sun.speech.freetts.en">ContourGenerator</A>
<DD>Parses the line into an F0ModelTerm.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#parseAndAdd(java.lang.String)"><B>parseAndAdd(String)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>Creates a word from the given input line and add it to the state
 machine.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#parseAndAdd(java.util.Map, java.lang.String)"><B>parseAndAdd(Map, String)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Creates a word from the given input line and add it to the lexicon.
<DT><A HREF="./com/sun/speech/freetts/cart/CARTImpl.html#parseValue(java.lang.String)"><B>parseValue(String)</B></A> - 
Method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/CARTImpl.html" title="class in com.sun.speech.freetts.cart">CARTImpl</A>
<DD>Coerces a string into a value.
<DT><A HREF="./com/sun/speech/freetts/PartOfSpeech.html" title="interface in com.sun.speech.freetts"><B>PartOfSpeech</B></A> - Interface in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Determines the part of speech of a word.<DT><A HREF="./com/sun/speech/freetts/PartOfSpeechImpl.html" title="class in com.sun.speech.freetts"><B>PartOfSpeechImpl</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Implementation of a <code>PartOfSpeech</code> that reads the info
 from a file.<DT><A HREF="./com/sun/speech/freetts/PartOfSpeechImpl.html#PartOfSpeechImpl(java.net.URL, java.lang.String)"><B>PartOfSpeechImpl(URL, String)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PartOfSpeechImpl.html" title="class in com.sun.speech.freetts">PartOfSpeechImpl</A>
<DD>Creates a new PartOfSpeechImpl by reading from the given URL.
<DT><A HREF="./com/sun/speech/freetts/en/PartOfSpeechTagger.html" title="class in com.sun.speech.freetts.en"><B>PartOfSpeechTagger</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/package-summary.html">com.sun.speech.freetts.en</A><DD>Tags the words in the utterance with their part-of-speech.<DT><A HREF="./com/sun/speech/freetts/en/PartOfSpeechTagger.html#PartOfSpeechTagger()"><B>PartOfSpeechTagger()</B></A> - 
Constructor for class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/PartOfSpeechTagger.html" title="class in com.sun.speech.freetts.en">PartOfSpeechTagger</A>
<DD>Constructs a PartOfSpeechTagger
<DT><A HREF="./com/sun/speech/freetts/PathExtractor.html" title="interface in com.sun.speech.freetts"><B>PathExtractor</B></A> - Interface in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Manages a feature or item path.<DT><A HREF="./com/sun/speech/freetts/PathExtractorImpl.html" title="class in com.sun.speech.freetts"><B>PathExtractorImpl</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Interface that Manages a feature or item path.<DT><A HREF="./com/sun/speech/freetts/PathExtractorImpl.html#PathExtractorImpl(java.lang.String, boolean)"><B>PathExtractorImpl(String, boolean)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PathExtractorImpl.html" title="class in com.sun.speech.freetts">PathExtractorImpl</A>
<DD>Creates a path for the given feature.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#pause()"><B>pause()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Pauses the audio stream for this <code>Engine</code> and put
 this <code>Engine</code> into the <code>PAUSED</code> state.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#PAUSE"><B>PAUSE</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#pause()"><B>pause()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Pauses all audio output on this player.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#pause()"><B>pause()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Pauses audio output.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#pause()"><B>pause()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Pauses audio output
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#pause()"><B>pause()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Pauses audio output
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#pause()"><B>pause()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Pauses audio output
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#pause()"><B>pause()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Pauses the audio output
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#pause()"><B>pause()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Pauses the audio output
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#pause()"><B>pause()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Pauses audio output
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#pausedLabel"><B>pausedLabel</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>The label containing the string "paused".
<DT><A HREF="./com/sun/speech/freetts/en/PauseGenerator.html" title="class in com.sun.speech.freetts.en"><B>PauseGenerator</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/package-summary.html">com.sun.speech.freetts.en</A><DD>Annotates an utterance with pause information.<DT><A HREF="./com/sun/speech/freetts/en/PauseGenerator.html#PauseGenerator()"><B>PauseGenerator()</B></A> - 
Constructor for class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/PauseGenerator.html" title="class in com.sun.speech.freetts.en">PauseGenerator</A>
<DD>Constructs a PauseGenerator
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#pauseItem()"><B>pauseItem()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Pauses the output.
<DT><A HREF="./com/sun/speech/freetts/OutputQueue.html#pend()"><B>pend()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/OutputQueue.html" title="class in com.sun.speech.freetts">OutputQueue</A>
<DD>Blocks until there is an utterance in the queue.
<DT><A HREF="./com/sun/speech/freetts/PhoneDuration.html" title="class in com.sun.speech.freetts"><B>PhoneDuration</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Maintains the mean duration and standard deviation about a phone.<DT><A HREF="./com/sun/speech/freetts/PhoneDuration.html#PhoneDuration(float, float)"><B>PhoneDuration(float, float)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneDuration.html" title="class in com.sun.speech.freetts">PhoneDuration</A>
<DD>Creates a new <code>PhoneDuration</code> with the given mean
 and standard deviation.
<DT><A HREF="./com/sun/speech/freetts/PhoneDurations.html" title="interface in com.sun.speech.freetts"><B>PhoneDurations</B></A> - Interface in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Maintains a set of <code>PhoneDuration</code> instances indexed by
 phone.<DT><A HREF="./com/sun/speech/freetts/PhoneDurationsImpl.html" title="class in com.sun.speech.freetts"><B>PhoneDurationsImpl</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Maintains set of PhoneDuration instances read in from a file.<DT><A HREF="./com/sun/speech/freetts/PhoneDurationsImpl.html#PhoneDurationsImpl(java.net.URL)"><B>PhoneDurationsImpl(URL)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneDurationsImpl.html" title="class in com.sun.speech.freetts">PhoneDurationsImpl</A>
<DD>Creates a new PhoneDurationsImpl by reading from the given URL.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#phoneme(java.lang.String)"><B>phoneme(String)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Optional method that converts a text string to a phoneme string.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#PHONEME"><B>PHONEME</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#PHONEME_ATTRIBUTES"><B>PHONEME_ATTRIBUTES</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/PhoneSet.html" title="interface in com.sun.speech.freetts"><B>PhoneSet</B></A> - Interface in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Maintains a list of phones with various features for those phones.<DT><A HREF="./com/sun/speech/freetts/PhoneSetImpl.html" title="class in com.sun.speech.freetts"><B>PhoneSetImpl</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Implementation of a <code>PhoneSet</code> that reads the info from
 a file.<DT><A HREF="./com/sun/speech/freetts/PhoneSetImpl.html#PhoneSetImpl(java.net.URL)"><B>PhoneSetImpl(URL)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneSetImpl.html" title="class in com.sun.speech.freetts">PhoneSetImpl</A>
<DD>Create a new <code>PhoneSetImpl</code> by reading from the
 given URL.
<DT><A HREF="./com/sun/speech/freetts/Relation.html#PHRASE"><B>PHRASE</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Name of the relation that groups elements from the Word relation
 into phrases.
<DT><A HREF="./com/sun/speech/freetts/cart/Phraser.html" title="class in com.sun.speech.freetts.cart"><B>Phraser</B></A> - Class in <A HREF="./com/sun/speech/freetts/cart/package-summary.html">com.sun.speech.freetts.cart</A><DD>Creates a <code>Relation.PHRASE</code> relation, grouping
 <code>Relation.WORD</code> relations by breaks.<DT><A HREF="./com/sun/speech/freetts/cart/Phraser.html#Phraser(com.sun.speech.freetts.cart.CART)"><B>Phraser(CART)</B></A> - 
Constructor for class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Phraser.html" title="class in com.sun.speech.freetts.cart">Phraser</A>
<DD>Creates a new Phrasing UtteranceProcessor with the given
 CART.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#playWave(com.sun.speech.freetts.audio.AudioPlayer, com.sun.speech.freetts.Utterance)"><B>playWave(AudioPlayer, Utterance)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Synthesize a Wave  from this LPCResult
<DT><A HREF="./com/sun/speech/freetts/OutputQueue.html#post(com.sun.speech.freetts.Utterance)"><B>post(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/OutputQueue.html" title="class in com.sun.speech.freetts">OutputQueue</A>
<DD>Posts the given utterance to the queue.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#postEngineAllocated(long, long)"><B>postEngineAllocated(long, long)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility function that generates an
 <code>ENGINE_ALLOCATED</code> event and posts it
 to the event queue.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#postEngineAllocatingResources(long, long)"><B>postEngineAllocatingResources(long, long)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility function that generates an
 <code>ENGINE_ALLOCATING_RESOURCES</code> event and
 posts it to the event queue.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#postEngineDeallocated(long, long)"><B>postEngineDeallocated(long, long)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility function that generates an
 <code>ENGINE_DEALLOCATED</code> event and posts it
 to the event queue.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#postEngineDeallocatingResources(long, long)"><B>postEngineDeallocatingResources(long, long)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility function that generates
 <code>ENGINE_DEALLOCATING_RESOURCES</code> event and
 posts it to the event queue.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#postEnginePaused(long, long)"><B>postEnginePaused(long, long)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility function that generates an
 <code>ENGINE_PAUSED</code> event and posts it
 to the event queue.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#postEngineResumed(long, long)"><B>postEngineResumed(long, long)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Utility function that generates an <code>ENGINE_RESUMED</code>
 event and posts it to the event queue.
<DT><A HREF="./com/sun/speech/freetts/en/PostLexicalAnalyzer.html" title="class in com.sun.speech.freetts.en"><B>PostLexicalAnalyzer</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/package-summary.html">com.sun.speech.freetts.en</A><DD>Annotates the utterance with post lexical information.<DT><A HREF="./com/sun/speech/freetts/en/PostLexicalAnalyzer.html#PostLexicalAnalyzer()"><B>PostLexicalAnalyzer()</B></A> - 
Constructor for class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/PostLexicalAnalyzer.html" title="class in com.sun.speech.freetts.en">PostLexicalAnalyzer</A>
<DD>Constructs a PostLexicalAnalyzer
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#postMarkerReached(java.lang.String, int)"><B>postMarkerReached(String, int)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that generates a
 <code>MARKER_REACHED</code> event and posts it
 to the event queue.
<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html#postPropertyChangeEvent(java.lang.String, java.lang.Object, java.lang.Object)"><B>postPropertyChangeEvent(String, Object, Object)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>
<DD>Generates a
 <code>PropertyChangeEvent</code> for an <code>Object</code> value
 and posts it to the event queue.
<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html#postPropertyChangeEvent(java.lang.String, float, float)"><B>postPropertyChangeEvent(String, float, float)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>
<DD>Generates a
 <code>PropertyChangeEvent</code> for a <code>float</code> value
 and posts it to the event queue.
<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html#postPropertyChangeEvent(java.lang.String, int, int)"><B>postPropertyChangeEvent(String, int, int)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>
<DD>Generates a
 <code>PropertyChangeEvent</code> for a <code>int</code> value
 and posts it to the event queue.
<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html#postPropertyChangeEvent(java.lang.String, boolean, boolean)"><B>postPropertyChangeEvent(String, boolean, boolean)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>
<DD>Generates a
 <code>PropertyChangeEvent</code> for a <code>boolean</code> value
 and posts it to the event queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#postQueueEmptied(long, long)"><B>postQueueEmptied(long, long)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Utility function that generates <code>QUEUE_EMPTIED</code>
 event and posts it to the event queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#postQueueUpdated(boolean, long, long)"><B>postQueueUpdated(boolean, long, long)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Utility function that generates <code>QUEUE_UPDATED</code>
 event and posts it to the event queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#postSpeakableCancelled()"><B>postSpeakableCancelled()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that generates a
 <code>SPEAKABLE_CANCELLED</code> event and posts it
 to the event queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#postSpeakableEnded()"><B>postSpeakableEnded()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that generates a
 <code>SPEAKABLE_ENDED</code> event and posts it
 to the event queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#postSpeakablePaused()"><B>postSpeakablePaused()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that generates a
 <code>SPEAKABLE_PAUSED</code> event and posts it
 to the event queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#postSpeakableResumed()"><B>postSpeakableResumed()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that generates a
 <code>SPEAKABLE_RESUMED</code> event and posts it
 to the event queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#postSpeakableStarted()"><B>postSpeakableStarted()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that generates a
 <code>SPEAKABLE_STARTED</code> event and posts it
 to the event queue.
<DT><A HREF="./com/sun/speech/engine/SpeechEventUtilities.html#postSpeechEvent(com.sun.speech.engine.SpeechEventDispatcher, SpeechEvent)"><B>postSpeechEvent(SpeechEventDispatcher, SpeechEvent)</B></A> - 
Static method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventUtilities.html" title="class in com.sun.speech.engine">SpeechEventUtilities</A>
<DD>Post a JSAPI SpeechEvent.
<DT><A HREF="./com/sun/speech/engine/SpeechEventUtilities.html#postSpeechEvent(com.sun.speech.engine.SpeechEventDispatcher, SpeechEvent, boolean)"><B>postSpeechEvent(SpeechEventDispatcher, SpeechEvent, boolean)</B></A> - 
Static method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventUtilities.html" title="class in com.sun.speech.engine">SpeechEventUtilities</A>
<DD>Post a JSAPI SpeechEvent.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#postTopOfQueue()"><B>postTopOfQueue()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that generates a
 <code>TOP_OF_QUEUE</code> event and posts it
 to the event queue.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#postWordStarted(java.lang.String, int, int)"><B>postWordStarted(String, int, int)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Utility function that generates a
 <code>WORD_STARTED</code> event and posts it
 to the event queue.
<DT><A HREF="./com/sun/speech/freetts/en/us/PrefixFSM.html" title="class in com.sun.speech.freetts.en.us"><B>PrefixFSM</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Implements a finite state machine that checks if a given string
 is a prefix.<DT><A HREF="./com/sun/speech/freetts/en/us/PrefixFSM.html#PrefixFSM(java.net.URL)"><B>PrefixFSM(URL)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/PrefixFSM.html" title="class in com.sun.speech.freetts.en.us">PrefixFSM</A>
<DD>Constructs a PrefixFSM.
<DT><A HREF="./com/sun/speech/freetts/Item.html#prependItem(com.sun.speech.freetts.Item)"><B>prependItem(Item)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>Prepends an item in this list before this item.
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#PREPUNCTUATION_SYMBOLS"><B>PREPUNCTUATION_SYMBOLS</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>pre-punctuation regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.Accented.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.Accented.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.Accented</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.AccentedSylIn.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.AccentedSylIn.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.AccentedSylIn</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.Gpos.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.Gpos.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.Gpos</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.LastAccent.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.LastAccent.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.LastAccent</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.MonthRange.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.MonthRange.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.MonthRange</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.NumDigits.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.NumDigits.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.NumDigits</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CPlace.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CPlace.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_CPlace</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CType.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CType.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_CType</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CVox.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_CVox.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_CVox</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VC.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VC.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_VC</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VFront.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VFront.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_VFront</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VHeight.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VHeight.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_VHeight</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VLength.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VLength.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_VLength</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VRnd.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PH_VRnd.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PH_VRnd</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PosInSyl.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PosInSyl.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PosInSyl</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PositionType.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.PositionType.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.PositionType</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaFric.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaFric.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegCodaFric</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaGlide.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaGlide.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegCodaGlide</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaNasal.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaNasal.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegCodaNasal</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaStop.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegCodaStop.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegCodaStop</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegmentDuration.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegmentDuration.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegmentDuration</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetCoda.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetCoda.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegOnsetCoda</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetFric.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetFric.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegOnsetFric</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetGlide.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetGlide.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegOnsetGlide</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetNasal.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetNasal.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegOnsetNasal</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetStop.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SegOnsetStop.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SegOnsetStop</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.StressedSylIn.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.StressedSylIn.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.StressedSylIn</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.StressedSylOut.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.StressedSylOut.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.StressedSylOut</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SubPhrases.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SubPhrases.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SubPhrases</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylBreak.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylBreak.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SylBreak</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylCodaSize.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylCodaSize.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SylCodaSize</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylIn.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylIn.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SylIn</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylOnsetSize.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylOnsetSize.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SylOnsetSize</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylOut.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.SylOut.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.SylOut</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.TokenPosGuess.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.TokenPosGuess.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.TokenPosGuess</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordBreak.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordBreak.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.WordBreak</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordNumSyls.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordNumSyls.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.WordNumSyls</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordPunc.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.WordPunc.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors.WordPunc</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/freetts/FeatureProcessor.html#process(com.sun.speech.freetts.Item)"><B>process(Item)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureProcessor.html" title="interface in com.sun.speech.freetts">FeatureProcessor</A>
<DD>Performs some processing on the given item.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#processAttributes(org.w3c.dom.Element, java.lang.String[])"><B>processAttributes(Element, String[])</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>Gets the list of attributes of the element and returns them in
 a <code>StringBuffer</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#processCommand(com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem, java.lang.String, int)"><B>processCommand(TextSynthesizerQueueItem, String, int)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Attempts to process a command starting at the next character
 in the synthesizer text.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#processElement(org.w3c.dom.Element, java.lang.StringBuffer)"><B>processElement(Element, StringBuffer)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>Adds any commands for this element and returns any text that might
 be needed to undo the effects of this element after it is processed.
<DT><A HREF="./com/sun/speech/engine/SpeechEventUtilities.SpeechAWTEventTarget.html#processEvent(java.awt.AWTEvent)"><B>processEvent(AWTEvent)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventUtilities.SpeechAWTEventTarget.html" title="class in com.sun.speech.engine">SpeechEventUtilities.SpeechAWTEventTarget</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/ProcessException.html" title="class in com.sun.speech.freetts"><B>ProcessException</B></A> - Exception in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Thrown by an UtteranceProcessor if any errors
 are encountered while processing an Utterance.<DT><A HREF="./com/sun/speech/freetts/ProcessException.html#ProcessException(java.lang.String)"><B>ProcessException(String)</B></A> - 
Constructor for exception com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/ProcessException.html" title="class in com.sun.speech.freetts">ProcessException</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#processNode(org.w3c.dom.Node, java.lang.StringBuffer)"><B>processNode(Node, StringBuffer)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>Adds text for just this node, and returns any text that might
 be needed to undo the effects of this node after it is
 processed.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#processNode(org.w3c.dom.Node, java.lang.StringBuffer)"><B>processNode(Node, StringBuffer)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Adds text for just this node and returns any text that might
 be needed to undo the effects of this node after it is
 processed.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#processNormalText(com.sun.speech.engine.synthesis.text.TextSynthesizerQueueItem, java.lang.String, int)"><B>processNormalText(TextSynthesizerQueueItem, String, int)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Processes next set of characters in output up to whitespace
 or next '/' that could indicate the start of a command.
<DT><A HREF="./com/sun/speech/freetts/cart/Durator.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Durator.html" title="class in com.sun.speech.freetts.cart">Durator</A>
<DD>Annotates the <code>Relation.SEGMENT</code> relations with
 cumulative "end" time
 features based on phone durations.
<DT><A HREF="./com/sun/speech/freetts/cart/Intonator.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Intonator.html" title="class in com.sun.speech.freetts.cart">Intonator</A>
<DD>Annotates the <code>Relation.SYLLABLE</code> relations of an
 utterance with "accent"
 and "endtone" features.
<DT><A HREF="./com/sun/speech/freetts/cart/Phraser.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Phraser.html" title="class in com.sun.speech.freetts.cart">Phraser</A>
<DD>Creates a <code>Relation.PHRASE</code> relation, grouping
 <code>Relation.WORD</code> relations by breaks.
<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitPitchmarkGenerator.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.clunits.<A HREF="./com/sun/speech/freetts/clunits/ClusterUnitPitchmarkGenerator.html" title="class in com.sun.speech.freetts.clunits">ClusterUnitPitchmarkGenerator</A>
<DD>Calculates the pitchmarks for the utterance and adds them as
 an LPCResult to the Utterance in a relation named
 "target_lpcres".
<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.clunits.<A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html" title="class in com.sun.speech.freetts.clunits">ClusterUnitSelector</A>
<DD>Generates the Unit Relation from the Segment Relation.
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphonePitchmarkGenerator.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphonePitchmarkGenerator.html" title="class in com.sun.speech.freetts.diphone">DiphonePitchmarkGenerator</A>
<DD>Generates the LPCResult for this utterance.
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitSelector.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitSelector.html" title="class in com.sun.speech.freetts.diphone">DiphoneUnitSelector</A>
<DD>Generates the Unit Relation from the Segment Relation.
<DT><A HREF="./com/sun/speech/freetts/en/ContourGenerator.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/ContourGenerator.html" title="class in com.sun.speech.freetts.en">ContourGenerator</A>
<DD>Generates the F0 contour for the utterance.
<DT><A HREF="./com/sun/speech/freetts/en/PartOfSpeechTagger.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/PartOfSpeechTagger.html" title="class in com.sun.speech.freetts.en">PartOfSpeechTagger</A>
<DD>Tags the utterance with part-of-speech information.
<DT><A HREF="./com/sun/speech/freetts/en/PauseGenerator.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/PauseGenerator.html" title="class in com.sun.speech.freetts.en">PauseGenerator</A>
<DD>Annotates an utterance with pause information.
<DT><A HREF="./com/sun/speech/freetts/en/PostLexicalAnalyzer.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/PostLexicalAnalyzer.html" title="class in com.sun.speech.freetts.en">PostLexicalAnalyzer</A>
<DD>Performs the post lexical processing.
<DT><A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html" title="class in com.sun.speech.freetts.en.us">TokenToWords</A>
<DD>process the utterance
<DT><A HREF="./com/sun/speech/freetts/relp/AudioOutput.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/AudioOutput.html" title="class in com.sun.speech.freetts.relp">AudioOutput</A>
<DD>Generates audio waves for the given Utterance.
<DT><A HREF="./com/sun/speech/freetts/relp/UnitConcatenator.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/UnitConcatenator.html" title="class in com.sun.speech.freetts.relp">UnitConcatenator</A>
<DD>Concatenate the Units in the given Utterance to the target_lpc
 result.
<DT><A HREF="./com/sun/speech/freetts/Segmenter.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Segmenter.html" title="class in com.sun.speech.freetts">Segmenter</A>
<DD>Annotates an utterance with <code>Relation.SYLLABLE</code>,
 <code>Relation.SYLLABLE_STRUCTURE</code>, and
 <code>Relation.SEGMENT</code>.
<DT><A HREF="./com/sun/speech/freetts/UtteranceProcessor.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/UtteranceProcessor.html" title="interface in com.sun.speech.freetts">UtteranceProcessor</A>
<DD>Performs an operation on the given Utterance.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Processes the given Utterance by passing it to each
 UtteranceProcessor managed by this Voice.
<DT><A HREF="./de/dfki/lt/freetts/mbrola/MbrolaAudioOutput.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class de.dfki.lt.freetts.mbrola.<A HREF="./de/dfki/lt/freetts/mbrola/MbrolaAudioOutput.html" title="class in de.dfki.lt.freetts.mbrola">MbrolaAudioOutput</A>
<DD>Reads audio data generated by the external MBROLA binary for the given
 Utterance.
<DT><A HREF="./de/dfki/lt/freetts/mbrola/MbrolaCaller.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class de.dfki.lt.freetts.mbrola.<A HREF="./de/dfki/lt/freetts/mbrola/MbrolaCaller.html" title="class in de.dfki.lt.freetts.mbrola">MbrolaCaller</A>
<DD>Call external MBROLA binary to synthesize the utterance.
<DT><A HREF="./de/dfki/lt/freetts/mbrola/ParametersToMbrolaConverter.html#processUtterance(com.sun.speech.freetts.Utterance)"><B>processUtterance(Utterance)</B></A> - 
Method in class de.dfki.lt.freetts.mbrola.<A HREF="./de/dfki/lt/freetts/mbrola/ParametersToMbrolaConverter.html" title="class in de.dfki.lt.freetts.mbrola">ParametersToMbrolaConverter</A>
<DD>Convert phoneme timing and f0-time targets
 into MBROLA format.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#processWhitespace(java.lang.String, int)"><B>processWhitespace(String, int)</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Processes whitespace at the current index in the synthesizer text.
<DT><A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html" title="class in com.sun.speech.freetts.en.us"><B>PronounceableFSM</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Implements a finite state machine that checks if a given string
 is pronounceable.<DT><A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html#PronounceableFSM(java.net.URL, boolean)"><B>PronounceableFSM(URL, boolean)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html" title="class in com.sun.speech.freetts.en.us">PronounceableFSM</A>
<DD>Constructs a PronounceableFSM with information in the given URL.
<DT><A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html#PronounceableFSM(int, int[], boolean)"><B>PronounceableFSM(int, int[], boolean)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html" title="class in com.sun.speech.freetts.en.us">PronounceableFSM</A>
<DD>Constructs a PronounceableFSM with the given attributes.
<DT><A HREF="./com/sun/speech/freetts/relp/UnitConcatenator.html#PROP_OUTPUT_LPC"><B>PROP_OUTPUT_LPC</B></A> - 
Static variable in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/UnitConcatenator.html" title="class in com.sun.speech.freetts.relp">UnitConcatenator</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/Voice.html#PROP_PREFIX"><B>PROP_PREFIX</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Prefix for System property names.
<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html#propertyChangeListeners"><B>propertyChangeListeners</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>
<DD>List of <code>PropertyChangeListeners</code> registered for
 <code>PropertyChangeEvents</code> on this object.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#PROSODY"><B>PROSODY</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#PROSODY_ATTRIBUTES"><B>PROSODY_ATTRIBUTES</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#PUNCTUATION_SYMBOLS"><B>PUNCTUATION_SYMBOLS</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>punctuation regular expression pattern
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#queue"><B>queue</B></A> - 
Variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Internal speech output queue that will contain a set of 
 TextSynthesizerQueueItems.
<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html#queueEmptyLabel"><B>queueEmptyLabel</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html" title="class in com.sun.speech.engine.synthesis">SynthesizerMonitor</A>
<DD>Label containing "queue empty"
<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html#queueNotEmptyLabel"><B>queueNotEmptyLabel</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html" title="class in com.sun.speech.engine.synthesis">SynthesizerMonitor</A>
<DD>Label containing "queue not empty"
<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html#queueSizeLabel"><B>queueSizeLabel</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html" title="class in com.sun.speech.engine.synthesis">SynthesizerMonitor</A>
<DD>Label containing "queue size"
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio"><B>RawFileAudioPlayer</B></A> - Class in <A HREF="./com/sun/speech/freetts/audio/package-summary.html">com.sun.speech.freetts.audio</A><DD>Provides an implementation of <code>AudioPlayer</code> that sends
 all audio data to the given file.<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#RawFileAudioPlayer()"><B>RawFileAudioPlayer()</B></A> - 
Constructor for class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Creates a default audio player for an AudioFileFormat of type
 WAVE.
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#RawFileAudioPlayer(java.lang.String)"><B>RawFileAudioPlayer(String)</B></A> - 
Constructor for class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Constructs a NullAudioPlayer
<DT><A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts"><B>Relation</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Represents an ordered set of <code>Items</code> and their associated
 children.<DT><A HREF="./com/sun/speech/freetts/FeatureSet.html#remove(java.lang.String)"><B>remove(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A>
<DD>Removes the named feature from this set of features.
<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#remove(java.lang.String)"><B>remove(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Removes the named feature from this set of features.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#remove(java.lang.String)"><B>remove(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Removes the named feature from this set of features.
<DT><A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html#removeAddendum(java.lang.String, java.lang.String)"><B>removeAddendum(String, String)</B></A> - 
Method in interface com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/Lexicon.html" title="interface in com.sun.speech.freetts.lexicon">Lexicon</A>
<DD>Removes a word from the addenda.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#removeAddendum(java.lang.String, java.lang.String)"><B>removeAddendum(String, String)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Removes a word from the addenda.
<DT><A HREF="./com/sun/speech/freetts/OutputQueue.html#removeAll()"><B>removeAll()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/OutputQueue.html" title="class in com.sun.speech.freetts">OutputQueue</A>
<DD>Removes all items from this OutputQueue.
<DT><A HREF="./com/sun/speech/engine/BaseAudioManager.html#removeAudioListener(AudioListener)"><B>removeAudioListener(AudioListener)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseAudioManager.html" title="class in com.sun.speech.engine">BaseAudioManager</A>
<DD>Removes an <code>AudioListener</code> from the list of
 <code>AudioListeners</code>.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#removeEngineListener(EngineListener)"><B>removeEngineListener(EngineListener)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Removes an <code>EngineListener</code> from the list of
 <code>EngineListeners</code>.
<DT><A HREF="./com/sun/speech/freetts/ItemContents.html#removeItemRelation(java.lang.String)"><B>removeItemRelation(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts">ItemContents</A>
<DD>Removes the relation/item mapping from this ItemContents.
<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html#removePropertyChangeListener(java.beans.PropertyChangeListener)"><B>removePropertyChangeListener(PropertyChangeListener)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>
<DD>Removes a <code>PropertyChangeListener</code> from the listener
 list.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#removeSpeakableListener(SpeakableListener)"><B>removeSpeakableListener(SpeakableListener)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Removes a <code>SpeakableListener</code> from this
 <code>Synthesizer</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/VoiceList.html#removeVoice(com.sun.speech.engine.synthesis.BaseVoice)"><B>removeVoice(BaseVoice)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/VoiceList.html" title="class in com.sun.speech.engine.synthesis">VoiceList</A>
<DD>Removes a voice from the list.
<DT><A HREF="./com/sun/speech/engine/BaseEngineProperties.html#reset()"><B>reset()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>
<DD>Returns all properties to reasonable defaults
 for the <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#reset()"><B>reset()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Resets all properties to their default values.
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#reset()"><B>reset()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Prepares for another batch of output.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#reset()"><B>reset()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Prepares for another batch of output.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#reset()"><B>reset()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Prepares for another batch of output.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#reset()"><B>reset()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Prepares for another batch of output.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#reset()"><B>reset()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Prepares for another batch of output.
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#reset()"><B>reset()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Prepares for another batch of output.
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#reset()"><B>reset()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Prepares for another batch of output.
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#reset()"><B>reset()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Prepares for another batch of output.
<DT><A HREF="./com/sun/speech/freetts/util/Timer.html#reset()"><B>reset()</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util">Timer</A>
<DD>Resets the timer as if it has never run before.
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#resetTime()"><B>resetTime()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Resets the audio clock
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#resetTime()"><B>resetTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Resets the time for this audio stream to zero
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#resetTime()"><B>resetTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Resets the audio clock
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#resetTime()"><B>resetTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Resets the audio clock
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#resetTime()"><B>resetTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Resets the audio clock
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#resetTime()"><B>resetTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Resets the audio clock
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#resetTime()"><B>resetTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Resets the audio clock
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#resetTime()"><B>resetTime()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Resets the audio clock
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#resizeFrames(int)"><B>resizeFrames(int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Resets the number of frames in this LPCResult.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#resizeResiduals(int)"><B>resizeResiduals(int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Resets the number of residuals, and initialize all of them to 255
 (which is 0 for mulaw).
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#resume()"><B>resume()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Resumes the audio stream for this <code>Engine</code> and put
 this <code>Engine</code> into the <code>RESUMED</code> state.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#RESUME"><B>RESUME</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#resume()"><B>resume()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Resumes audio output on this player
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#resume()"><B>resume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Resumes playing audio after a pause.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#resume()"><B>resume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Resumes audio output
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#resume()"><B>resume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Resumes audio output
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#resume()"><B>resume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Resumes audio output
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#resume()"><B>resume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Resumes audio output
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#resume()"><B>resume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Resumes audio output
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#resume()"><B>resume()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Resumes audio output
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#resumedLabel"><B>resumedLabel</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>The label containing the string "resumed".
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#resumeItem()"><B>resumeItem()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Resumes the output.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#run()"><B>run()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Controls output of text until terminate is called.
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_ALPHABET"><B>RX_ALPHABET</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>letter  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_ALPHANUMERIC"><B>RX_ALPHANUMERIC</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>alphanumeric  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_COMMAINT"><B>RX_COMMAINT</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>comma separated integer  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_DIGITS2DASH"><B>RX_DEFAULT_DIGITS2DASH</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default digits2dash (e.g. 999-999-999) regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_DIGITSSLASHDIGITS"><B>RX_DEFAULT_DIGITSSLASHDIGITS</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default digits/digits (e.g. 999/999) regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_DRST"><B>RX_DEFAULT_DRST</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default drst "Dr.
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_FOUR_DIGIT"><B>RX_DEFAULT_FOUR_DIGIT</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default 4-digit number
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_HAS_VOWEL"><B>RX_DEFAULT_HAS_VOWEL</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default has-vowel regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_ILLION"><B>RX_DEFAULT_ILLION</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default -illion regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_NUMBER_TIME"><B>RX_DEFAULT_NUMBER_TIME</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default number time regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_NUMESS"><B>RX_DEFAULT_NUMESS</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default numess
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_ROMAN_NUMBER"><B>RX_DEFAULT_ROMAN_NUMBER</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default Roman numerals regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_SEVEN_DIGIT_PHONE_NUMBER"><B>RX_DEFAULT_SEVEN_DIGIT_PHONE_NUMBER</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default 7-digit phone number
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_THREE_DIGIT"><B>RX_DEFAULT_THREE_DIGIT</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default 3-digit number
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_EN_ALPHABET"><B>RX_DEFAULT_US_EN_ALPHABET</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default letter regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_EN_ALPHANUMERIC"><B>RX_DEFAULT_US_EN_ALPHANUMERIC</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default alpha-numeric regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_EN_COMMAINT"><B>RX_DEFAULT_US_EN_COMMAINT</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default integer with commas  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_EN_DIGITS"><B>RX_DEFAULT_US_EN_DIGITS</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default digits regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_EN_DOTTED_ABBREV"><B>RX_DEFAULT_US_EN_DOTTED_ABBREV</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default dotted abbreviation  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_EN_DOUBLE"><B>RX_DEFAULT_US_EN_DOUBLE</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default double regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_EN_IDENTIFIER"><B>RX_DEFAULT_US_EN_IDENTIFIER</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default identifier regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_EN_INT"><B>RX_DEFAULT_US_EN_INT</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default integer regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_EN_LOWERCASE"><B>RX_DEFAULT_US_EN_LOWERCASE</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default lowercase regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_EN_ORDINAL_NUMBER"><B>RX_DEFAULT_US_EN_ORDINAL_NUMBER</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default ordinal number regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_EN_UPPERCASE"><B>RX_DEFAULT_US_EN_UPPERCASE</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default uppercase regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_EN_WHITESPACE"><B>RX_DEFAULT_US_EN_WHITESPACE</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default whitespace regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DEFAULT_US_MONEY"><B>RX_DEFAULT_US_MONEY</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default US money regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DIGITS"><B>RX_DIGITS</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>digits regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DIGITS2DASH"><B>RX_DIGITS2DASH</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>digits2dash (e.g. 999-999-999) regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DIGITSSLASHDIGITS"><B>RX_DIGITSSLASHDIGITS</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>digits/digits (e.g. 999/999) regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DOTTED_ABBREV"><B>RX_DOTTED_ABBREV</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>dotted abbreviation  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DOUBLE"><B>RX_DOUBLE</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>double  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_DRST"><B>RX_DRST</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>drst "Dr.
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_FOUR_DIGIT"><B>RX_FOUR_DIGIT</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>4-digit number
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_HAS_VOWEL"><B>RX_HAS_VOWEL</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>has-vowel regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_IDENTIFIER"><B>RX_IDENTIFIER</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>identifier  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_ILLION"><B>RX_ILLION</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>-illion regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_INT"><B>RX_INT</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>integer  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_LOWERCASE"><B>RX_LOWERCASE</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>lowercase  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_NUMBER_TIME"><B>RX_NUMBER_TIME</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>number time regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_NUMESS"><B>RX_NUMESS</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>default numess
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_ORDINAL_NUMBER"><B>RX_ORDINAL_NUMBER</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>ordinal number regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_ROMAN_NUMBER"><B>RX_ROMAN_NUMBER</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>Roman numerals regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_SEVEN_DIGIT_PHONE_NUMBER"><B>RX_SEVEN_DIGIT_PHONE_NUMBER</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>7-digit phone number
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_THREE_DIGIT"><B>RX_THREE_DIGIT</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>3-digit number
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_UPPERCASE"><B>RX_UPPERCASE</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>uppercase  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_US_MONEY"><B>RX_US_MONEY</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>US money regular expression
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#RX_WHITESPACE"><B>RX_WHITESPACE</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>whitespace regular expression pattern
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/FreeTTSTime.html#safeTimeToSpeech(java.lang.String)"><B>safeTimeToSpeech(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSTime.html" title="class in com.sun.speech.freetts">FreeTTSTime</A>
<DD>Speaks the given time.
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp"><B>Sample</B></A> - Class in <A HREF="./com/sun/speech/freetts/relp/package-summary.html">com.sun.speech.freetts.relp</A><DD>A single short term sample containing Residual Excited Linear Predictive
 (RELP) frame and residual voice data.<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#Sample(short[], byte[])"><B>Sample(short[], byte[])</B></A> - 
Constructor for class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Constructs a RELP Sample from its component parts
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#Sample(short[], byte[], int)"><B>Sample(short[], byte[], int)</B></A> - 
Constructor for class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Constructs a Sample from its component parts
<DT><A HREF="./com/sun/speech/freetts/relp/Sample.html#Sample(java.io.BufferedReader, int)"><B>Sample(BufferedReader, int)</B></A> - 
Constructor for class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/Sample.html" title="class in com.sun.speech.freetts.relp">Sample</A>
<DD>Reads a sample from the input reader.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleInfo.html" title="class in com.sun.speech.freetts.relp"><B>SampleInfo</B></A> - Class in <A HREF="./com/sun/speech/freetts/relp/package-summary.html">com.sun.speech.freetts.relp</A><DD>Describes global sample parameters.<DT><A HREF="./com/sun/speech/freetts/relp/SampleInfo.html#SampleInfo(int, int, int, float, float, float)"><B>SampleInfo(int, int, int, float, float, float)</B></A> - 
Constructor for class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleInfo.html" title="class in com.sun.speech.freetts.relp">SampleInfo</A>
<DD>Creates a new sample info.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleInfo.html#SampleInfo(java.nio.ByteBuffer)"><B>SampleInfo(ByteBuffer)</B></A> - 
Constructor for class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleInfo.html" title="class in com.sun.speech.freetts.relp">SampleInfo</A>
<DD>Constructs a sample info from the given byte buffer.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleInfo.html#SampleInfo(java.io.DataInputStream)"><B>SampleInfo(DataInputStream)</B></A> - 
Constructor for class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleInfo.html" title="class in com.sun.speech.freetts.relp">SampleInfo</A>
<DD>Constructs a sample info from the given input stream
<DT><A HREF="./com/sun/speech/freetts/relp/SampleSet.html" title="class in com.sun.speech.freetts.relp"><B>SampleSet</B></A> - Class in <A HREF="./com/sun/speech/freetts/relp/package-summary.html">com.sun.speech.freetts.relp</A><DD>Represents the frame and residual data
 used by the diphone database
 used Residual Excited Linear Predictive synthesizer<DT><A HREF="./com/sun/speech/freetts/relp/SampleSet.html#SampleSet(java.util.StringTokenizer, java.io.BufferedReader)"><B>SampleSet(StringTokenizer, BufferedReader)</B></A> - 
Constructor for class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleSet.html" title="class in com.sun.speech.freetts.relp">SampleSet</A>
<DD>Reads a SampleSet from the input reader.
<DT><A HREF="./com/sun/speech/freetts/relp/SampleSet.html#SampleSet(java.nio.ByteBuffer)"><B>SampleSet(ByteBuffer)</B></A> - 
Constructor for class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleSet.html" title="class in com.sun.speech.freetts.relp">SampleSet</A>
<DD>Creates a SampleSet by reading it from the given byte buffer
<DT><A HREF="./com/sun/speech/freetts/relp/SampleSet.html#SampleSet(java.io.DataInputStream)"><B>SampleSet(DataInputStream)</B></A> - 
Constructor for class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleSet.html" title="class in com.sun.speech.freetts.relp">SampleSet</A>
<DD>Creates a SampleSet by reading it from the given input stream
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#SAYAS"><B>SAYAS</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#SAYAS_ATTRIBUTES"><B>SAYAS_ATTRIBUTES</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html#scanFromFront"><B>scanFromFront</B></A> - 
Variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html" title="class in com.sun.speech.freetts.en.us">PronounceableFSM</A>
<DD>Whether we should scan the input string from the front.
<DT><A HREF="./com/sun/speech/engine/EngineEventPanel.html#scroller"><B>scroller</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineEventPanel.html" title="class in com.sun.speech.engine">EngineEventPanel</A>
<DD>The scroll pane containing the <code>textArea</code>.
<DT><A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html#sectionLike(com.sun.speech.freetts.Item)"><B>sectionLike(Item)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html" title="class in com.sun.speech.freetts.en.us">TokenToWords</A>
<DD>Returns true if the given token item contains a token that is
 in a section-like context, e.g., "chapter" or "act".
<DT><A HREF="./com/sun/speech/freetts/Relation.html#SEGMENT"><B>SEGMENT</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Name of the relation that contains the ordered list of the
 smallest units of speech (typically phonemes) for the entire
 utterance.
<DT><A HREF="./com/sun/speech/freetts/Segmenter.html" title="class in com.sun.speech.freetts"><B>Segmenter</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Annotates an utterance with <code>Relation.SYLLABLE</code>,
 <code>Relation.SYLLABLE_STRUCTURE</code>, and
 <code>Relation.SEGMENT</code>.<DT><A HREF="./com/sun/speech/freetts/Segmenter.html#Segmenter()"><B>Segmenter()</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Segmenter.html" title="class in com.sun.speech.freetts">Segmenter</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/util/SegmentRelationUtils.html" title="class in com.sun.speech.freetts.util"><B>SegmentRelationUtils</B></A> - Class in <A HREF="./com/sun/speech/freetts/util/package-summary.html">com.sun.speech.freetts.util</A><DD>Provides a set of utilities for the SegmentRelation.<DT><A HREF="./com/sun/speech/freetts/util/SegmentRelationUtils.html#SegmentRelationUtils()"><B>SegmentRelationUtils()</B></A> - 
Constructor for class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/SegmentRelationUtils.html" title="class in com.sun.speech.freetts.util">SegmentRelationUtils</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setAge(com.sun.speech.freetts.Age)"><B>setAge(Age)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Set the age of this voice.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#setAudioFile(java.lang.String)"><B>setAudioFile(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Sets the audio file .
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#setAudioFormat(javax.sound.sampled.AudioFormat)"><B>setAudioFormat(AudioFormat)</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Sets the audio format to use for the next set of outputs.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#setAudioFormat(javax.sound.sampled.AudioFormat)"><B>setAudioFormat(AudioFormat)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Sets the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#setAudioFormat(javax.sound.sampled.AudioFormat)"><B>setAudioFormat(AudioFormat)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Sets the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#setAudioFormat(javax.sound.sampled.AudioFormat)"><B>setAudioFormat(AudioFormat)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Sets the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#setAudioFormat(javax.sound.sampled.AudioFormat)"><B>setAudioFormat(AudioFormat)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Sets the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#setAudioFormat(javax.sound.sampled.AudioFormat)"><B>setAudioFormat(AudioFormat)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Sets the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#setAudioFormat(javax.sound.sampled.AudioFormat)"><B>setAudioFormat(AudioFormat)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Sets the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#setAudioFormat(javax.sound.sampled.AudioFormat)"><B>setAudioFormat(AudioFormat)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Sets the audio format for this player
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setAudioPlayer(com.sun.speech.freetts.audio.AudioPlayer)"><B>setAudioPlayer(AudioPlayer)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the audio player associated with this voice.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#setData(com.sun.speech.engine.synthesis.BaseSynthesizer, Speakable, SpeakableListener)"><B>setData(BaseSynthesizer, Speakable, SpeakableListener)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Sets queue item data with a <code>Speakable</code> source.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#setData(com.sun.speech.engine.synthesis.BaseSynthesizer, java.lang.String, boolean, SpeakableListener)"><B>setData(BaseSynthesizer, String, boolean, SpeakableListener)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Sets queue item data with a <code>String</code> source that is
 either plain text or JSML.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#setData(com.sun.speech.engine.synthesis.BaseSynthesizer, java.net.URL, SpeakableListener)"><B>setData(BaseSynthesizer, URL, SpeakableListener)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Sets queue item data with a <code>URL</code> source.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setDescription(java.lang.String)"><B>setDescription(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Set the description of this voice.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setDetailedMetrics(boolean)"><B>setDetailedMetrics(boolean)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the state of the detailedMetrics mode.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setDomain(java.lang.String)"><B>setDomain(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Set the domain of this voice.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setDumpRelations(boolean)"><B>setDumpRelations(boolean)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the state of the dumpRelations mode.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setDumpUtterance(boolean)"><B>setDumpUtterance(boolean)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the state of the dumpUtterance mode.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setDurationStretch(float)"><B>setDurationStretch(float)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the duration  stretch
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#setEngineModeDesc(EngineModeDesc)"><B>setEngineModeDesc(EngineModeDesc)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Sets the current operating properties and mode of
 this <code>Engine</code>.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#setEngineState(long, long)"><B>setEngineState(long, long)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Updates this <code>Engine</code> state by clearing defined bits,
 then setting other specified bits.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#setFirst(boolean)"><B>setFirst(boolean)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Sets this utterance as the first in a series.
<DT><A HREF="./com/sun/speech/freetts/FeatureSet.html#setFloat(java.lang.String, float)"><B>setFloat(String, float)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A>
<DD>Convenience method that sets the named feature as a float
<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#setFloat(java.lang.String, float)"><B>setFloat(String, float)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Convenience method that sets the named feature as a float.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#setFloat(java.lang.String, float)"><B>setFloat(String, float)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Convenience method that sets the named feature as a float.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#setFrame(int, short[])"><B>setFrame(int, short[])</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Sets the frame at the given index.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#setFrameSize(int)"><B>setFrameSize(int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Sets the sizes of frames in this LPC to the given size.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setGender(com.sun.speech.freetts.Gender)"><B>setGender(Gender)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Set the gender of this voice.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#setId(java.lang.String)"><B>setId(String)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>Sets the id for this voice.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html#setId(java.lang.String)"><B>setId(String)</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSVoice</A>
<DD>Sets the id for this voice.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#setInputMode(com.sun.speech.freetts.InputMode)"><B>setInputMode(InputMode)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Sets the input mode.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#setInputReader(java.io.Reader)"><B>setInputReader(Reader)</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Sets the input reader
<DT><A HREF="./com/sun/speech/freetts/Tokenizer.html#setInputReader(java.io.Reader)"><B>setInputReader(Reader)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Tokenizer.html" title="interface in com.sun.speech.freetts">Tokenizer</A>
<DD>Sets the input reader.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#setInputText(java.lang.String)"><B>setInputText(String)</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Sets the text to tokenize.
<DT><A HREF="./com/sun/speech/freetts/Tokenizer.html#setInputText(java.lang.String)"><B>setInputText(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Tokenizer.html" title="interface in com.sun.speech.freetts">Tokenizer</A>
<DD>Sets the text to be tokenized by this tokenizer.
<DT><A HREF="./com/sun/speech/freetts/FeatureSet.html#setInt(java.lang.String, int)"><B>setInt(String, int)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A>
<DD>Convenience method that sets the named feature as an int.
<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#setInt(java.lang.String, int)"><B>setInt(String, int)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Convenience method that sets the named feature as a int.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#setInt(java.lang.String, int)"><B>setInt(String, int)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Convenience method that sets the named feature as an int.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#setLast(boolean)"><B>setLast(boolean)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Sets this utterance as the last in a series.
<DT><A HREF="./com/sun/speech/freetts/en/us/WordRelation.html#setLastWord(java.lang.String)"><B>setLastWord(String)</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/WordRelation.html" title="class in com.sun.speech.freetts.en.us">WordRelation</A>
<DD>Sets the last Item in this WordRelation to the given word.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setLexicon(com.sun.speech.freetts.lexicon.Lexicon)"><B>setLexicon(Lexicon)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the lexicon to be used by this voice.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#setLexiconParameters(java.net.URL, java.net.URL, java.net.URL, boolean)"><B>setLexiconParameters(URL, URL, URL, boolean)</B></A> - 
Method in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>Sets the lexicon parameters
<DT><A HREF="./com/sun/speech/freetts/Token.html#setLineNumber(int)"><B>setLineNumber(int)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Set the line of this token in the original text.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setLoaded(boolean)"><B>setLoaded(boolean)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the loaded state
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setLocale(java.util.Locale)"><B>setLocale(Locale)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Set the locale of this voice.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#setLPCMin(float)"><B>setLPCMin(float)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Sets the LPC minimum.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#setLPCRange(float)"><B>setLPCRange(float)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Sets the LPC range.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setMetrics(boolean)"><B>setMetrics(boolean)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the metrics mode.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#setMultiAudio(boolean)"><B>setMultiAudio(boolean)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Sets multi audio.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Set the name of this voice.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#setNumberOfChannels(int)"><B>setNumberOfChannels(int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Sets the number of channels.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#setNumberOfFrames(int)"><B>setNumberOfFrames(int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Sets the number of frames in this LPC Result.
<DT><A HREF="./com/sun/speech/freetts/FeatureSet.html#setObject(java.lang.String, java.lang.Object)"><B>setObject(String, Object)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A>
<DD>Sets the named feature .
<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#setObject(java.lang.String, java.lang.Object)"><B>setObject(String, Object)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Sets the named feature.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#setObject(java.lang.String, java.lang.Object)"><B>setObject(String, Object)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Sets the named feature.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setOrganization(java.lang.String)"><B>setOrganization(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the organization which created this voice.
<DT><A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html#setOriginalDiphone(com.sun.speech.freetts.diphone.Diphone)"><B>setOriginalDiphone(Diphone)</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/AliasDiphone.html" title="class in com.sun.speech.freetts.diphone">AliasDiphone</A>
<DD>Associate the actual diphone object of the original with this alias.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setOutputQueue(com.sun.speech.freetts.OutputQueue)"><B>setOutputQueue(OutputQueue)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the output queue for this voice.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#setPitch(float)"><B>setPitch(float)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Sets the baseline pitch for the current synthesis voice.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setPitch(float)"><B>setPitch(float)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the baseline pitch.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#setPitchRange(float)"><B>setPitchRange(float)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Sets the pitch range for the current synthesis voice.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setPitchRange(float)"><B>setPitchRange(float)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the pitch range.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setPitchShift(float)"><B>setPitchShift(float)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the pitch shift
<DT><A HREF="./com/sun/speech/freetts/Token.html#setPosition(int)"><B>setPosition(int)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Sets the position of the token in the original input text.
<DT><A HREF="./com/sun/speech/freetts/Token.html#setPostpunctuation(java.lang.String)"><B>setPostpunctuation(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Sets the postpunctuation characters of this Token.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#setPostpunctuationSymbols(java.lang.String)"><B>setPostpunctuationSymbols(String)</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Sets the postpunctuation symbols of this Tokenizer to the given
 symbols.
<DT><A HREF="./com/sun/speech/freetts/Tokenizer.html#setPostpunctuationSymbols(java.lang.String)"><B>setPostpunctuationSymbols(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Tokenizer.html" title="interface in com.sun.speech.freetts">Tokenizer</A>
<DD>Sets the postpunctuation symbols of this Tokenizer to the given
 symbols.
<DT><A HREF="./com/sun/speech/freetts/Token.html#setPrepunctuation(java.lang.String)"><B>setPrepunctuation(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Sets the prepunctuation characters of this Token.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#setPrepunctuationSymbols(java.lang.String)"><B>setPrepunctuationSymbols(String)</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Sets the prepunctuation symbols of this Tokenizer to the given
 symbols.
<DT><A HREF="./com/sun/speech/freetts/Tokenizer.html#setPrepunctuationSymbols(java.lang.String)"><B>setPrepunctuationSymbols(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Tokenizer.html" title="interface in com.sun.speech.freetts">Tokenizer</A>
<DD>Sets the prepunctuation symbols of this Tokenizer to the given
 symbols.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setRate(float)"><B>setRate(float)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the rate of speech.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#setResidualSizes(int[])"><B>setResidualSizes(int[])</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Sets the array of residual sizes.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setRunTitle(java.lang.String)"><B>setRunTitle(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the title for this run.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#setSampleRate(int)"><B>setSampleRate(int)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Sets the sample rate.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#setSilentMode(boolean)"><B>setSilentMode(boolean)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Turns audio playing on and off.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#setSingleCharSymbols(java.lang.String)"><B>setSingleCharSymbols(String)</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Sets the single character symbols of this Tokenizer to the given
 symbols.
<DT><A HREF="./com/sun/speech/freetts/Tokenizer.html#setSingleCharSymbols(java.lang.String)"><B>setSingleCharSymbols(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Tokenizer.html" title="interface in com.sun.speech.freetts">Tokenizer</A>
<DD>Sets the single character symbols of this Tokenizer to the given
 symbols.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#setSpeakable(com.sun.speech.freetts.FreeTTSSpeakable)"><B>setSpeakable(FreeTTSSpeakable)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Sets the speakable item for this utterance.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#setSpeakingRate(float)"><B>setSpeakingRate(float)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Sets the target speaking rate in words per minute.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#setStreamingAudio(boolean)"><B>setStreamingAudio(boolean)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Sets streaming audio.
<DT><A HREF="./com/sun/speech/freetts/FeatureSet.html#setString(java.lang.String, java.lang.String)"><B>setString(String, String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSet.html" title="interface in com.sun.speech.freetts">FeatureSet</A>
<DD>Convenience method that sets the named feature as a String.
<DT><A HREF="./com/sun/speech/freetts/FeatureSetImpl.html#setString(java.lang.String, java.lang.String)"><B>setString(String, String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FeatureSetImpl.html" title="class in com.sun.speech.freetts">FeatureSetImpl</A>
<DD>Convenience method that sets the named feature as a String.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#setString(java.lang.String, java.lang.String)"><B>setString(String, String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Convenience method that sets the named feature as a String.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setStyle(java.lang.String)"><B>setStyle(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the voice style.
<DT><A HREF="./com/sun/speech/engine/EngineEventPanel.html#setText(java.lang.String)"><B>setText(String)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineEventPanel.html" title="class in com.sun.speech.engine">EngineEventPanel</A>
<DD>Sets the text in the text area.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#setTimes(int[])"><B>setTimes(int[])</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>Sets the array of times.
<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html#setUnitName(com.sun.speech.freetts.Item)"><B>setUnitName(Item)</B></A> - 
Method in class com.sun.speech.freetts.clunits.<A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html" title="class in com.sun.speech.freetts.clunits">ClusterUnitSelector</A>
<DD>Sets the cluster unit name given the segment.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#setupFeatureProcessors()"><B>setupFeatureProcessors()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Sets up the FeatureProcessors for this Voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html#setupFeatureSet()"><B>setupFeatureSet()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html" title="class in com.sun.speech.freetts.en.us">CMUClusterUnitVoice</A>
<DD>Sets up the FeatureSet for this Voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html#setupFeatureSet()"><B>setupFeatureSet()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html" title="class in com.sun.speech.freetts.en.us">CMUDiphoneVoice</A>
<DD>Sets the FeatureSet for this Voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#setupFeatureSet()"><B>setupFeatureSet()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Sets up the FeatureSet for this Voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#setupUtteranceProcessors()"><B>setupUtteranceProcessors()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Sets up the utterance processors for this voice.
<DT><A HREF="./com/sun/speech/freetts/relp/LPCResult.html#setValues(int, int, int, float, float)"><B>setValues(int, int, int, float, float)</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/LPCResult.html" title="class in com.sun.speech.freetts.relp">LPCResult</A>
<DD>A convenience method for setting the LPC values.
<DT><A HREF="./com/sun/speech/freetts/util/BulkTimer.html#setVerbose(boolean)"><B>setVerbose(boolean)</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/BulkTimer.html" title="class in com.sun.speech.freetts.util">BulkTimer</A>
<DD>Sets verbose mode.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#setVoice(Voice)"><B>setVoice(Voice)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Sets the current synthesizer voice.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html#setVolume(float)"><B>setVolume(float)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerProperties.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerProperties</A>
<DD>Sets the volume.
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#setVolume(float)"><B>setVolume(float)</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Sets the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#setVolume(float)"><B>setVolume(float)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Sets the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#setVolume(float)"><B>setVolume(float)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Sets the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#setVolume(float)"><B>setVolume(float)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Sets the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#setVolume(float)"><B>setVolume(float)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Sets the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#setVolume(float)"><B>setVolume(float)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Sets the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#setVolume(float)"><B>setVolume(float)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Sets the current volume.
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#setVolume(float)"><B>setVolume(float)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Sets the current volume.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setVolume(float)"><B>setVolume(float)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the volume.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#setWaveDumpFile(java.lang.String)"><B>setWaveDumpFile(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Sets the dumpfile for this voice.
<DT><A HREF="./com/sun/speech/freetts/Token.html#setWhitespace(java.lang.String)"><B>setWhitespace(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Sets the whitespace characters of this Token.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#setWhitespaceSymbols(java.lang.String)"><B>setWhitespaceSymbols(String)</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Sets the whitespace symbols of this Tokenizer to the given symbols.
<DT><A HREF="./com/sun/speech/freetts/Tokenizer.html#setWhitespaceSymbols(java.lang.String)"><B>setWhitespaceSymbols(String)</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Tokenizer.html" title="interface in com.sun.speech.freetts">Tokenizer</A>
<DD>Sets the whitespace symbols of this Tokenizer to the given
 symbols.
<DT><A HREF="./com/sun/speech/freetts/Token.html#setWord(java.lang.String)"><B>setWord(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Sets the string of this Token.
<DT><A HREF="./com/sun/speech/freetts/util/WaveUtils.html#shortToUlaw(short)"><B>shortToUlaw(short)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/WaveUtils.html" title="class in com.sun.speech.freetts.util">WaveUtils</A>
<DD>Converts a raw short to ulaw.
<DT><A HREF="./com/sun/speech/freetts/util/BulkTimer.html#show(java.lang.String)"><B>show(String)</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/BulkTimer.html" title="class in com.sun.speech.freetts.util">BulkTimer</A>
<DD>Shows all of the collected times.
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#showMetrics()"><B>showMetrics()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Shows metrics for this audio player
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#showMetrics()"><B>showMetrics()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Shows metrics for this audio player
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#showMetrics()"><B>showMetrics()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Shows metrics for this audio player
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#showMetrics()"><B>showMetrics()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Shows metrics for this audio player
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#showMetrics()"><B>showMetrics()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Shows metrics for this audio player
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#showMetrics()"><B>showMetrics()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Shows metrics for this audio player
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#showMetrics()"><B>showMetrics()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Shows metrics for this audio player
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#showMetrics()"><B>showMetrics()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Shows metrics for this audio player
<DT><A HREF="./com/sun/speech/freetts/ItemContents.html#showRelations()"><B>showRelations()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/ItemContents.html" title="class in com.sun.speech.freetts">ItemContents</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/util/Timer.html#showTimes(long)"><B>showTimes(long)</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util">Timer</A>
<DD>Shows timing stats.
<DT><A HREF="./com/sun/speech/freetts/util/Timer.html#showTimes()"><B>showTimes()</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util">Timer</A>
<DD>Shows timing stats.
<DT><A HREF="./com/sun/speech/freetts/util/Timer.html#showTimesLong(long)"><B>showTimesLong(long)</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util">Timer</A>
<DD>Shows detailed timing stats.
<DT><A HREF="./com/sun/speech/freetts/util/Timer.html#showTimesShort(long)"><B>showTimesShort(long)</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util">Timer</A>
<DD>Shows brief timing stats.
<DT><A HREF="./com/sun/speech/freetts/util/Timer.html#showTimesShortTitle(java.lang.String)"><B>showTimesShortTitle(String)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util">Timer</A>
<DD>Shows the timing stats title.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#shutdown()"><B>shutdown()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Shuts down this FreeTTS synthesizer by closing the AudioPlayer and voice.
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#SINGLE_CHAR_SYMBOLS"><B>SINGLE_CHAR_SYMBOLS</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>single char symbols  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio"><B>SingleFileAudioPlayer</B></A> - Class in <A HREF="./com/sun/speech/freetts/audio/package-summary.html">com.sun.speech.freetts.audio</A><DD>Streams audio to a file.<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#SingleFileAudioPlayer(java.lang.String, javax.sound.sampled.AudioFileFormat.Type)"><B>SingleFileAudioPlayer(String, AudioFileFormat.Type)</B></A> - 
Constructor for class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Constructs a FileAudioPlayer
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#SingleFileAudioPlayer()"><B>SingleFileAudioPlayer()</B></A> - 
Constructor for class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Creates a default audio player for an AudioFileFormat of type
 WAVE.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#speak(Speakable, SpeakableListener)"><B>speak(Speakable, SpeakableListener)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Speaks JSML text provided as a <code>Speakable</code> object.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#speak(java.net.URL, SpeakableListener)"><B>speak(URL, SpeakableListener)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Speaks JSML text provided as a <code>URL</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#speak(java.lang.String, SpeakableListener)"><B>speak(String, SpeakableListener)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Speaks JSML text provided as a <code>String</code>.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#speak(java.lang.String)"><B>speak(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Speaks the given text.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#speak(org.w3c.dom.Document)"><B>speak(Document)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Speaks the given document.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#speak(java.io.InputStream)"><B>speak(InputStream)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Speaks the input stream.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#speak(com.sun.speech.freetts.FreeTTSSpeakable)"><B>speak(FreeTTSSpeakable)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Speak the given queue item.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#speakableListeners"><B>speakableListeners</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Set of speakable listeners belonging to the <code>Synthesizer</code>.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSTime.html#speakNow()"><B>speakNow()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSTime.html" title="class in com.sun.speech.freetts">FreeTTSTime</A>
<DD>Tells the current time.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#speakPlainText(java.lang.String, SpeakableListener)"><B>speakPlainText(String, SpeakableListener)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Speaks a plain text <code>String</code>.
<DT><A HREF="./com/sun/speech/engine/SpeechEventUtilities.html#speechAWTEventTarget"><B>speechAWTEventTarget</B></A> - 
Static variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventUtilities.html" title="class in com.sun.speech.engine">SpeechEventUtilities</A>
<DD>A target used to process speechAWTEvent objects.
<DT><A HREF="./com/sun/speech/engine/SpeechEventDispatcher.html" title="interface in com.sun.speech.engine"><B>SpeechEventDispatcher</B></A> - Interface in <A HREF="./com/sun/speech/engine/package-summary.html">com.sun.speech.engine</A><DD>Interface to be implemented by objects that dispatch
 <code>SpeechEvents</code>.<DT><A HREF="./com/sun/speech/engine/SpeechEventUtilities.html" title="class in com.sun.speech.engine"><B>SpeechEventUtilities</B></A> - Class in <A HREF="./com/sun/speech/engine/package-summary.html">com.sun.speech.engine</A><DD>Utilities to help with dispatch JSAPI 1.0 events on the event
 dispatching thread of AWT/Swing.<DT><A HREF="./com/sun/speech/engine/SpeechEventUtilities.html#SpeechEventUtilities()"><B>SpeechEventUtilities()</B></A> - 
Constructor for class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventUtilities.html" title="class in com.sun.speech.engine">SpeechEventUtilities</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/SpeechEventUtilities.SpeechAWTEvent.html" title="class in com.sun.speech.engine"><B>SpeechEventUtilities.SpeechAWTEvent</B></A> - Class in <A HREF="./com/sun/speech/engine/package-summary.html">com.sun.speech.engine</A><DD>Inner class that defines SpeechAWTEvents.<DT><A HREF="./com/sun/speech/engine/SpeechEventUtilities.SpeechAWTEventTarget.html" title="class in com.sun.speech.engine"><B>SpeechEventUtilities.SpeechAWTEventTarget</B></A> - Class in <A HREF="./com/sun/speech/engine/package-summary.html">com.sun.speech.engine</A><DD>Inner class used to handle events as they are dispatched from the
 AWT event queue.<DT><A HREF="./com/sun/speech/engine/SpeechEventWrapper.html" title="class in com.sun.speech.engine"><B>SpeechEventWrapper</B></A> - Class in <A HREF="./com/sun/speech/engine/package-summary.html">com.sun.speech.engine</A><DD>Wraps an arbitrary event object (from <code>EventObject</code>)
 in a <code>SpeechEvent</code> so that it can be dispatched through
 the speech event dispatch mechanism.<DT><A HREF="./com/sun/speech/engine/SpeechEventWrapper.html#SpeechEventWrapper(java.util.EventObject)"><B>SpeechEventWrapper(EventObject)</B></A> - 
Constructor for class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventWrapper.html" title="class in com.sun.speech.engine">SpeechEventWrapper</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/freetts/util/BulkTimer.html#start(java.lang.String)"><B>start(String)</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/BulkTimer.html" title="class in com.sun.speech.freetts.util">BulkTimer</A>
<DD>Starts the timer with the given name.
<DT><A HREF="./com/sun/speech/freetts/util/BulkTimer.html#start()"><B>start()</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/BulkTimer.html" title="class in com.sun.speech.freetts.util">BulkTimer</A>
<DD>Starts the bulk timer.
<DT><A HREF="./com/sun/speech/freetts/util/Timer.html#start()"><B>start()</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util">Timer</A>
<DD>Starts the timer running.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#startBatch()"><B>startBatch()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Starts a batch of utterances.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#started()"><B>started()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>indicate that this item has been started
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html#started()"><B>started()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html" title="interface in com.sun.speech.freetts">FreeTTSSpeakable</A>
<DD>Indicates that this speakable has been started.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#started()"><B>started()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Indicate that this speakable has been started.
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#startFirstSampleTimer()"><B>startFirstSampleTimer()</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Starts the first sample timer
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#startFirstSampleTimer()"><B>startFirstSampleTimer()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Starts the first sample timer
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#startFirstSampleTimer()"><B>startFirstSampleTimer()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Starts the first sample timer
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#startFirstSampleTimer()"><B>startFirstSampleTimer()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Starts the first sample timer
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#startFirstSampleTimer()"><B>startFirstSampleTimer()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Starts the first sample timer
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#startFirstSampleTimer()"><B>startFirstSampleTimer()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Starts the first sample timer
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#startFirstSampleTimer()"><B>startFirstSampleTimer()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Starts the first sample timer
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#startFirstSampleTimer()"><B>startFirstSampleTimer()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Starts the first sample timer
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#startup()"><B>startup()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Starts this FreeTTS Synthesizer by loading the void and creating a new
 AudioPlayer.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#statePanel"><B>statePanel</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>The panel containing the current engine states.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#stateToString(long)"><B>stateToString(long)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Returns a <code>String</code> of the names of all the
 <code>Engine</code> states in the given <code>Engine</code>
 state.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#stateToString(long)"><B>stateToString(long)</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>Returns a String of the names of all the states implied
 in the given bit pattern.
<DT><A HREF="./com/sun/speech/freetts/util/BulkTimer.html#stop(java.lang.String)"><B>stop(String)</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/BulkTimer.html" title="class in com.sun.speech.freetts.util">BulkTimer</A>
<DD>Stops the timer with the given name.
<DT><A HREF="./com/sun/speech/freetts/util/BulkTimer.html#stop()"><B>stop()</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/BulkTimer.html" title="class in com.sun.speech.freetts.util">BulkTimer</A>
<DD>Stops the bulk timer.
<DT><A HREF="./com/sun/speech/freetts/util/Timer.html#stop(boolean)"><B>stop(boolean)</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util">Timer</A>
<DD>Stops the timer.
<DT><A HREF="./com/sun/speech/freetts/util/Timer.html#stop()"><B>stop()</B></A> - 
Method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util">Timer</A>
<DD>Stops the timer.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#streamToSpeech(java.io.InputStream)"><B>streamToSpeech(InputStream)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Converts the text contained in the given stream to speech.
<DT><A HREF="./com/sun/speech/freetts/en/us/SuffixFSM.html" title="class in com.sun.speech.freetts.en.us"><B>SuffixFSM</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Implements a finite state machine that checks if a given string
 is a suffix.<DT><A HREF="./com/sun/speech/freetts/en/us/SuffixFSM.html#SuffixFSM(java.net.URL)"><B>SuffixFSM(URL)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/SuffixFSM.html" title="class in com.sun.speech.freetts.en.us">SuffixFSM</A>
<DD>Constructs a SuffixFSM.
<DT><A HREF="./com/sun/speech/freetts/Relation.html#SYLLABLE"><B>SYLLABLE</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Name of the relation that contains the description of the
 syllables for the Utterance.
<DT><A HREF="./com/sun/speech/freetts/Relation.html#SYLLABLE_STRUCTURE"><B>SYLLABLE_STRUCTURE</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Name of the relation that contains the syllable structure
 for the utterance.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#synth"><B>synth</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD><code>Synthesizer</code> that has queued this item.
<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html" title="class in com.sun.speech.engine.synthesis"><B>SynthesizerMonitor</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/package-summary.html">com.sun.speech.engine.synthesis</A><DD>Simple GUI that monitors events and state changes of an
 <code>Synthesizer</code>.<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html#SynthesizerMonitor(Synthesizer)"><B>SynthesizerMonitor(Synthesizer)</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html" title="class in com.sun.speech.engine.synthesis">SynthesizerMonitor</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerSelector.html" title="class in com.sun.speech.engine.synthesis"><B>SynthesizerSelector</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/package-summary.html">com.sun.speech.engine.synthesis</A><DD>GUI that displays a list of <code>Synthesizer</code> names in a
 dialog box.<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerSelector.html#SynthesizerSelector()"><B>SynthesizerSelector()</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/SynthesizerSelector.html" title="class in com.sun.speech.engine.synthesis">SynthesizerSelector</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/SpeechEventUtilities.html#systemEventQueue"><B>systemEventQueue</B></A> - 
Static variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventUtilities.html" title="class in com.sun.speech.engine">SpeechEventUtilities</A>
<DD>The AWT EventQueue.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/Relation.html#TARGET"><B>TARGET</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Name of the relation that maps fundamental frequency targets
 to absolute times for wave to be generated from the utterance.
<DT><A HREF="./com/sun/speech/freetts/Age.html#TEENAGER"><B>TEENAGER</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Age.html" title="class in com.sun.speech.freetts">Age</A>
<DD>Age roughly 13 to 19 years.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#terminate()"><B>terminate()</B></A> - 
Method in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Stops execution of the Thread.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#testEngineState(long)"><B>testEngineState(long)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Returns <code>true</code> if this state of this
 <code>Engine</code> matches the specified state.
<DT><A HREF="./com/sun/speech/freetts/InputMode.html#TEXT"><B>TEXT</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/InputMode.html" title="class in com.sun.speech.freetts">InputMode</A>
<DD>Indicates that the input is from text.
<DT><A HREF="./com/sun/speech/engine/EngineEventPanel.html#textArea"><B>textArea</B></A> - 
Variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineEventPanel.html" title="class in com.sun.speech.engine">EngineEventPanel</A>
<DD>The area where engine events are posted.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextEngineCentral.html" title="class in com.sun.speech.engine.synthesis.text"><B>TextEngineCentral</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/text/package-summary.html">com.sun.speech.engine.synthesis.text</A><DD>Supports the JSAPI 1.0 <code>EngineCentral</code> interface for a
 synthesizer that sends text to standard out.<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextEngineCentral.html#TextEngineCentral()"><B>TextEngineCentral()</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextEngineCentral.html" title="class in com.sun.speech.engine.synthesis.text">TextEngineCentral</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html" title="class in com.sun.speech.engine.synthesis.text"><B>TextSynthesizer</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/text/package-summary.html">com.sun.speech.engine.synthesis.text</A><DD>Supports a simple text-output-only JSAPI 1.0 <code>Synthesizer</code>.<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html#TextSynthesizer(SynthesizerModeDesc)"><B>TextSynthesizer(SynthesizerModeDesc)</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer</A>
<DD>Creates a new Synthesizer in the DEALLOCATED state.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text"><B>TextSynthesizer.OutputHandler</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/text/package-summary.html">com.sun.speech.engine.synthesis.text</A><DD>The output device for a <code>TextSynthesizer</code>.<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html#TextSynthesizer.OutputHandler()"><B>TextSynthesizer.OutputHandler()</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizer.OutputHandler.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizer.OutputHandler</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerModeDesc.html" title="class in com.sun.speech.engine.synthesis.text"><B>TextSynthesizerModeDesc</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/text/package-summary.html">com.sun.speech.engine.synthesis.text</A><DD>Describes the <code>TextSynthesizer</code>.<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerModeDesc.html#TextSynthesizerModeDesc()"><B>TextSynthesizerModeDesc()</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerModeDesc.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerModeDesc</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text"><B>TextSynthesizerQueueItem</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/text/package-summary.html">com.sun.speech.engine.synthesis.text</A><DD>Represents an object on the speech output queue of a
 <code>TextSynthesizer</code>.<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#TextSynthesizerQueueItem()"><B>TextSynthesizerQueueItem()</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#textToSpeech(java.lang.String)"><B>textToSpeech(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Converts the given text to speech based using processing options
 currently set in FreeTTS.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#thisItemNumber"><B>thisItemNumber</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>Count for this item used for debug.
<DT><A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util"><B>Timer</B></A> - Class in <A HREF="./com/sun/speech/freetts/util/package-summary.html">com.sun.speech.freetts.util</A><DD>Keeps track of execution times.<DT><A HREF="./com/sun/speech/freetts/util/Timer.html#Timer(java.lang.String)"><B>Timer(String)</B></A> - 
Constructor for class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/Timer.html" title="class in com.sun.speech.freetts.util">Timer</A>
<DD>Creates a timer.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSTime.html#timeToSpeech(java.lang.String)"><B>timeToSpeech(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSTime.html" title="class in com.sun.speech.freetts">FreeTTSTime</A>
<DD>Speaks the given time.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSTime.html#timeToSpeech(int, int)"><B>timeToSpeech(int, int)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSTime.html" title="class in com.sun.speech.freetts">FreeTTSTime</A>
<DD>Speaks the time given the hour and minute.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSTime.html#timeToString(java.lang.String)"><B>timeToString(String)</B></A> - 
Static method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSTime.html" title="class in com.sun.speech.freetts">FreeTTSTime</A>
<DD>Returns a string that corresponds to the given time.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSTime.html#timeToString(int, int)"><B>timeToString(int, int)</B></A> - 
Static method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSTime.html" title="class in com.sun.speech.freetts">FreeTTSTime</A>
<DD>Returns a string that corresponds to the given time.
<DT><A HREF="./com/sun/speech/freetts/Relation.html#TOKEN"><B>TOKEN</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Name of the relation that contains tokens from the original
 input text.
<DT><A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts"><B>Token</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Contains a parsed token from a Tokenizer.<DT><A HREF="./com/sun/speech/freetts/Token.html#Token()"><B>Token()</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#tokenizeOnLoad"><B>tokenizeOnLoad</B></A> - 
Variable in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>If true, the state string is tokenized when it is first read.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#tokenizeOnLoad"><B>tokenizeOnLoad</B></A> - 
Variable in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>If true, the phone string is replaced with the phone array in
 the hashmap when the phone array is loaded.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html#tokenizeOnLookup"><B>tokenizeOnLookup</B></A> - 
Variable in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LetterToSoundImpl.html" title="class in com.sun.speech.freetts.lexicon">LetterToSoundImpl</A>
<DD>If true, the state string is tokenized the first time it is
 referenced.
<DT><A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html#tokenizeOnLookup"><B>tokenizeOnLookup</B></A> - 
Variable in class com.sun.speech.freetts.lexicon.<A HREF="./com/sun/speech/freetts/lexicon/LexiconImpl.html" title="class in com.sun.speech.freetts.lexicon">LexiconImpl</A>
<DD>If true, the phone string is replaced with the phone array in
 the hashmap when the phone array is first looked up.
<DT><A HREF="./com/sun/speech/freetts/Tokenizer.html" title="interface in com.sun.speech.freetts"><B>Tokenizer</B></A> - Interface in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Chops a string or text file into Token instances.<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en"><B>TokenizerImpl</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/package-summary.html">com.sun.speech.freetts.en</A><DD>Implements the tokenizer interface.<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#TokenizerImpl()"><B>TokenizerImpl()</B></A> - 
Constructor for class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Constructs a Tokenizer.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#TokenizerImpl(java.lang.String)"><B>TokenizerImpl(String)</B></A> - 
Constructor for class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Creates a tokenizer that will return tokens from
 the given string.
<DT><A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html#TokenizerImpl(java.io.Reader)"><B>TokenizerImpl(Reader)</B></A> - 
Constructor for class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/TokenizerImpl.html" title="class in com.sun.speech.freetts.en">TokenizerImpl</A>
<DD>Creates a tokenizer that will return tokens from
 the given file.
<DT><A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html" title="class in com.sun.speech.freetts.en.us"><B>TokenToWords</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Converts the Tokens (in US English words) in an 
 Utterance into a list of words.<DT><A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html#TokenToWords(com.sun.speech.freetts.cart.CART, com.sun.speech.freetts.en.us.PronounceableFSM, com.sun.speech.freetts.en.us.PronounceableFSM)"><B>TokenToWords(CART, PronounceableFSM, PronounceableFSM)</B></A> - 
Constructor for class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html" title="class in com.sun.speech.freetts.en.us">TokenToWords</A>
<DD>Constructs a default USTokenWordProcessor.
<DT><A HREF="./com/sun/speech/freetts/cart/Intonator.html#toneCart"><B>toneCart</B></A> - 
Variable in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Intonator.html" title="class in com.sun.speech.freetts.cart">Intonator</A>
<DD>The tone CART used for this Intonation UtteranceProcessor.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Returns the engine name and mode for debug purposes.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>Converts a Voice to a printable string.
<DT><A HREF="./com/sun/speech/freetts/Age.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Age.html" title="class in com.sun.speech.freetts">Age</A>
<DD>Provide a human readable string that describes the age.
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Returns the name of this audio player
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Returns the name of this audioplayer
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Returns the name of this audioplayer
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Returns the name of this audioplayer
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Returns the name of this audioplayer
<DT><A HREF="./com/sun/speech/freetts/cart/Durator.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Durator.html" title="class in com.sun.speech.freetts.cart">Durator</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/cart/Intonator.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Intonator.html" title="class in com.sun.speech.freetts.cart">Intonator</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/cart/Phraser.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.cart.<A HREF="./com/sun/speech/freetts/cart/Phraser.html" title="class in com.sun.speech.freetts.cart">Phraser</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitPitchmarkGenerator.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.clunits.<A HREF="./com/sun/speech/freetts/clunits/ClusterUnitPitchmarkGenerator.html" title="class in com.sun.speech.freetts.clunits">ClusterUnitPitchmarkGenerator</A>
<DD>Retrieves the name of this utteranceProcessor.
<DT><A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.clunits.<A HREF="./com/sun/speech/freetts/clunits/ClusterUnitSelector.html" title="class in com.sun.speech.freetts.clunits">ClusterUnitSelector</A>
<DD>Retrieves the string representation of this object.
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphonePitchmarkGenerator.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphonePitchmarkGenerator.html" title="class in com.sun.speech.freetts.diphone">DiphonePitchmarkGenerator</A>
<DD>Returns a string representation of this object.
<DT><A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitSelector.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.diphone.<A HREF="./com/sun/speech/freetts/diphone/DiphoneUnitSelector.html" title="class in com.sun.speech.freetts.diphone">DiphoneUnitSelector</A>
<DD>Returns a string representation of this object.
<DT><A HREF="./com/sun/speech/freetts/en/ContourGenerator.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/ContourGenerator.html" title="class in com.sun.speech.freetts.en">ContourGenerator</A>
<DD>Returns the string representation of the object.
<DT><A HREF="./com/sun/speech/freetts/en/PartOfSpeechTagger.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/PartOfSpeechTagger.html" title="class in com.sun.speech.freetts.en">PartOfSpeechTagger</A>
<DD>Returns the string representation of the object
<DT><A HREF="./com/sun/speech/freetts/en/PauseGenerator.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/PauseGenerator.html" title="class in com.sun.speech.freetts.en">PauseGenerator</A>
<DD>Returns the string representation of the object
<DT><A HREF="./com/sun/speech/freetts/en/PostLexicalAnalyzer.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.en.<A HREF="./com/sun/speech/freetts/en/PostLexicalAnalyzer.html" title="class in com.sun.speech.freetts.en">PostLexicalAnalyzer</A>
<DD>Returns the string representation of the object
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUClusterUnitVoice.html" title="class in com.sun.speech.freetts.en.us">CMUClusterUnitVoice</A>
<DD>Converts this object to a string
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUDiphoneVoice.html" title="class in com.sun.speech.freetts.en.us">CMUDiphoneVoice</A>
<DD>Converts this object to a string
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUTimeVoice.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUTimeVoice.html" title="class in com.sun.speech.freetts.en.us">CMUTimeVoice</A>
<DD>Converts this object to a string
<DT><A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/CMUVoice.html" title="class in com.sun.speech.freetts.en.us">CMUVoice</A>
<DD>Converts this object to its String representation
<DT><A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/TokenToWords.html" title="class in com.sun.speech.freetts.en.us">TokenToWords</A>
<DD>Converts this object to its String representation
<DT><A HREF="./com/sun/speech/freetts/Gender.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Gender.html" title="class in com.sun.speech.freetts">Gender</A>
<DD>Generates a human readable name describing the gender.
<DT><A HREF="./com/sun/speech/freetts/InputMode.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/InputMode.html" title="class in com.sun.speech.freetts">InputMode</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/Item.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Item.html" title="class in com.sun.speech.freetts">Item</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSVoice</A>
<DD>Gets a string representation of the object
<DT><A HREF="./com/sun/speech/freetts/PathExtractorImpl.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PathExtractorImpl.html" title="class in com.sun.speech.freetts">PathExtractorImpl</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/relp/AudioOutput.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/AudioOutput.html" title="class in com.sun.speech.freetts.relp">AudioOutput</A>
<DD>Returns the string form of this object
<DT><A HREF="./com/sun/speech/freetts/relp/UnitConcatenator.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/UnitConcatenator.html" title="class in com.sun.speech.freetts.relp">UnitConcatenator</A>
<DD>Converts this object to a string
<DT><A HREF="./com/sun/speech/freetts/Segmenter.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Segmenter.html" title="class in com.sun.speech.freetts">Segmenter</A>
<DD>Returns the simple name of this class.
<DT><A HREF="./com/sun/speech/freetts/Token.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Token.html" title="class in com.sun.speech.freetts">Token</A>
<DD>Converts this token to a string.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Returns the name of this Voice.
<DT><A HREF="./com/sun/speech/freetts/VoiceDirectory.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/VoiceDirectory.html" title="class in com.sun.speech.freetts">VoiceDirectory</A>
<DD>Print the information about voices contained in this voice
 directory to a String.
<DT><A HREF="./com/sun/speech/freetts/VoiceManager.html#toString()"><B>toString()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/VoiceManager.html" title="class in com.sun.speech.freetts">VoiceManager</A>
<DD>Provides a string representation of all voices available to FreeTTS.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html#toString()"><B>toString()</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoice.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoice</A>
<DD>Converts this object to a string
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceValidator.html#toString()"><B>toString()</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceValidator.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoiceValidator</A>
<DD>Returns the name of this validator.
<DT><A HREF="./de/dfki/lt/freetts/mbrola/MbrolaAudioOutput.html#toString()"><B>toString()</B></A> - 
Method in class de.dfki.lt.freetts.mbrola.<A HREF="./de/dfki/lt/freetts/mbrola/MbrolaAudioOutput.html" title="class in de.dfki.lt.freetts.mbrola">MbrolaAudioOutput</A>
<DD>Returns the string form of this object
<DT><A HREF="./de/dfki/lt/freetts/mbrola/MbrolaCaller.html#toString()"><B>toString()</B></A> - 
Method in class de.dfki.lt.freetts.mbrola.<A HREF="./de/dfki/lt/freetts/mbrola/MbrolaCaller.html" title="class in de.dfki.lt.freetts.mbrola">MbrolaCaller</A>
<DD>&nbsp;
<DT><A HREF="./de/dfki/lt/freetts/mbrola/ParametersToMbrolaConverter.html#toString()"><B>toString()</B></A> - 
Method in class de.dfki.lt.freetts.mbrola.<A HREF="./de/dfki/lt/freetts/mbrola/ParametersToMbrolaConverter.html" title="class in de.dfki.lt.freetts.mbrola">ParametersToMbrolaConverter</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html#transitions"><B>transitions</B></A> - 
Variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html" title="class in com.sun.speech.freetts.en.us">PronounceableFSM</A>
<DD>The transitions of this FSM
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/util/WaveUtils.html#ulawToShort(short)"><B>ulawToShort(short)</B></A> - 
Static method in class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/WaveUtils.html" title="class in com.sun.speech.freetts.util">WaveUtils</A>
<DD>Converts from ulaw to 16 bit linear.
<DT><A HREF="./com/sun/speech/freetts/Relation.html#UNIT"><B>UNIT</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Name of the relation that contains the ordered list of the
 units from the unit database that will be used to create
 the synthesized wave.
<DT><A HREF="./com/sun/speech/freetts/Unit.html" title="interface in com.sun.speech.freetts"><B>Unit</B></A> - Interface in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Defines a generic interface to a Unit.<DT><A HREF="./com/sun/speech/freetts/relp/UnitConcatenator.html" title="class in com.sun.speech.freetts.relp"><B>UnitConcatenator</B></A> - Class in <A HREF="./com/sun/speech/freetts/relp/package-summary.html">com.sun.speech.freetts.relp</A><DD>Concatenates the Units in the given Utterance to the target_lpc
 result.<DT><A HREF="./com/sun/speech/freetts/relp/UnitConcatenator.html#UnitConcatenator()"><B>UnitConcatenator()</B></A> - 
Constructor for class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/UnitConcatenator.html" title="class in com.sun.speech.freetts.relp">UnitConcatenator</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#updateEngineStateComponents()"><B>updateEngineStateComponents()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>Checks the current state of the engine and makes sure the GUI
 components reflect this state accurately.
<DT><A HREF="./com/sun/speech/engine/EngineMonitor.html#updateGUIComponents()"><B>updateGUIComponents()</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/EngineMonitor.html" title="class in com.sun.speech.engine">EngineMonitor</A>
<DD>Checks the current state of the engine and makes sure the GUI
 components reflect this state accurately.
<DT><A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html#updateGUIComponents()"><B>updateGUIComponents()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/SynthesizerMonitor.html" title="class in com.sun.speech.engine.synthesis">SynthesizerMonitor</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/InputMode.html#URL"><B>URL</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/InputMode.html" title="class in com.sun.speech.freetts">InputMode</A>
<DD>Indicates that the input is from a URL.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#urlToSpeech(java.lang.String)"><B>urlToSpeech(String)</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Converts the text contained in the given path to speech.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSTime.html#usage()"><B>usage()</B></A> - 
Static method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSTime.html" title="class in com.sun.speech.freetts">FreeTTSTime</A>
<DD>Prints the usage message for FreeTTSTime.
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us"><B>USEnglish</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Provides the definitions for US English whitespace, punctuations,
 prepunctuation, and postpunctuation symbols.<DT><A HREF="./com/sun/speech/freetts/util/Utilities.html" title="class in com.sun.speech.freetts.util"><B>Utilities</B></A> - Class in <A HREF="./com/sun/speech/freetts/util/package-summary.html">com.sun.speech.freetts.util</A><DD>Provides a set of generic utilities used by freetts.<DT><A HREF="./com/sun/speech/freetts/relp/SampleInfo.html#UTT_NAME"><B>UTT_NAME</B></A> - 
Static variable in class com.sun.speech.freetts.relp.<A HREF="./com/sun/speech/freetts/relp/SampleInfo.html" title="class in com.sun.speech.freetts.relp">SampleInfo</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts"><B>Utterance</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Holds all the data for an utterance to be spoken.<DT><A HREF="./com/sun/speech/freetts/Utterance.html#Utterance(com.sun.speech.freetts.Voice)"><B>Utterance(Voice)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Creates a new, empty utterance.
<DT><A HREF="./com/sun/speech/freetts/Utterance.html#Utterance(com.sun.speech.freetts.Voice, java.util.List)"><B>Utterance(Voice, List)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Utterance.html" title="class in com.sun.speech.freetts">Utterance</A>
<DD>Creates an utterance with the given set of tokenized text.
<DT><A HREF="./com/sun/speech/freetts/UtteranceProcessor.html" title="interface in com.sun.speech.freetts"><B>UtteranceProcessor</B></A> - Interface in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Performs an operation on an Utterance.</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerModeDesc.html#validate()"><B>validate()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSSynthesizerModeDesc.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSSynthesizerModeDesc</A>
<DD>Returns true if this is a valid FreeTTSSynthesizerModeDesc.
<DT><A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html#validate()"><B>validate()</B></A> - 
Method in class com.sun.speech.freetts.jsapi.<A HREF="./com/sun/speech/freetts/jsapi/FreeTTSVoice.html" title="class in com.sun.speech.freetts.jsapi">FreeTTSVoice</A>
<DD>Validates this FreeTTSVoice.
<DT><A HREF="./com/sun/speech/freetts/Validator.html#validate()"><B>validate()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Validator.html" title="interface in com.sun.speech.freetts">Validator</A>
<DD>Validates a certain condition.
<DT><A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceValidator.html#validate()"><B>validate()</B></A> - 
Method in class de.dfki.lt.freetts.en.us.<A HREF="./de/dfki/lt/freetts/en/us/MbrolaVoiceValidator.html" title="class in de.dfki.lt.freetts.en.us">MbrolaVoiceValidator</A>
<DD>Validates this MbrolaVoice.
<DT><A HREF="./com/sun/speech/freetts/ValidationException.html" title="class in com.sun.speech.freetts"><B>ValidationException</B></A> - Exception in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Thrown by a Validator if any errors
 are encountered while validating.<DT><A HREF="./com/sun/speech/freetts/ValidationException.html#ValidationException(java.lang.String)"><B>ValidationException(String)</B></A> - 
Constructor for exception com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/ValidationException.html" title="class in com.sun.speech.freetts">ValidationException</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/freetts/Validator.html" title="interface in com.sun.speech.freetts"><B>Validator</B></A> - Interface in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Implementors of this interface can be validated via the validate()
 method.<DT><A HREF="./com/sun/speech/freetts/PhoneSet.html#VC"><B>VC</B></A> - 
Static variable in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneSet.html" title="interface in com.sun.speech.freetts">PhoneSet</A>
<DD>Vowel or consonant:  + = vowel, - = consonant.
<DT><A HREF="./com/sun/speech/freetts/FreeTTS.html#VERSION"><B>VERSION</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTS.html" title="class in com.sun.speech.freetts">FreeTTS</A>
<DD>Version number.
<DT><A HREF="./com/sun/speech/freetts/PhoneSet.html#VFRONT"><B>VFRONT</B></A> - 
Static variable in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneSet.html" title="interface in com.sun.speech.freetts">PhoneSet</A>
<DD>Vowel frontness:  1 = front, 2 = mid, 3 = back.
<DT><A HREF="./com/sun/speech/freetts/PhoneSet.html#VHEIGHT"><B>VHEIGHT</B></A> - 
Static variable in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneSet.html" title="interface in com.sun.speech.freetts">PhoneSet</A>
<DD>Vowel height:  1 = high,  2 = mid,  3 = low.
<DT><A HREF="./com/sun/speech/freetts/PhoneSet.html#VLNG"><B>VLNG</B></A> - 
Static variable in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneSet.html" title="interface in com.sun.speech.freetts">PhoneSet</A>
<DD>Vowel length:  s = short, l = long, d = dipthong, a = schwa.
<DT><A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html#vocabularySize"><B>vocabularySize</B></A> - 
Variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/PronounceableFSM.html" title="class in com.sun.speech.freetts.en.us">PronounceableFSM</A>
<DD>The vocabulary size.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#VOICE"><B>VOICE</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts"><B>Voice</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Performs text-to-speech using a series of
 <code>UtteranceProcessors</code>.<DT><A HREF="./com/sun/speech/freetts/Voice.html#Voice()"><B>Voice()</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Creates a new Voice.
<DT><A HREF="./com/sun/speech/freetts/Voice.html#Voice(java.lang.String, com.sun.speech.freetts.Gender, com.sun.speech.freetts.Age, java.lang.String, java.util.Locale, java.lang.String, java.lang.String)"><B>Voice(String, Gender, Age, String, Locale, String, String)</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Voice.html" title="class in com.sun.speech.freetts">Voice</A>
<DD>Creates a new Voice like above, except that it also
 stores the properties of the voice.
<DT><A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html#VOICE_ATTRIBUTES"><B>VOICE_ATTRIBUTES</B></A> - 
Static variable in class com.sun.speech.engine.synthesis.text.<A HREF="./com/sun/speech/engine/synthesis/text/TextSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis.text">TextSynthesizerQueueItem</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/VoiceDirectory.html" title="class in com.sun.speech.freetts"><B>VoiceDirectory</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Provides a means to access the voices that are stored in a jar
 file.<DT><A HREF="./com/sun/speech/freetts/VoiceDirectory.html#VoiceDirectory()"><B>VoiceDirectory()</B></A> - 
Constructor for class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/VoiceDirectory.html" title="class in com.sun.speech.freetts">VoiceDirectory</A>
<DD>Default constructor does nothing.
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html#voiceId"><B>voiceId</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseVoice.html" title="class in com.sun.speech.engine.synthesis">BaseVoice</A>
<DD>The id of the voice
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html#voiceList"><B>voiceList</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>
<DD>The set of voices available in this <code>Synthesizer</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/VoiceList.html" title="class in com.sun.speech.engine.synthesis"><B>VoiceList</B></A> - Class in <A HREF="./com/sun/speech/engine/synthesis/package-summary.html">com.sun.speech.engine.synthesis</A><DD>Maintains a list of JSAPI 1.0 <code>Voices</code>.<DT><A HREF="./com/sun/speech/engine/synthesis/VoiceList.html#VoiceList()"><B>VoiceList()</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/VoiceList.html" title="class in com.sun.speech.engine.synthesis">VoiceList</A>
<DD>Class constructor.
<DT><A HREF="./com/sun/speech/engine/synthesis/VoiceList.html#VoiceList(SynthesizerModeDesc)"><B>VoiceList(SynthesizerModeDesc)</B></A> - 
Constructor for class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/VoiceList.html" title="class in com.sun.speech.engine.synthesis">VoiceList</A>
<DD>Constructs from the voice list in <code>desc</code>.
<DT><A HREF="./com/sun/speech/engine/synthesis/VoiceList.html#voiceList"><B>voiceList</B></A> - 
Variable in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/VoiceList.html" title="class in com.sun.speech.engine.synthesis">VoiceList</A>
<DD>The list of <code>Voices</code>.
<DT><A HREF="./com/sun/speech/freetts/VoiceManager.html" title="class in com.sun.speech.freetts"><B>VoiceManager</B></A> - Class in <A HREF="./com/sun/speech/freetts/package-summary.html">com.sun.speech.freetts</A><DD>Provides access to voices for all of FreeTTS.<DT><A HREF="./com/sun/speech/freetts/PhoneSet.html#VRND"><B>VRND</B></A> - 
Static variable in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/PhoneSet.html" title="interface in com.sun.speech.freetts">PhoneSet</A>
<DD>Lip rounding:  + = on, - = off.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html#waitCompleted()"><B>waitCompleted()</B></A> - 
Method in class com.sun.speech.engine.synthesis.<A HREF="./com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A>
<DD>wait for this queue item to be completed
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html#waitCompleted()"><B>waitCompleted()</B></A> - 
Method in interface com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakable.html" title="interface in com.sun.speech.freetts">FreeTTSSpeakable</A>
<DD>Waits for this speakable item to be completed.
<DT><A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html#waitCompleted()"><B>waitCompleted()</B></A> - 
Method in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/FreeTTSSpeakableImpl.html" title="class in com.sun.speech.freetts">FreeTTSSpeakableImpl</A>
<DD>Waits for this speakable item to be completed.
<DT><A HREF="./com/sun/speech/engine/BaseEngine.html#waitEngineState(long)"><B>waitEngineState(long)</B></A> - 
Method in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>
<DD>Blocks the calling thread until this <code>Engine</code>
 is in a specified state.
<DT><A HREF="./com/sun/speech/engine/SpeechEventUtilities.html#waitUntilDispatched"><B>waitUntilDispatched</B></A> - 
Static variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventUtilities.html" title="class in com.sun.speech.engine">SpeechEventUtilities</A>
<DD>If true, wait until an event has been dispatched before returning
 from the post method.
<DT><A HREF="./com/sun/speech/freetts/util/WaveUtils.html" title="class in com.sun.speech.freetts.util"><B>WaveUtils</B></A> - Class in <A HREF="./com/sun/speech/freetts/util/package-summary.html">com.sun.speech.freetts.util</A><DD>Provides a set of utilities for prrocessing wave/audio data.<DT><A HREF="./com/sun/speech/freetts/util/WaveUtils.html#WaveUtils()"><B>WaveUtils()</B></A> - 
Constructor for class com.sun.speech.freetts.util.<A HREF="./com/sun/speech/freetts/util/WaveUtils.html" title="class in com.sun.speech.freetts.util">WaveUtils</A>
<DD>&nbsp;
<DT><A HREF="./com/sun/speech/freetts/en/us/USEnglish.html#WHITESPACE_SYMBOLS"><B>WHITESPACE_SYMBOLS</B></A> - 
Static variable in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/USEnglish.html" title="class in com.sun.speech.freetts.en.us">USEnglish</A>
<DD>whitespace symbols  regular expression pattern
<DT><A HREF="./com/sun/speech/freetts/Relation.html#WORD"><B>WORD</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Relation.html" title="class in com.sun.speech.freetts">Relation</A>
<DD>Name of the relation that contains the normalized version of
 the original input text.
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.html#wordBreak(com.sun.speech.freetts.Item)"><B>wordBreak(Item)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors</A>
<DD>Classifies the type of word break
<DT><A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.html#wordPunc(com.sun.speech.freetts.Item)"><B>wordPunc(Item)</B></A> - 
Static method in class com.sun.speech.freetts.en.us.<A HREF="./com/sun/speech/freetts/en/us/FeatureProcessors.html" title="class in com.sun.speech.freetts.en.us">FeatureProcessors</A>
<DD>Gets the punctuation associated with the word
<DT><A HREF="./com/sun/speech/freetts/en/us/WordRelation.html" title="class in com.sun.speech.freetts.en.us"><B>WordRelation</B></A> - Class in <A HREF="./com/sun/speech/freetts/en/us/package-summary.html">com.sun.speech.freetts.en.us</A><DD>Helper class to add words and breaks into a Relation object.<DT><A HREF="./com/sun/speech/engine/SpeechEventWrapper.html#WRAPPER_ID"><B>WRAPPER_ID</B></A> - 
Static variable in class com.sun.speech.engine.<A HREF="./com/sun/speech/engine/SpeechEventWrapper.html" title="class in com.sun.speech.engine">SpeechEventWrapper</A>
<DD>Use an id that won't be confused with JSAPI event ids.
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#write(byte[])"><B>write(byte[])</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 
Method in interface com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#write(byte[])"><B>write(byte[])</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#write(byte[])"><B>write(byte[])</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#write(byte[])"><B>write(byte[])</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#write(byte[])"><B>write(byte[])</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#write(byte[])"><B>write(byte[])</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#write(byte[])"><B>write(byte[])</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#write(byte[])"><B>write(byte[])</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
<DT><A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 
Method in class com.sun.speech.freetts.audio.<A HREF="./com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A>
<DD>Writes the given bytes to the audio stream
</DL>
<HR>
<A NAME="_Y_"><!-- --></A><H2>
<B>Y</B></H2>
<DL>
<DT><A HREF="./com/sun/speech/freetts/Age.html#YOUNGER_ADULT"><B>YOUNGER_ADULT</B></A> - 
Static variable in class com.sun.speech.freetts.<A HREF="./com/sun/speech/freetts/Age.html" title="class in com.sun.speech.freetts">Age</A>
<DD>Age roughly 20 to 40 years.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_Y_">Y</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>