This file is indexed.

/usr/share/doc/libjspeex-java/index-all.html is in libjspeex-java 0.9.7-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
<!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_23) on Mon Oct 17 20:50:06 UTC 2011 -->
<TITLE>
Index (JSpeex API Specification)
</TITLE>

<META NAME="date" CONTENT="2011-10-17">

<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 (JSpeex API Specification)";
    }
}
</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">    <FONT CLASS="NavBarFont1">Use</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="#_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="#_X_">X</A> <A HREF="#_Y_">Y</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/NbEncoder.html#abr_count"><B>abr_count</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbEncoder.html#abr_count"><B>abr_count</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbEncoder.html#abr_drift"><B>abr_drift</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Relative quality that will be needed by VBR
<DT><A HREF="./org/xiph/speex/SbEncoder.html#abr_drift"><B>abr_drift</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Relative quality that will be needed by VBR
<DT><A HREF="./org/xiph/speex/NbEncoder.html#abr_drift2"><B>abr_drift2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbEncoder.html#abr_drift2"><B>abr_drift2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbEncoder.html#abr_enabled"><B>abr_enabled</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>1 for enabling VAD, 0 otherwise
<DT><A HREF="./org/xiph/speex/SbEncoder.html#abr_enabled"><B>abr_enabled</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>1 for enabling VAD, 0 otherwise
<DT><A HREF="./org/xiph/speex/Vbr.html#accum_sum"><B>accum_sum</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Process Actions when button are pressed.
<DT><A HREF="./org/xiph/speex/player/Recorder.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Process Actions when button are pressed.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#addFileset(org.apache.tools.ant.types.FileSet)"><B>addFileset(FileSet)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Handles the <code>fileset</code> child element.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#addFileset(org.apache.tools.ant.types.FileSet)"><B>addFileset(FileSet)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>fileset</code> child element.
<DT><A HREF="./org/xiph/speex/Bits.html#advance(int)"><B>advance(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>Advance n bits.
<DT><A HREF="./org/xiph/speex/Vbr.html#analysis(float[], int, int, float)"><B>analysis(float[], int, int, float)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>This function should analyse the signal and decide how critical the
 coding error will be perceptually.
<DT><A HREF="./org/xiph/speex/player/Recorder.html#audio"><B>audio</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.html#audioFile"><B>audioFile</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.html#audioFilename"><B>audioFilename</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex"><B>AudioFileWriter</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Abstract Class that defines an Audio File Writer.<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#AudioFileWriter()"><B>AudioFileWriter()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#audioFormat"><B>audioFormat</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#audioFormat"><B>audioFormat</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#audioInputStream"><B>audioInputStream</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#audioInputStream"><B>audioInputStream</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.html#audioLength"><B>audioLength</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#audioStream"><B>audioStream</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Lpc.html#autocorr(float[], float[], int, int)"><B>autocorr(float[], float[], int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Lpc.html" title="class in org.xiph.speex">Lpc</A>
<DD>Compute the autocorrelation
         ,--,
 ac(i) = >  x(n) * x(n-i)  for all n
         `--'
 for lags between 0 and lag-1, and x == 0 outside 0...n-1
<DT><A HREF="./org/xiph/speex/NbEncoder.html#autocorr"><B>autocorr</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>2nd temporary buffer
<DT><A HREF="./org/xiph/speex/SbEncoder.html#autocorr"><B>autocorr</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Reflection coefficients
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#available()"><B>available()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>Returns the number of bytes that can be read from this inputstream without
 blocking.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#available()"><B>available()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Returns the number of bytes that can be read from this inputstream without
 blocking.
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#available()"><B>available()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Returns the number of bytes that can be read from this inputstream without
 blocking.
<DT><A HREF="./org/xiph/speex/Vbr.html#average_energy"><B>average_energy</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#awk1"><B>awk1</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Gain of LPC filter at theta=pi (fe/2)
<DT><A HREF="./org/xiph/speex/NbCodec.html#awk2"><B>awk2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Gain of LPC filter at theta=pi (fe/2)
<DT><A HREF="./org/xiph/speex/NbCodec.html#awk3"><B>awk3</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Gain of LPC filter at theta=pi (fe/2)
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/Stereo.html#balance"><B>balance</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Stereo.html" title="class in org.xiph.speex">Stereo</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Bits.html#bitPtr"><B>bitPtr</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>Position of the bit "cursor" within the current byte
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#bitrate"><B>bitrate</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines the desired bitrate for the encoded audio.
<DT><A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex"><B>Bits</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Speex bit packing and unpacking class.<DT><A HREF="./org/xiph/speex/Bits.html#Bits()"><B>Bits()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#bits"><B>bits</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#bits"><B>bits</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#bits"><B>bits</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Speex bit packing and unpacking class.
<DT><A HREF="./org/xiph/speex/SubMode.html#bits_per_frame"><B>bits_per_frame</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex">SubMode</A>
<DD>Number of bits per frame after encoding
<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html#BOTH_ENCODINGS"><B>BOTH_ENCODINGS</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi">SpeexFormatConvertionProvider</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbEncoder.html#bounded_pitch"><B>bounded_pitch</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbEncoder.html#buf"><B>buf</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#buf"><B>buf</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>The internal buffer array where the data is stored.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#buf2"><B>buf2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Temporary (Hanning) window
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#buffer"><B>buffer</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#buffer"><B>buffer</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#bufSize"><B>bufSize</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>LPC order
<DT><A HREF="./org/xiph/speex/player/Player.html#BUILD"><B>BUILD</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Build Number
<DT><A HREF="./org/xiph/speex/player/Player.html#buildButton(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.awt.event.ActionListener)"><B>buildButton(String, String, String, String, String, ActionListener)</B></A> - 
Static method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Build a Button.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#buildDestFile(java.io.File)"><B>buildDestFile(File)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Builds and returns the destination file.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#buildDestFile(java.io.File)"><B>buildDestFile(File)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Builds and returns the destination file.
<DT><A HREF="./org/xiph/speex/NbCodec.html#buildNbSubModes()"><B>buildNbSubModes()</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Build narrowband submodes
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#buildOggPageHeader(int, long, int, int, int, byte[])"><B>buildOggPageHeader(int, long, int, int, int, byte[])</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Builds and returns an Ogg Page Header.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#buildSpeexComment(java.lang.String)"><B>buildSpeexComment(String)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Builds and returns a Speex Comment.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#buildSpeexHeader(int, int, int, boolean, int)"><B>buildSpeexHeader(int, int, int, boolean, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Builds a Speex Header.
<DT><A HREF="./org/xiph/speex/SbCodec.html#buildUwbSubModes()"><B>buildUwbSubModes()</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>Build ultra-wideband submodes.
<DT><A HREF="./org/xiph/speex/SbCodec.html#buildWbSubModes()"><B>buildWbSubModes()</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>Build wideband submodes.
<DT><A HREF="./org/xiph/speex/Filters.html#bw_lpc(float, float[], float[], int)"><B>bw_lpc(float, float[], float[], int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>bw_lpc
<DT><A HREF="./org/xiph/speex/NbEncoder.html#bw_lpc1"><B>bw_lpc1</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Interpolated LPCs
<DT><A HREF="./org/xiph/speex/SbEncoder.html#bw_lpc1"><B>bw_lpc1</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Interpolated LPCs
<DT><A HREF="./org/xiph/speex/NbEncoder.html#bw_lpc2"><B>bw_lpc2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>LPCs after bandwidth expansion by gamma1 for perceptual weighting
<DT><A HREF="./org/xiph/speex/SbEncoder.html#bw_lpc2"><B>bw_lpc2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>LPCs after bandwidth expansion by gamma1 for perceptual weighting
<DT><A HREF="./org/xiph/speex/Bits.html#bytePtr"><B>bytePtr</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>Position of the byte "cursor"
<DT><A HREF="./org/xiph/speex/Bits.html#bytes"><B>bytes</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>"raw" data
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#calculateBlockSize(int, int, int)"><B>calculateBlockSize(int, int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Calculates block size (considering padding).
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#calculateEffectiveBitrate(int, int, int)"><B>calculateEffectiveBitrate(int, int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Calculates effective bitrate (considering padding).
<DT><A HREF="./org/xiph/speex/player/Recorder.html#capture"><B>capture</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/CbSearch.html" title="class in org.xiph.speex"><B>CbSearch</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Abstract class that is the base for the various Codebook search methods.<DT><A HREF="./org/xiph/speex/CbSearch.html#CbSearch()"><B>CbSearch()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/CbSearch.html" title="class in org.xiph.speex">CbSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Codebook.html#cdbk_nb"><B>cdbk_nb</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Codebook (narrowband)
<DT><A HREF="./org/xiph/speex/Codebook.html#cdbk_nb_high1"><B>cdbk_nb_high1</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Codebook (narrowband)
<DT><A HREF="./org/xiph/speex/Codebook.html#cdbk_nb_high2"><B>cdbk_nb_high2</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Codebook (narrowband)
<DT><A HREF="./org/xiph/speex/Codebook.html#cdbk_nb_low1"><B>cdbk_nb_low1</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Codebook (narrowband)
<DT><A HREF="./org/xiph/speex/Codebook.html#cdbk_nb_low2"><B>cdbk_nb_low2</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Codebook (narrowband)
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#channelCount"><B>channelCount</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>The number of audio channels (1=mono, 2=stereo).
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#channels"><B>channels</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>If input is raw, defines th number of channels (1=mono, 2=stereo).
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#channels"><B>channels</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines the number of channels of the audio input (1=mono, 2=stereo).
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#channels"><B>channels</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Defines the number of channels of the audio input (1=mono, 2=stereo).
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#channels"><B>channels</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Defines the number of channels of the audio input (1=mono, 2=stereo).
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#channels"><B>channels</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#channels"><B>channels</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#channels"><B>channels</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The number of audio channels (1=mono, 2=stereo).
<DT><A HREF="./org/xiph/speex/player/Recorder.html#CHANNELS_MONO"><B>CHANNELS_MONO</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Mono Audio (1 channel).
<DT><A HREF="./org/xiph/speex/player/Recorder.html#CHANNELS_STEREO"><B>CHANNELS_STEREO</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Stereo Audio (2 channels).
<DT><A HREF="./org/xiph/speex/Lsp.html#cheb_poly_eva(float[], float, int)"><B>cheb_poly_eva(float[], float, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Lsp.html" title="class in org.xiph.speex">Lsp</A>
<DD>This function evaluates a series of Chebyshev polynomials.
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#checkIfStillOpen()"><B>checkIfStillOpen()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>Check to make sure that this stream has not been closed
<DT><A HREF="./org/xiph/speex/OggCrc.html#checksum(int, byte[], int, int)"><B>checksum(int, byte[], int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/OggCrc.html" title="class in org.xiph.speex">OggCrc</A>
<DD>Calculates the checksum on the given data, from the give offset and
 for the given length, using the given initial value.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#close()"><B>close()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Closes the output file.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#close()"><B>close()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Closes the output file.
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#close()"><B>close()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Closes the output file.
<DT><A HREF="./org/xiph/speex/RawWriter.html#close()"><B>close()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/RawWriter.html" title="class in org.xiph.speex">RawWriter</A>
<DD>Closes the output file.
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#close()"><B>close()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>Closes this input stream and releases any system resources associated with
 the stream.
<DT><A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex"><B>Codebook</B></A> - Interface in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Codebook tables<DT><A HREF="./org/xiph/speex/Filters.html#comb_filter(float[], int, float[], int, int, int, float[], float)"><B>comb_filter(float[], int, float[], int, int, int, float[], float)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>Comb Filter
<DT><A HREF="./org/xiph/speex/SubMode.html#comb_gain"><B>comb_gain</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex">SubMode</A>
<DD>Gain of enhancer comb filter
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#comment"><B>comment</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The comment String that will appear in the Ogg comment packet.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#complexity"><B>complexity</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines the encoders algorithmic complexity.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#complexity"><B>complexity</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbEncoder.html#complexity"><B>complexity</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Vbr.html#consec_noise"><B>consec_noise</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#COPYRIGHT"><B>COPYRIGHT</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Copyright display String
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#COPYRIGHT"><B>COPYRIGHT</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Copyright display String
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#count"><B>count</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>The index one greater than the index of the last valid byte in the buffer.
<DT><A HREF="./org/xiph/speex/NbDecoder.html#count_lost"><B>count_lost</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/OggCrc.html#crc_lookup"><B>crc_lookup</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggCrc.html" title="class in org.xiph.speex">OggCrc</A>
<DD>CRC checksum lookup table
<DT><A HREF="./org/xiph/speex/player/Player.html#createButtonPanel()"><B>createButtonPanel()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Create the ButtonPanel for the player.
<DT><A HREF="./org/xiph/speex/player/Recorder.html#createButtonPanel()"><B>createButtonPanel()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Create the ButtonPanel for the recorder.
<DT><A HREF="./org/xiph/speex/player/Player.html#createGUI()"><B>createGUI()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Create GUI for the player.
<DT><A HREF="./org/xiph/speex/player/Player.html#createImageIcon(java.lang.String)"><B>createImageIcon(String)</B></A> - 
Static method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Returns an ImageIcon, or null if the path was invalid.
<DT><A HREF="./org/xiph/speex/player/Player.html#createScrollPanel()"><B>createScrollPanel()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Create the ScrollPanel for the player.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#dataBuffer"><B>dataBuffer</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Data buffer
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#dataBufferPtr"><B>dataBufferPtr</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Pointer within the Data buffer
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#DEBUG"><B>DEBUG</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Print level for messages : Print debug information
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#DEBUG"><B>DEBUG</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Print level for messages : Print debug information
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#decode(java.io.File, java.io.File)"><B>decode(File, File)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Decodes a spx file to wave.
<DT><A HREF="./org/xiph/speex/Decoder.html#decode(org.xiph.speex.Bits, float[])"><B>decode(Bits, float[])</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Decoder.html" title="interface in org.xiph.speex">Decoder</A>
<DD>Decode the given input bits.
<DT><A HREF="./org/xiph/speex/NbDecoder.html#decode(org.xiph.speex.Bits, float[])"><B>decode(Bits, float[])</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>Decode the given input bits.
<DT><A HREF="./org/xiph/speex/SbDecoder.html#decode(org.xiph.speex.Bits, float[])"><B>decode(Bits, float[])</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>Decode the given input bits.
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#decode(byte[], int, int)"><B>decode(byte[], int, int)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>This is where the actual decoding takes place.
<DT><A HREF="./org/xiph/speex/Stereo.html#decode(float[], int)"><B>decode(float[], int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Stereo.html" title="class in org.xiph.speex">Stereo</A>
<DD>Transforms a mono frame into a stereo frame using intensity stereo info.
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#decodedData"><B>decodedData</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#decodedData"><B>decodedData</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Array containing the decoded audio samples.
<DT><A HREF="./org/xiph/speex/NbDecoder.html#decodeLost(float[])"><B>decodeLost(float[])</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>Decode when packets are lost.
<DT><A HREF="./org/xiph/speex/SbDecoder.html#decodeLost(float[], boolean)"><B>decodeLost(float[], boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>Decode when packets are lost.
<DT><A HREF="./org/xiph/speex/Decoder.html" title="interface in org.xiph.speex"><B>Decoder</B></A> - Interface in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Speex Decoder inteface, used as a base for the Narrowband and sideband
 decoders.<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#decoder"><B>decoder</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#decoder"><B>decoder</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Speex Decoder.
<DT><A HREF="./org/xiph/speex/Decoder.html#decodeStereo(float[], int)"><B>decodeStereo(float[], int)</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Decoder.html" title="interface in org.xiph.speex">Decoder</A>
<DD>Decode the given bits to stereo.
<DT><A HREF="./org/xiph/speex/NbDecoder.html#decodeStereo(float[], int)"><B>decodeStereo(float[], int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>Decode the given bits to stereo.
<DT><A HREF="./org/xiph/speex/SbDecoder.html#decodeStereo(float[], int)"><B>decodeStereo(float[], int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>Decode the given bits to stereo.
<DT><A HREF="./org/xiph/speex/Bits.html#DEFAULT_BUFFER_SIZE"><B>DEFAULT_BUFFER_SIZE</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>Default buffer size
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#DEFAULT_BUFFER_SIZE"><B>DEFAULT_BUFFER_SIZE</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>The default size of the buffer.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#DEFAULT_BUFFER_SIZE"><B>DEFAULT_BUFFER_SIZE</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The default size of the buffer (UWB stereo requires at least 2560b).
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#DEFAULT_CHANNELS"><B>DEFAULT_CHANNELS</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The default number of channels if none is given in the constructor.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#DEFAULT_FRAMES_PER_PACKET"><B>DEFAULT_FRAMES_PER_PACKET</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The default number of Speex frames that will be put in each Ogg packet.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#DEFAULT_PACKETS_PER_OGG_PAGE"><B>DEFAULT_PACKETS_PER_OGG_PAGE</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The default number of Ogg packets that will be put in each Ogg page.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#DEFAULT_QUALITY"><B>DEFAULT_QUALITY</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The default quality setting for the Speex encoder.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#DEFAULT_QUALITY"><B>DEFAULT_QUALITY</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Default quality setting for the Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#DEFAULT_SAMPLERATE"><B>DEFAULT_SAMPLERATE</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The default sample rate if none is given in the constructor.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#DEFAULT_VBR"><B>DEFAULT_VBR</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Default VBR setting for the Speex encoding.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#destDir"><B>destDir</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Directory to place destination files
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#destDir"><B>destDir</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Directory to place destination files
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#destFile"><B>destFile</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Destination file of decoded audio
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#destFile"><B>destFile</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Destination file of decoded audio
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#destFormat"><B>destFormat</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Defines File format for output audio file (Raw or Wave).
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#destFormat"><B>destFormat</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines File format for output audio file (Raw or Wave).
<DT><A HREF="./org/xiph/speex/player/PlayerApplet.html#destroy()"><B>destroy()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/PlayerApplet.html" title="class in org.xiph.speex.player">PlayerApplet</A>
<DD>Called by the browser or applet viewer to inform this applet that it is
 being reclaimed and that it should destroy any resources that it has
 allocated.
<DT><A HREF="./org/xiph/speex/player/RecorderApplet.html#destroy()"><B>destroy()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/RecorderApplet.html" title="class in org.xiph.speex.player">RecorderApplet</A>
<DD>Called by the browser or applet viewer to inform this applet that it is
 being reclaimed and that it should destroy any resources that it has
 allocated.
<DT><A HREF="./org/xiph/speex/SubMode.html#double_codebook"><B>double_codebook</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex">SubMode</A>
<DD>Apply innovation quantization twice for higher quality (and higher bit-rate)
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#dtx"><B>dtx</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines whether or not to use DTX (Discontinuous Transmission).
<DT><A HREF="./org/xiph/speex/NbEncoder.html#dtx_count"><B>dtx_count</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>State of the VBR data
<DT><A HREF="./org/xiph/speex/NbCodec.html#dtx_enabled"><B>dtx_enabled</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/Ltp3Tap.html#e"><B>e</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp3Tap.html" title="class in org.xiph.speex">Ltp3Tap</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#e"><B>e</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#E"><B>E</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Stereo.html#e_ratio"><B>e_ratio</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Stereo.html" title="class in org.xiph.speex">Stereo</A>
<DD>Left/right balance info
<DT><A HREF="./org/xiph/speex/Stereo.html#e_ratio_quant"><B>e_ratio_quant</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Stereo.html" title="class in org.xiph.speex">Stereo</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#encode(java.io.File, java.io.File)"><B>encode(File, File)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Encodes a PCM file to Speex.
<DT><A HREF="./org/xiph/speex/Encoder.html#encode(org.xiph.speex.Bits, float[])"><B>encode(Bits, float[])</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Encode the given input signal.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#encode(org.xiph.speex.Bits, float[])"><B>encode(Bits, float[])</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Encode the given input signal.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#encode(org.xiph.speex.Bits, float[])"><B>encode(Bits, float[])</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Encode the given input signal.
<DT><A HREF="./org/xiph/speex/Stereo.html#encode(org.xiph.speex.Bits, float[], int)"><B>encode(Bits, float[], int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Stereo.html" title="class in org.xiph.speex">Stereo</A>
<DD>Transforms a stereo frame into a mono frame and stores intensity stereo
 info in 'bits'.
<DT><A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex"><B>Encoder</B></A> - Interface in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Speex Encoder interface, used as a base for the Narrowband and sideband
 encoders.<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#encoder"><B>encoder</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#encoder"><B>encoder</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The Speex Encoder class.
<DT><A HREF="./org/xiph/speex/Vbr.html#energy_alpha"><B>energy_alpha</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Lsp.html#enforce_margin(float[], int, float)"><B>enforce_margin(float[], int, float)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Lsp.html" title="class in org.xiph.speex">Lsp</A>
<DD>Makes sure the LSPs are stable.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#enhanced"><B>enhanced</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Defines whether or not the perceptual enhancement is used.
<DT><A HREF="./org/xiph/speex/NbDecoder.html#enhanced"><B>enhanced</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbDecoder.html#enhanced"><B>enhanced</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#ERROR"><B>ERROR</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Print level for messages : Print only errors
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#ERROR"><B>ERROR</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Print level for messages : Print only errors
<DT><A HREF="./org/xiph/speex/NbEncoder.html#exc2Buf"><B>exc2Buf</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>1-element memory for pre-emphasis
<DT><A HREF="./org/xiph/speex/NbEncoder.html#exc2Idx"><B>exc2Idx</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>"Pitch enhanced" excitation
<DT><A HREF="./org/xiph/speex/Codebook.html#exc_10_16_table"><B>exc_10_16_table</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Excitation Codebook
<DT><A HREF="./org/xiph/speex/Codebook.html#exc_10_32_table"><B>exc_10_32_table</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Excitation Codebook
<DT><A HREF="./org/xiph/speex/Codebook.html#exc_20_32_table"><B>exc_20_32_table</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Excitation Codebook
<DT><A HREF="./org/xiph/speex/Codebook.html#exc_5_256_table"><B>exc_5_256_table</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Excitation Codebook
<DT><A HREF="./org/xiph/speex/Codebook.html#exc_5_64_table"><B>exc_5_64_table</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Excitation Codebook
<DT><A HREF="./org/xiph/speex/Codebook.html#exc_8_128_table"><B>exc_8_128_table</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Excitation Codebook
<DT><A HREF="./org/xiph/speex/NbCodec.html#exc_gain_quant_scal1"><B>exc_gain_quant_scal1</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#exc_gain_quant_scal3"><B>exc_gain_quant_scal3</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#excBuf"><B>excBuf</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#excIdx"><B>excIdx</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Excitation buffer
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#execute()"><B>execute()</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>The method executing the task.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#execute()"><B>execute()</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>The method executing the task.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#failOnError"><B>failOnError</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#failOnError"><B>failOnError</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#FILE_FORMAT_OGG"><B>FILE_FORMAT_OGG</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>File format for input or output audio file: Ogg
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#FILE_FORMAT_OGG"><B>FILE_FORMAT_OGG</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>File format for input or output audio file: Ogg
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#FILE_FORMAT_RAW"><B>FILE_FORMAT_RAW</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>File format for input or output audio file: Raw
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#FILE_FORMAT_RAW"><B>FILE_FORMAT_RAW</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>File format for input or output audio file: Raw
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#FILE_FORMAT_WAVE"><B>FILE_FORMAT_WAVE</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>File format for input or output audio file: Wave
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#FILE_FORMAT_WAVE"><B>FILE_FORMAT_WAVE</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>File format for input or output audio file: Wave
<DT><A HREF="./org/xiph/speex/player/PlayerApplet.html#filename"><B>filename</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/PlayerApplet.html" title="class in org.xiph.speex.player">PlayerApplet</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/RecorderApplet.html#filename"><B>filename</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/RecorderApplet.html" title="class in org.xiph.speex.player">RecorderApplet</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#fill()"><B>fill()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>Fills the buffer with more data, taking into account shuffling and other
 tricks for dealing with marks.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#fill()"><B>fill()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Fills the buffer with more data, taking into account
 shuffling and other tricks for dealing with marks.
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#fill()"><B>fill()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Fills the buffer with more data, taking into account shuffling and other
 tricks for dealing with marks.
<DT><A HREF="./org/xiph/speex/Filters.html#filter_mem2(float[], int, float[], float[], int, int, float[], int)"><B>filter_mem2(float[], int, float[], float[], int, int, float[], int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>filter_mem2
<DT><A HREF="./org/xiph/speex/Filters.html#filter_mem2(float[], int, float[], float[], float[], int, int, int, float[], int)"><B>filter_mem2(float[], int, float[], float[], float[], int, int, int, float[], int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>filter_mem2
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi"><B>FilteredAudioInputStream</B></A> - Class in <A HREF="./org/xiph/speex/spi/package-summary.html">org.xiph.speex.spi</A><DD>A <code>FilteredAudioInputStream</code> is an AudioInputStream with buffers
 to facilitate transcoding the audio.<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#FilteredAudioInputStream(java.io.InputStream, javax.sound.sampled.AudioFormat, long)"><B>FilteredAudioInputStream(InputStream, AudioFormat, long)</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>Creates a <code>FilteredAudioInputStream</code> and saves its argument,
 the input stream <code>in</code>, for later use.
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#FilteredAudioInputStream(java.io.InputStream, javax.sound.sampled.AudioFormat, long, int)"><B>FilteredAudioInputStream(InputStream, AudioFormat, long, int)</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>Creates a <code>FilteredAudioInputStream</code> with the specified buffer
 size, and saves its argument, the inputstream <code>in</code> for later use.
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#FilteredAudioInputStream(java.io.InputStream, javax.sound.sampled.AudioFormat, long, int, int)"><B>FilteredAudioInputStream(InputStream, AudioFormat, long, int, int)</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>Creates a <code>FilteredAudioInputStream</code> with the specified buffer
 size, and saves its argument, the inputstream <code>in</code> for later use.
<DT><A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex"><B>Filters</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Filters<DT><A HREF="./org/xiph/speex/Filters.html#Filters()"><B>Filters()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/NbCodec.html#filters"><B>filters</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Filters.html#fir_mem2(float[], int, float[], float[], int, int, int, float[])"><B>fir_mem2(float[], int, float[], float[], int, int, int, float[])</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>fir_mem2
<DT><A HREF="./org/xiph/speex/Filters.html#fir_mem_up(float[], float[], float[], int, int, float[])"><B>fir_mem_up(float[], float[], float[], int, int, float[])</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>fir_mem_up
<DT><A HREF="./org/xiph/speex/NbCodec.html#first"><B>first</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Activated sub-mode
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#first"><B>first</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Flag to indicate if this is the first time a encode method is called.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#flush(boolean)"><B>flush(boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Flush the Ogg page out of the buffers into the file.
<DT><A HREF="./org/xiph/speex/SbCodec.html#foldingGain"><B>foldingGain</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SubMode.html#forced_pitch_gain"><B>forced_pitch_gain</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex">SubMode</A>
<DD>Use the same (forced) pitch gain for all sub-frames
<DT><A HREF="./org/xiph/speex/NbCodec.html#frameSize"><B>frameSize</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Is this the first frame?
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#frameSize"><B>frameSize</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#frameSize"><B>frameSize</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#frameSize"><B>frameSize</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The size in bytes of PCM data that will be encoded into 1 Speex frame.
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#frameSize"><B>frameSize</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>The frame size, in samples.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#framesPerPacket"><B>framesPerPacket</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The number of Speex frames that will be put in each Ogg packet.
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#framesPerPacket"><B>framesPerPacket</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>The number of Speex frames that will be put in each Ogg packet.
<DT><A HREF="./org/xiph/speex/NbCodec.html#frmBuf"><B>frmBuf</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>1-element memory for pre-emphasis
<DT><A HREF="./org/xiph/speex/NbCodec.html#frmIdx"><B>frmIdx</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Input buffer (original signal)
<DT><A HREF="./org/xiph/speex/SbCodec.html#fullFrameSize"><B>fullFrameSize</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/SbCodec.html#g0_mem"><B>g0_mem</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbCodec.html#g1_mem"><B>g1_mem</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Ltp3Tap.html#gain"><B>gain</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp3Tap.html" title="class in org.xiph.speex">Ltp3Tap</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Ltp3Tap.html#gain_bits"><B>gain_bits</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp3Tap.html" title="class in org.xiph.speex">Ltp3Tap</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Ltp3Tap.html#gain_cdbk"><B>gain_cdbk</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp3Tap.html" title="class in org.xiph.speex">Ltp3Tap</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Codebook.html#gain_cdbk_lbr"><B>gain_cdbk_lbr</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Gain Codebook (LBR)
<DT><A HREF="./org/xiph/speex/Codebook.html#gain_cdbk_nb"><B>gain_cdbk_nb</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Gain Codebook (narrowband)
<DT><A HREF="./org/xiph/speex/NbCodec.html#gamma1"><B>gamma1</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Maximum pitch value allowed
<DT><A HREF="./org/xiph/speex/NbCodec.html#gamma2"><B>gamma2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Perceptual filter: A(z/gamma1)
<DT><A HREF="./org/xiph/speex/Encoder.html#getAbr()"><B>getAbr()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns the Average Bit Rate used (0 if ABR is not turned on).
<DT><A HREF="./org/xiph/speex/NbEncoder.html#getAbr()"><B>getAbr()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Returns the Average Bit Rate used (0 if ABR is not turned on).
<DT><A HREF="./org/xiph/speex/SbEncoder.html#getAbr()"><B>getAbr()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Returns the Average Bit Rate used (0 if ABR is not turned on).
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#getAudioFileFormat(java.io.File)"><B>getAudioFileFormat(File)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>Obtains the audio file format of the File provided.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#getAudioFileFormat(java.net.URL)"><B>getAudioFileFormat(URL)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>Obtains an audio input stream from the URL provided.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#getAudioFileFormat(java.io.InputStream)"><B>getAudioFileFormat(InputStream)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>Obtains an audio input stream from the input stream provided.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#getAudioFileFormat(java.io.InputStream, int)"><B>getAudioFileFormat(InputStream, int)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>Return the AudioFileFormat from the given InputStream.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#getAudioFileFormat(java.io.InputStream, java.io.ByteArrayOutputStream, int)"><B>getAudioFileFormat(InputStream, ByteArrayOutputStream, int)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>Return the AudioFileFormat from the given InputStream.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html#getAudioFileTypes()"><B>getAudioFileTypes()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html" title="class in org.xiph.speex.spi">SpeexAudioFileWriter</A>
<DD>Obtains the file types for which file writing support is provided by this audio file writer.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html#getAudioFileTypes(javax.sound.sampled.AudioInputStream)"><B>getAudioFileTypes(AudioInputStream)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html" title="class in org.xiph.speex.spi">SpeexAudioFileWriter</A>
<DD>Obtains the file types that this audio file writer can write from the
 audio input stream specified.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#getAudioInputStream(java.io.File)"><B>getAudioInputStream(File)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>Obtains an audio input stream from the File provided.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#getAudioInputStream(java.net.URL)"><B>getAudioInputStream(URL)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>Obtains an audio input stream from the URL provided.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#getAudioInputStream(java.io.InputStream)"><B>getAudioInputStream(InputStream)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>Obtains an audio input stream from the input stream provided.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#getAudioInputStream(java.io.InputStream, int)"><B>getAudioInputStream(InputStream, int)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>Obtains an audio input stream from the input stream provided.
<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html#getAudioInputStream(javax.sound.sampled.AudioFormat.Encoding, javax.sound.sampled.AudioInputStream)"><B>getAudioInputStream(AudioFormat.Encoding, AudioInputStream)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi">SpeexFormatConvertionProvider</A>
<DD>Obtains an audio input stream with the specified encoding from the given
 audio input stream.
<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html#getAudioInputStream(javax.sound.sampled.AudioFormat, javax.sound.sampled.AudioInputStream)"><B>getAudioInputStream(AudioFormat, AudioInputStream)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi">SpeexFormatConvertionProvider</A>
<DD>Obtains an audio input stream with the specified format from the given
 audio input stream.
<DT><A HREF="./org/xiph/speex/player/Player.html#getAudioStream()"><B>getAudioStream()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Returns an InputSteam containing the Audio to playback.
<DT><A HREF="./org/xiph/speex/player/Recorder.html#getAudioStream()"><B>getAudioStream()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Returns an InputSteam containing the Audio to playback.
<DT><A HREF="./org/xiph/speex/Encoder.html#getBitRate()"><B>getBitRate()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Get the current Bit Rate.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#getBitRate()"><B>getBitRate()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Gets the bitrate.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#getBitRate()"><B>getBitRate()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Returns the bitrate.
<DT><A HREF="./org/xiph/speex/Bits.html#getBuffer()"><B>getBuffer()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>Returns the current buffer array.
<DT><A HREF="./org/xiph/speex/Bits.html#getBufferSize()"><B>getBufferSize()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>Returns the number of bytes used in the current buffer.
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#getChannels()"><B>getChannels()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>Returns the number of channels.
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#getChannels()"><B>getChannels()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>Returns the number of channels.
<DT><A HREF="./org/xiph/speex/Encoder.html#getComplexity()"><B>getComplexity()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns the algorthmic complexity.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#getComplexity()"><B>getComplexity()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Returns the algorthmic complexity.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#getComplexity()"><B>getComplexity()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Returns the algorthmic complexity.
<DT><A HREF="./org/xiph/speex/Decoder.html#getDtx()"><B>getDtx()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Decoder.html" title="interface in org.xiph.speex">Decoder</A>
<DD>Returns whether or not we are using Discontinuous Transmission encoding.
<DT><A HREF="./org/xiph/speex/Encoder.html#getDtx()"><B>getDtx()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns whether or not we are using Discontinuous Transmission encoding.
<DT><A HREF="./org/xiph/speex/NbCodec.html#getDtx()"><B>getDtx()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Returns whether or not we are using Discontinuous Transmission encoding.
<DT><A HREF="./org/xiph/speex/SbCodec.html#getDtx()"><B>getDtx()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>Returns whether or not we are using Discontinuous Transmission encoding.
<DT><A HREF="./org/xiph/speex/Encoder.html#getEncodedFrameSize()"><B>getEncodedFrameSize()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns the size in bits of an audio frame encoded with the current mode.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#getEncodedFrameSize()"><B>getEncodedFrameSize()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Returns the size in bits of an audio frame encoded with the current mode.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#getEncodedFrameSize()"><B>getEncodedFrameSize()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Returns the size in bits of an audio frame encoded with the current mode.
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#getEncoder()"><B>getEncoder()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>Returns the Encoder being used (Narrowband, Wideband or Ultrawideband).
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#getEncoder()"><B>getEncoder()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Returns the Encoder.
<DT><A HREF="./org/xiph/speex/Decoder.html#getExc()"><B>getExc()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Decoder.html" title="interface in org.xiph.speex">Decoder</A>
<DD>Returns the excitation array.
<DT><A HREF="./org/xiph/speex/Encoder.html#getExc()"><B>getExc()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns the excitation array.
<DT><A HREF="./org/xiph/speex/NbCodec.html#getExc()"><B>getExc()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Returns the excitation array.
<DT><A HREF="./org/xiph/speex/SbCodec.html#getExc()"><B>getExc()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>Returns the excitation array.
<DT><A HREF="./org/xiph/speex/Decoder.html#getFrameSize()"><B>getFrameSize()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Decoder.html" title="interface in org.xiph.speex">Decoder</A>
<DD>Returns the size of a frame.
<DT><A HREF="./org/xiph/speex/Encoder.html#getFrameSize()"><B>getFrameSize()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns the size of a frame.
<DT><A HREF="./org/xiph/speex/NbCodec.html#getFrameSize()"><B>getFrameSize()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Returns the size of a frame (ex: 160 samples for a narrowband frame,
 320 for wideband and 640 for ultra-wideband).
<DT><A HREF="./org/xiph/speex/SbCodec.html#getFrameSize()"><B>getFrameSize()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>Returns the size of a frame (ex: 160 samples for a narrowband frame,
 320 for wideband and 640 for ultra-wideband).
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#getFrameSize()"><B>getFrameSize()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>Returns the size of a frame.
<DT><A HREF="./org/xiph/speex/Decoder.html#getInnov()"><B>getInnov()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Decoder.html" title="interface in org.xiph.speex">Decoder</A>
<DD>Returns the innovation array.
<DT><A HREF="./org/xiph/speex/Encoder.html#getInnov()"><B>getInnov()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns the innovation array.
<DT><A HREF="./org/xiph/speex/NbCodec.html#getInnov()"><B>getInnov()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Returns the innovation array.
<DT><A HREF="./org/xiph/speex/SbCodec.html#getInnov()"><B>getInnov()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>Returns the innovation array.
<DT><A HREF="./org/xiph/speex/Encoder.html#getLookAhead()"><B>getLookAhead()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Return LookAhead.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#getLookAhead()"><B>getLookAhead()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Return LookAhead.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#getLookAhead()"><B>getLookAhead()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Return LookAhead.
<DT><A HREF="./org/xiph/speex/Encoder.html#getMode()"><B>getMode()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns the encoding submode currently in use.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#getMode()"><B>getMode()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Returns the encoding submode currently in use.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#getMode()"><B>getMode()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Returns the encoding submode currently in use.
<DT><A HREF="./org/xiph/speex/Decoder.html#getPerceptualEnhancement()"><B>getPerceptualEnhancement()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Decoder.html" title="interface in org.xiph.speex">Decoder</A>
<DD>Returns whether perceptual enhancement is enabled or disabled.
<DT><A HREF="./org/xiph/speex/NbDecoder.html#getPerceptualEnhancement()"><B>getPerceptualEnhancement()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>Returns whether perceptual enhancement is enabled or disabled.
<DT><A HREF="./org/xiph/speex/SbDecoder.html#getPerceptualEnhancement()"><B>getPerceptualEnhancement()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>Returns whether perceptual enhancement is enabled or disabled.
<DT><A HREF="./org/xiph/speex/Decoder.html#getPiGain()"><B>getPiGain()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Decoder.html" title="interface in org.xiph.speex">Decoder</A>
<DD>Returns the Pitch Gain array.
<DT><A HREF="./org/xiph/speex/Encoder.html#getPiGain()"><B>getPiGain()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns the Pitch Gain array.
<DT><A HREF="./org/xiph/speex/NbCodec.html#getPiGain()"><B>getPiGain()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Returns the Pitch Gain array.
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#getProcessedData(byte[], int)"><B>getProcessedData(byte[], int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>Pull the decoded data out into a byte array at the given offset
 and returns the number of bytes processed and just read.
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#getProcessedData(short[], int)"><B>getProcessedData(short[], int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>Pull the decoded data out into a short array at the given offset
 and returns tne number of shorts processed and just read
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#getProcessedData(byte[], int)"><B>getProcessedData(byte[], int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>Pull the decoded data out into a byte array at the given offset
 and returns the number of bytes of encoded data just read.
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#getProcessedDataByteSize()"><B>getProcessedDataByteSize()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>Returns the number of bytes processed and ready to be read.
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#getProcessedDataByteSize()"><B>getProcessedDataByteSize()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>Returns the number of bytes of encoded data ready to be read.
<DT><A HREF="./org/xiph/speex/player/Player.html#getProgress()"><B>getProgress()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Return the progress of the playback.
<DT><A HREF="./org/xiph/speex/player/Recorder.html#getProgress()"><B>getProgress()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Return the progress of the playback.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#getQuality()"><B>getQuality()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Returns the quality setting for the Speex encoding.
<DT><A HREF="./org/xiph/speex/Encoder.html#getRelativeQuality()"><B>getRelativeQuality()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns the relative quality.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#getRelativeQuality()"><B>getRelativeQuality()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Returns the relative quality.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#getRelativeQuality()"><B>getRelativeQuality()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Returns the relative quality.
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#getSampleRate()"><B>getSampleRate()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>Returns the sample rate.
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#getSampleRate()"><B>getSampleRate()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>Returns the sample rate.
<DT><A HREF="./org/xiph/speex/Encoder.html#getSamplingRate()"><B>getSamplingRate()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns the sampling rate.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#getSamplingRate()"><B>getSamplingRate()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Returns the sampling rate.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#getSamplingRate()"><B>getSamplingRate()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Returns the sampling rate.
<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html#getSourceEncodings()"><B>getSourceEncodings()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi">SpeexFormatConvertionProvider</A>
<DD>Obtains the set of source format encodings from which format conversion
 services are provided by this provider.
<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html#getTargetEncodings()"><B>getTargetEncodings()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi">SpeexFormatConvertionProvider</A>
<DD>Obtains the set of target format encodings to which format conversion
 services are provided by this provider.
<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html#getTargetEncodings(javax.sound.sampled.AudioFormat)"><B>getTargetEncodings(AudioFormat)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi">SpeexFormatConvertionProvider</A>
<DD>Obtains the set of target format encodings supported by the format
 converter given a particular source format.
<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html#getTargetFormats(javax.sound.sampled.AudioFormat.Encoding, javax.sound.sampled.AudioFormat)"><B>getTargetFormats(AudioFormat.Encoding, AudioFormat)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi">SpeexFormatConvertionProvider</A>
<DD>Obtains the set of target formats with the encoding specified supported by
 the format converter.
<DT><A HREF="./org/xiph/speex/Encoder.html#getVad()"><B>getVad()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns whether or not we are using Voice Activity Detection encoding.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#getVad()"><B>getVad()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Returns whether or not we are using Voice Activity Detection encoding.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#getVad()"><B>getVad()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Returns whether or not we are using Voice Activity Detection encoding.
<DT><A HREF="./org/xiph/speex/Encoder.html#getVbr()"><B>getVbr()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns whether or not we are using Variable Bit Rate encoding.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#getVbr()"><B>getVbr()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Returns whether or not we are using Variable Bit Rate encoding.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#getVbr()"><B>getVbr()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Returns whether or not we are using Variable Bit Rate encoding.
<DT><A HREF="./org/xiph/speex/Encoder.html#getVbrQuality()"><B>getVbrQuality()</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Returns the Varible Bit Rate Quality.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#getVbrQuality()"><B>getVbrQuality()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Returns the Varible Bit Rate Quality.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#getVbrQuality()"><B>getVbrQuality()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Returns the Varible Bit Rate Quality.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#granulepos"><B>granulepos</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Absolute granule position
 (the number of audio samples from beginning of file to end of Ogg Packet).
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#granulepos"><B>granulepos</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>A counter for the number of PCM samples that have been encoded.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/Codebook.html#h0"><B>h0</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>QMF (Quadratic Mirror Filter) table
<DT><A HREF="./org/xiph/speex/SbEncoder.html#h0_mem"><B>h0_mem</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Codebook.html#h1"><B>h1</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>QMF (Quadratic Mirror Filter) table
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#have_sign"><B>have_sign</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SubMode.html#have_subframe_gain"><B>have_subframe_gain</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex">SubMode</A>
<DD>Number of bits to use as sub-frame innovation gain
<DT><A HREF="./org/xiph/speex/Vbr.html#hb_thresh"><B>hb_thresh</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>Wideband threshhold table.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#headerBuffer"><B>headerBuffer</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Header buffer
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#headerBufferPtr"><B>headerBufferPtr</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Pointer within the Header buffer
<DT><A HREF="./org/xiph/speex/Codebook.html#hexc_10_32_table"><B>hexc_10_32_table</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Excitation Codebook
<DT><A HREF="./org/xiph/speex/Codebook.html#hexc_table"><B>hexc_table</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>Excitation Codebook
<DT><A HREF="./org/xiph/speex/SbCodec.html#high"><B>high</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Codebook.html#high_lsp_cdbk"><B>high_lsp_cdbk</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>LSP Codebook (high)
<DT><A HREF="./org/xiph/speex/Codebook.html#high_lsp_cdbk2"><B>high_lsp_cdbk2</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>LSP Codebook (high)
<DT><A HREF="./org/xiph/speex/HighLspQuant.html" title="class in org.xiph.speex"><B>HighLspQuant</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>LSP Quantisation and Unquantisation (high)<DT><A HREF="./org/xiph/speex/HighLspQuant.html#HighLspQuant()"><B>HighLspQuant()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/HighLspQuant.html" title="class in org.xiph.speex">HighLspQuant</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/Filters.html#iir_mem2(float[], int, float[], float[], int, int, int, float[])"><B>iir_mem2(float[], int, float[], float[], int, int, int, float[])</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>iir_mem2
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#in"><B>in</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>The underlying inputStream.
<DT><A HREF="./org/xiph/speex/Inband.html" title="class in org.xiph.speex"><B>Inband</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Speex in-band and User in-band controls.<DT><A HREF="./org/xiph/speex/Inband.html#Inband(org.xiph.speex.Stereo)"><B>Inband(Stereo)</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/Inband.html" title="class in org.xiph.speex">Inband</A>
<DD>Constructor.
<DT><A HREF="./org/xiph/speex/NbDecoder.html#inband"><B>inband</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#ind"><B>ind</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/VQ.html#index(float, float[], int)"><B>index(float, float[], int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/VQ.html" title="class in org.xiph.speex">VQ</A>
<DD>Finds the index of the entry in a codebook that best matches the input.
<DT><A HREF="./org/xiph/speex/VQ.html#index(float[], float[], int, int)"><B>index(float[], float[], int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/VQ.html" title="class in org.xiph.speex">VQ</A>
<DD>Finds the index of the entry in a codebook that best matches the input.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#INFO"><B>INFO</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Print level for messages : Print basic information
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#INFO"><B>INFO</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Print level for messages : Print basic information
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#info"><B>info</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#info"><B>info</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Bits.html#init()"><B>init()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>Initialise the bit packing variables.
<DT><A HREF="./org/xiph/speex/Filters.html#init()"><B>init()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>Initialisation
<DT><A HREF="./org/xiph/speex/NbCodec.html#init(int, int, int, int)"><B>init(int, int, int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Initialisation.
<DT><A HREF="./org/xiph/speex/NbDecoder.html#init(int, int, int, int)"><B>init(int, int, int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>Initialise
<DT><A HREF="./org/xiph/speex/NbEncoder.html#init(int, int, int, int)"><B>init(int, int, int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Initialisation
<DT><A HREF="./org/xiph/speex/player/Player.html#init()"><B>init()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Initialize the Player Component.
<DT><A HREF="./org/xiph/speex/player/PlayerApplet.html#init()"><B>init()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/PlayerApplet.html" title="class in org.xiph.speex.player">PlayerApplet</A>
<DD>Initialize Applet.
<DT><A HREF="./org/xiph/speex/player/Recorder.html#init()"><B>init()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Initialize the Player Component.
<DT><A HREF="./org/xiph/speex/player/RecorderApplet.html#init()"><B>init()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/RecorderApplet.html" title="class in org.xiph.speex.player">RecorderApplet</A>
<DD>Initialize Applet.
<DT><A HREF="./org/xiph/speex/SbCodec.html#init(int, int, int, int, float)"><B>init(int, int, int, int, float)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>Initialisation
<DT><A HREF="./org/xiph/speex/SbDecoder.html#init(int, int, int, int, float)"><B>init(int, int, int, int, float)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>Initialisation
<DT><A HREF="./org/xiph/speex/SbEncoder.html#init(int, int, int, int, float)"><B>init(int, int, int, int, float)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Initialisation
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#init(int, int, int, boolean)"><B>init(int, int, int, boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>Initialise the Speex Decoder.
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#init(int, int, int, int)"><B>init(int, int, int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>Initialisation
<DT><A HREF="./org/xiph/speex/Stereo.html#init(org.xiph.speex.Bits)"><B>init(Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Stereo.html" title="class in org.xiph.speex">Stereo</A>
<DD>Callback handler for intensity stereo info
<DT><A HREF="./org/xiph/speex/player/PlayerApplet.html#initGUI()"><B>initGUI()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/PlayerApplet.html" title="class in org.xiph.speex.player">PlayerApplet</A>
<DD>Initialize Applet, but run from the event-dispatching thread.
<DT><A HREF="./org/xiph/speex/player/RecorderApplet.html#initGUI()"><B>initGUI()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/RecorderApplet.html" title="class in org.xiph.speex.player">RecorderApplet</A>
<DD>Initialize Applet, but run from the event-dispatching thread.
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#initialise(boolean)"><B>initialise(boolean)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Initialises the Ogg Speex to PCM InputStream.
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#initialised"><B>initialised</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Flag to indicate if this Stream has been initialised.
<DT><A HREF="./org/xiph/speex/Ltp.html#inner_prod(float[], int, float[], int, int)"><B>inner_prod(float[], int, float[], int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp.html" title="class in org.xiph.speex">Ltp</A>
<DD>Calculates the inner product of the given vectors.
<DT><A HREF="./org/xiph/speex/NbCodec.html#innov"><B>innov</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Start of excitation frame
<DT><A HREF="./org/xiph/speex/NbDecoder.html#innov2"><B>innov2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbEncoder.html#innov2"><B>innov2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Number of consecutive DTX frames
<DT><A HREF="./org/xiph/speex/SbDecoder.html#innov2"><B>innov2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SubMode.html#innovation"><B>innovation</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex">SubMode</A>
<DD>Codebook Search un-quantizer
<DT><A HREF="./org/xiph/speex/NbEncoder.html#interp_lpc"><B>interp_lpc</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Interpolated LSPs
<DT><A HREF="./org/xiph/speex/SbEncoder.html#interp_lpc"><B>interp_lpc</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Interpolated LSPs
<DT><A HREF="./org/xiph/speex/NbEncoder.html#interp_lsp"><B>interp_lsp</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>LSPs for previous frame
<DT><A HREF="./org/xiph/speex/SbEncoder.html#interp_lsp"><B>interp_lsp</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>LSPs for previous frame
<DT><A HREF="./org/xiph/speex/NbCodec.html#interp_qlpc"><B>interp_qlpc</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Interpolated quantized LSPs
<DT><A HREF="./org/xiph/speex/NbCodec.html#interp_qlsp"><B>interp_qlsp</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Quantized LSPs for previous frame
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#isPCM"><B>isPCM</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#isVBR()"><B>isVBR()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Returns whether or not the encoding is Variable Bit Rate.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant"><B>JSpeexDecoderTask</B></A> - Class in <A HREF="./org/xiph/speex/ant/package-summary.html">org.xiph.speex.ant</A><DD>Ant <code>Task</code> to Decode an audio file from Speex to PCM Wave.<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#JSpeexDecoderTask()"><B>JSpeexDecoderTask()</B></A> - 
Constructor for class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant"><B>JSpeexEncoderTask</B></A> - Class in <A HREF="./org/xiph/speex/ant/package-summary.html">org.xiph.speex.ant</A><DD>Ant <code>Task</code> to Encode an audio file from PCM Wave to Speex.<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#JSpeexEncoderTask()"><B>JSpeexEncoderTask()</B></A> - 
Constructor for class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/NbCodec.html#lag_factor"><B>lag_factor</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Perceptual filter: A(z/gamma2)
<DT><A HREF="./org/xiph/speex/Misc.html#lagWindow(int, float)"><B>lagWindow(int, float)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Misc.html" title="class in org.xiph.speex">Misc</A>
<DD>Create the window for autocorrelation (lag-windowing).
<DT><A HREF="./org/xiph/speex/NbEncoder.html#lagWindow"><B>lagWindow</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>auto-correlation
<DT><A HREF="./org/xiph/speex/SbEncoder.html#lagWindow"><B>lagWindow</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Vbr.html#last_energy"><B>last_energy</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Vbr.html#last_log_energy"><B>last_log_energy</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbDecoder.html#last_ol_gain"><B>last_ol_gain</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>Tail of the buffer
<DT><A HREF="./org/xiph/speex/Filters.html#last_pitch"><B>last_pitch</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbDecoder.html#last_pitch"><B>last_pitch</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Vbr.html#last_pitch_coef"><B>last_pitch_coef</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Filters.html#last_pitch_gain"><B>last_pitch_gain</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbDecoder.html#last_pitch_gain"><B>last_pitch_gain</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>Pitch of last correctly decoded frame
<DT><A HREF="./org/xiph/speex/Vbr.html#last_quality"><B>last_quality</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SubMode.html#lbr_pitch"><B>lbr_pitch</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex">SubMode</A>
<DD>Set to -1 for "normal" modes, otherwise encode pitch using a global pitch and allowing a +- lbr_pitch variation (for low not-rates)
<DT><A HREF="./org/xiph/speex/LbrLspQuant.html" title="class in org.xiph.speex"><B>LbrLspQuant</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>LSP Quantisation and Unquantisation (Lbr)<DT><A HREF="./org/xiph/speex/LbrLspQuant.html#LbrLspQuant()"><B>LbrLspQuant()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/LbrLspQuant.html" title="class in org.xiph.speex">LbrLspQuant</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#line"><B>line</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#line"><B>line</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#loss"><B>loss</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>The percentage of packets to lose in the packet loss simulation.
<DT><A HREF="./org/xiph/speex/SbDecoder.html#lowdec"><B>lowdec</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbEncoder.html#lowenc"><B>lowenc</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>The encoder for the lower half of the Spectrum.
<DT><A HREF="./org/xiph/speex/Lpc.html" title="class in org.xiph.speex"><B>Lpc</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>LPC - and Reflection Coefficients.<DT><A HREF="./org/xiph/speex/Lpc.html#Lpc()"><B>Lpc()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/Lpc.html" title="class in org.xiph.speex">Lpc</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#lpc"><B>lpc</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Innovation for the frame
<DT><A HREF="./org/xiph/speex/Lsp.html#lpc2lsp(float[], int, float[], int, float)"><B>lpc2lsp(float[], int, float[], int, float)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Lsp.html" title="class in org.xiph.speex">Lsp</A>
<DD>This function converts LPC coefficients to LSP coefficients.
<DT><A HREF="./org/xiph/speex/SubMode.html#lpc_enh_k1"><B>lpc_enh_k1</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex">SubMode</A>
<DD>Enhancer constant
<DT><A HREF="./org/xiph/speex/SubMode.html#lpc_enh_k2"><B>lpc_enh_k2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex">SubMode</A>
<DD>Enhancer constant
<DT><A HREF="./org/xiph/speex/NbCodec.html#lpc_floor"><B>lpc_floor</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Lag windowing Gaussian width
<DT><A HREF="./org/xiph/speex/NbCodec.html#lpcSize"><B>lpcSize</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Analysis (LPC) window length
<DT><A HREF="./org/xiph/speex/Lsp.html" title="class in org.xiph.speex"><B>Lsp</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Line Spectral Pair<DT><A HREF="./org/xiph/speex/Lsp.html#Lsp()"><B>Lsp()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/Lsp.html" title="class in org.xiph.speex">Lsp</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/NbEncoder.html#lsp"><B>lsp</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Window applied to auto-correlation
<DT><A HREF="./org/xiph/speex/SbEncoder.html#lsp"><B>lsp</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>auto-correlation
<DT><A HREF="./org/xiph/speex/Lsp.html#lsp2lpc(float[], float[], int)"><B>lsp2lpc(float[], float[], int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Lsp.html" title="class in org.xiph.speex">Lsp</A>
<DD>Line Spectral Pair to Linear Prediction Coefficients
<DT><A HREF="./org/xiph/speex/LspQuant.html#lsp_quant(float[], int, int[], int, int)"><B>lsp_quant(float[], int, int[], int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/LspQuant.html" title="class in org.xiph.speex">LspQuant</A>
<DD>LSP quantification
 Note: x is modified
<DT><A HREF="./org/xiph/speex/LspQuant.html#lsp_weight_quant(float[], int, float[], int, int[], int, int)"><B>lsp_weight_quant(float[], int, float[], int, int[], int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/LspQuant.html" title="class in org.xiph.speex">LspQuant</A>
<DD>LSP weighted quantification
 Note: x is modified
<DT><A HREF="./org/xiph/speex/LspQuant.html" title="class in org.xiph.speex"><B>LspQuant</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Abstract class that is the base for the various LSP Quantisation and
 Unquantisation methods.<DT><A HREF="./org/xiph/speex/LspQuant.html#LspQuant()"><B>LspQuant()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/LspQuant.html" title="class in org.xiph.speex">LspQuant</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/SubMode.html#lsqQuant"><B>lsqQuant</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex">SubMode</A>
<DD>LSP quantization/unquantization function
<DT><A HREF="./org/xiph/speex/Ltp.html" title="class in org.xiph.speex"><B>Ltp</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Abstract class that is the base for the various LTP (Long Term Prediction)
 Quantisation and Unquantisation methods.<DT><A HREF="./org/xiph/speex/Ltp.html#Ltp()"><B>Ltp()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp.html" title="class in org.xiph.speex">Ltp</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SubMode.html#ltp"><B>ltp</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex">SubMode</A>
<DD>Long-term predictor (pitch) un-quantizer
<DT><A HREF="./org/xiph/speex/Ltp3Tap.html" title="class in org.xiph.speex"><B>Ltp3Tap</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Long Term Prediction Quantisation and Unquantisation (3Tap)<DT><A HREF="./org/xiph/speex/Ltp3Tap.html#Ltp3Tap(int[], int, int)"><B>Ltp3Tap(int[], int, int)</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp3Tap.html" title="class in org.xiph.speex">Ltp3Tap</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/LtpForcedPitch.html" title="class in org.xiph.speex"><B>LtpForcedPitch</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Long Term Prediction Quantisation and Unquantisation (Forced Pitch)<DT><A HREF="./org/xiph/speex/LtpForcedPitch.html#LtpForcedPitch()"><B>LtpForcedPitch()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/LtpForcedPitch.html" title="class in org.xiph.speex">LtpForcedPitch</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/NbCodec.html#m_lsp"><B>m_lsp</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Command Line entrance.
<DT><A HREF="./org/xiph/speex/player/Recorder.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Command Line entrance.
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#makeSpace()"><B>makeSpace()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>Free up some space in the buffers.
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#mapPcm16bitLittleEndian2Float(byte[], int, float[], int, int)"><B>mapPcm16bitLittleEndian2Float(byte[], int, float[], int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>Converts a 16 bit linear PCM stream (in the form of a byte array)
 into a floating point PCM stream (in the form of an float array).
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#mark(int)"><B>mark(int)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>See the general contract of the <code>mark</code> method of
 <code>InputStream</code>.
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#marklimit"><B>marklimit</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>The maximum read ahead allowed after a call to the <code>mark</code>
 method before subsequent calls to the <code>reset</code> method fail.
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#markpos"><B>markpos</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>The value of the <code>pos</code> field at the time the last 
 <code>mark</code> method was called.
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#markSupported()"><B>markSupported()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>Tests if this input stream supports the <code>mark</code> and
 <code>reset</code> methods.
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#MAX_COMPLEXITY"><B>MAX_COMPLEXITY</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/LspQuant.html#MAX_LSP_SIZE"><B>MAX_LSP_SIZE</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/LspQuant.html" title="class in org.xiph.speex">LspQuant</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#max_pitch"><B>max_pitch</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Minimum pitch value allowed
<DT><A HREF="./org/xiph/speex/NbEncoder.html#mem_exc"><B>mem_exc</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Filter memory for perceptually-weighted signal (whole frame)
<DT><A HREF="./org/xiph/speex/NbCodec.html#mem_sp"><B>mem_sp</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Interpolated quantized LPCs
<DT><A HREF="./org/xiph/speex/SbEncoder.html#mem_sp2"><B>mem_sp2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>LPCs after bandwidth expansion by gamma2 for perceptual weighting
<DT><A HREF="./org/xiph/speex/NbEncoder.html#mem_sw"><B>mem_sw</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Reflection coefficients
<DT><A HREF="./org/xiph/speex/SbEncoder.html#mem_sw"><B>mem_sw</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbEncoder.html#mem_sw_whole"><B>mem_sw_whole</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Filter memory for perceptually-weighted signal
<DT><A HREF="./org/xiph/speex/Vbr.html#MIN_ENERGY"><B>MIN_ENERGY</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#min_pitch"><B>min_pitch</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Buffer size
<DT><A HREF="./org/xiph/speex/Misc.html" title="class in org.xiph.speex"><B>Misc</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Miscellaneous functions<DT><A HREF="./org/xiph/speex/Misc.html#Misc()"><B>Misc()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/Misc.html" title="class in org.xiph.speex">Misc</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#mode"><B>mode</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>If input is raw, defines the decoder mode (0=NB, 1=WB and 2-UWB).
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#mode"><B>mode</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines the encoder mode (0=NB, 1=WB and 2-UWB).
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#mode"><B>mode</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Defines the encoder mode (0=NB, 1=WB and 2-UWB).
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#mode"><B>mode</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Defines the encoder mode (0=NB, 1=WB and 2-UWB).
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#mode"><B>mode</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The encoder mode (0=NB, 1=WB, 2=UWB).
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#modeset"><B>modeset</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Whether the mode is manualy set or automatically determined.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/Codebook.html#NB_CDBK_SIZE"><B>NB_CDBK_SIZE</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Codebook.html#NB_CDBK_SIZE_HIGH1"><B>NB_CDBK_SIZE_HIGH1</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Codebook.html#NB_CDBK_SIZE_HIGH2"><B>NB_CDBK_SIZE_HIGH2</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Codebook.html#NB_CDBK_SIZE_LOW1"><B>NB_CDBK_SIZE_LOW1</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Codebook.html#NB_CDBK_SIZE_LOW2"><B>NB_CDBK_SIZE_LOW2</B></A> - 
Static variable in interface org.xiph.speex.<A HREF="./org/xiph/speex/Codebook.html" title="interface in org.xiph.speex">Codebook</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#NB_FRAME_SIZE"><B>NB_FRAME_SIZE</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>The Narrowband Frame Size gives the size in bits of a Narrowband frame for a given narrowband submode.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#nb_modes"><B>nb_modes</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbEncoder.html#NB_QUALITY_MAP"><B>NB_QUALITY_MAP</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>The Narrowband Quality map indicates which narrowband submode to use for the given narrowband quality setting
<DT><A HREF="./org/xiph/speex/SbEncoder.html#NB_QUALITY_MAP"><B>NB_QUALITY_MAP</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>The Narrowband Quality map indicates which narrowband submode to use for the given wideband/ultra-wideband quality setting
<DT><A HREF="./org/xiph/speex/NbCodec.html#NB_SUBMODE_BITS"><B>NB_SUBMODE_BITS</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>The Narrowband Submodes Bits gives the number bits used to encode the Narrowband Submode
<DT><A HREF="./org/xiph/speex/NbCodec.html#NB_SUBMODES"><B>NB_SUBMODES</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>The Narrowband Submodes gives the number of submodes possible for the Narrowband codec.
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#nb_subvect"><B>nb_subvect</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Vbr.html#nb_thresh"><B>nb_thresh</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>Narrowband threshhold table.
<DT><A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex"><B>NbCodec</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Narrowband Codec.<DT><A HREF="./org/xiph/speex/NbCodec.html#NbCodec()"><B>NbCodec()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Constructor.
<DT><A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex"><B>NbDecoder</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Narrowband Speex Decoder<DT><A HREF="./org/xiph/speex/NbDecoder.html#NbDecoder()"><B>NbDecoder()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex"><B>NbEncoder</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Narrowband Speex Encoder<DT><A HREF="./org/xiph/speex/NbEncoder.html#NbEncoder()"><B>NbEncoder()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/VQ.html#nbest(float[], int, float[], int, int, float[], int, int[], float[])"><B>nbest(float[], int, float[], int, int, float[], int, int[], float[])</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/VQ.html" title="class in org.xiph.speex">VQ</A>
<DD>Finds the indices of the n-best entries in a codebook
<DT><A HREF="./org/xiph/speex/VQ.html#nbest_sign(float[], int, float[], int, int, float[], int, int[], float[])"><B>nbest_sign(float[], int, float[], int, int, float[], int, int[], float[])</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/VQ.html" title="class in org.xiph.speex">VQ</A>
<DD>Finds the indices of the n-best entries in a codebook with sign
<DT><A HREF="./org/xiph/speex/NbCodec.html#nbinit()"><B>nbinit()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Narrowband initialisation.
<DT><A HREF="./org/xiph/speex/NbLspQuant.html" title="class in org.xiph.speex"><B>NbLspQuant</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>LSP Quantisation and Unquantisation (narrowband)<DT><A HREF="./org/xiph/speex/NbLspQuant.html#NbLspQuant()"><B>NbLspQuant()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/NbLspQuant.html" title="class in org.xiph.speex">NbLspQuant</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#nbSubframes"><B>nbSubframes</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Size of sub-frames
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#nframes"><B>nframes</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>If input is raw, defines the number of frmaes per packet.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#nframes"><B>nframes</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines the number of frames per speex packet.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#nframes"><B>nframes</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Defines the number of frames per speex packet.
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#nframes"><B>nframes</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Defines the number of frames per speex packet.
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#nind"><B>nind</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html#NO_ENCODING"><B>NO_ENCODING</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi">SpeexFormatConvertionProvider</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html#NO_FORMAT"><B>NO_FORMAT</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html" title="class in org.xiph.speex.spi">SpeexAudioFileWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html#NO_FORMAT"><B>NO_FORMAT</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi">SpeexFormatConvertionProvider</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Vbr.html#noise_accum"><B>noise_accum</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Vbr.html#noise_accum_count"><B>noise_accum_count</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Vbr.html#noise_level"><B>noise_level</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Vbr.html#NOISE_POW"><B>NOISE_POW</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NoiseSearch.html" title="class in org.xiph.speex"><B>NoiseSearch</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Noise codebook search<DT><A HREF="./org/xiph/speex/NoiseSearch.html#NoiseSearch()"><B>NoiseSearch()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/NoiseSearch.html" title="class in org.xiph.speex">NoiseSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#nt"><B>nt</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#OGG_HEADERSIZE"><B>OGG_HEADERSIZE</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#oggCount"><B>oggCount</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Pointer in the buffer to the point where Ogg data is added.
<DT><A HREF="./org/xiph/speex/OggCrc.html" title="class in org.xiph.speex"><B>OggCrc</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Calculates the CRC checksum for Ogg packets.<DT><A HREF="./org/xiph/speex/OggCrc.html#OggCrc()"><B>OggCrc()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/OggCrc.html" title="class in org.xiph.speex">OggCrc</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#OGGID"><B>OGGID</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>The String that identifies the beginning of an Ogg packet.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex"><B>OggSpeexWriter</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Ogg Speex Writer<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#OggSpeexWriter()"><B>OggSpeexWriter()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Builds an Ogg Speex Writer.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#OggSpeexWriter(int, int, int, int, boolean)"><B>OggSpeexWriter(int, int, int, int, boolean)</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Builds an Ogg Speex Writer.
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#oind"><B>oind</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbEncoder.html#old_lsp"><B>old_lsp</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>LSPs for current frame
<DT><A HREF="./org/xiph/speex/SbEncoder.html#old_lsp"><B>old_lsp</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>LSPs for current frame
<DT><A HREF="./org/xiph/speex/NbCodec.html#old_qlsp"><B>old_qlsp</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Quantized LSPs for current frame
<DT><A HREF="./org/xiph/speex/player/Player.html#oldstate"><B>oldstate</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Previous State of the Finite State Machine
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#open(java.io.File)"><B>open(File)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Open the output file.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#open(java.lang.String)"><B>open(String)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Open the output file.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#open(java.io.File)"><B>open(File)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Open the output file.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#open(java.lang.String)"><B>open(String)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Open the output file.
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#open(java.io.File)"><B>open(File)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Open the output file.
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#open(java.lang.String)"><B>open(String)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Open the output file.
<DT><A HREF="./org/xiph/speex/RawWriter.html#open(java.io.File)"><B>open(File)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/RawWriter.html" title="class in org.xiph.speex">RawWriter</A>
<DD>Open the output file.
<DT><A HREF="./org/xiph/speex/RawWriter.html#open(java.lang.String)"><B>open(String)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/RawWriter.html" title="class in org.xiph.speex">RawWriter</A>
<DD>Open the output file.
<DT><A HREF="./org/xiph/speex/Ltp.html#open_loop_nbest_pitch(float[], int, int, int, int, int[], float[], int)"><B>open_loop_nbest_pitch(float[], int, int, int, int, int[], float[], int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp.html" title="class in org.xiph.speex">Ltp</A>
<DD>Find the n-best pitch in Open Loop.
<DT><A HREF="./org/xiph/speex/package-summary.html"><B>org.xiph.speex</B></A> - package org.xiph.speex<DD>JSpeex codec package.<DT><A HREF="./org/xiph/speex/ant/package-summary.html"><B>org.xiph.speex.ant</B></A> - package org.xiph.speex.ant<DD>JSpeex Ant package.<DT><A HREF="./org/xiph/speex/player/package-summary.html"><B>org.xiph.speex.player</B></A> - package org.xiph.speex.player<DD>JSpeex player package.<DT><A HREF="./org/xiph/speex/spi/package-summary.html"><B>org.xiph.speex.spi</B></A> - package org.xiph.speex.spi<DD>JSpeex JavaSound SPI package.<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#ot"><B>ot</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#out"><B>out</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>The OutputStream
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#out"><B>out</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/RawWriter.html#out"><B>out</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/RawWriter.html" title="class in org.xiph.speex">RawWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#outputData"><B>outputData</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#outputData"><B>outputData</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Array containing the decoded audio samples converted into bytes.
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#outputSize"><B>outputSize</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/Bits.html#pack(int, int)"><B>pack(int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>Write N bits of the given data to the buffer.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#packetCount"><B>packetCount</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Speex packet count within an Ogg Page
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#packetCount"><B>packetCount</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The number of Ogg packets that have been encoded in the current page.
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#packetCount"><B>packetCount</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>The number of Ogg packets that have been decoded in the current page.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#PACKETS_PER_OGG_PAGE"><B>PACKETS_PER_OGG_PAGE</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Number of packets in an Ogg page (must be less than 255)
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#packetSizes"><B>packetSizes</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Array containing the sizes of Ogg packets in the current page.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#packetsPerOggPage"><B>packetsPerOggPage</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The number of Ogg packets that will be put in each Ogg page.
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#packetsPerOggPage"><B>packetsPerOggPage</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>The number of Ogg packets that are in each Ogg page.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#pageCount"><B>pageCount</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Ogg Page count
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#pageCount"><B>pageCount</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>The number of Ogg pages that have been written to the stream.
<DT><A HREF="./org/xiph/speex/player/Player.html#pauseButton"><B>pauseButton</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Pause Button
<DT><A HREF="./org/xiph/speex/player/Player.html#pauseIt()"><B>pauseIt()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Pause
<DT><A HREF="./org/xiph/speex/player/Recorder.html#pauseIt()"><B>pauseIt()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi"><B>Pcm2SpeexAudioInputStream</B></A> - Class in <A HREF="./org/xiph/speex/spi/package-summary.html">org.xiph.speex.spi</A><DD>Converts a PCM 16bits/sample mono audio stream to Ogg Speex<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#Pcm2SpeexAudioInputStream(java.io.InputStream, javax.sound.sampled.AudioFormat, long)"><B>Pcm2SpeexAudioInputStream(InputStream, AudioFormat, long)</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#Pcm2SpeexAudioInputStream(int, int, java.io.InputStream, javax.sound.sampled.AudioFormat, long)"><B>Pcm2SpeexAudioInputStream(int, int, InputStream, AudioFormat, long)</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#Pcm2SpeexAudioInputStream(java.io.InputStream, javax.sound.sampled.AudioFormat, long, int)"><B>Pcm2SpeexAudioInputStream(InputStream, AudioFormat, long, int)</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#Pcm2SpeexAudioInputStream(int, int, java.io.InputStream, javax.sound.sampled.AudioFormat, long, int)"><B>Pcm2SpeexAudioInputStream(int, int, InputStream, AudioFormat, long, int)</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html#PCM_ENCODING"><B>PCM_ENCODING</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi">SpeexFormatConvertionProvider</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex"><B>PcmWaveWriter</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Writes basic PCM wave files from binary audio data.<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#PcmWaveWriter()"><B>PcmWaveWriter()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Constructor.
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#PcmWaveWriter(int, int)"><B>PcmWaveWriter(int, int)</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Constructor.
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#PcmWaveWriter(int, int, int, int, int, boolean)"><B>PcmWaveWriter(int, int, int, int, int, boolean)</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Constructor.
<DT><A HREF="./org/xiph/speex/Bits.html#peek()"><B>peek()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>Take a peek at the next bit.
<DT><A HREF="./org/xiph/speex/NbCodec.html#pi_gain"><B>pi_gain</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Filter memory for synthesis signal
<DT><A HREF="./org/xiph/speex/NbEncoder.html#pitch"><B>pitch</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Next frame should not rely on previous frames for pitch
<DT><A HREF="./org/xiph/speex/Ltp3Tap.html#pitch_bits"><B>pitch_bits</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp3Tap.html" title="class in org.xiph.speex">Ltp3Tap</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbDecoder.html#pitch_gain_buf"><B>pitch_gain_buf</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>Pitch gain of last correctly decoded frame
<DT><A HREF="./org/xiph/speex/NbDecoder.html#pitch_gain_buf_idx"><B>pitch_gain_buf_idx</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>Pitch gain of last decoded frames
<DT><A HREF="./org/xiph/speex/Ltp3Tap.html#pitch_gain_search_3tap(float[], float[], float[], float[], float[], int, int, int, int, org.xiph.speex.Bits, float[], int, float[], int[])"><B>pitch_gain_search_3tap(float[], float[], float[], float[], float[], int, int, int, int, Bits, float[], int, float[], int[])</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp3Tap.html" title="class in org.xiph.speex">Ltp3Tap</A>
<DD>Finds the best quantized 3-tap pitch predictor by analysis by synthesis.
<DT><A HREF="./org/xiph/speex/player/Player.html#playback"><B>playback</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.html#playButton"><B>playButton</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Play Button
<DT><A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player"><B>Player</B></A> - Class in <A HREF="./org/xiph/speex/player/package-summary.html">org.xiph.speex.player</A><DD>JavaSound Player.<DT><A HREF="./org/xiph/speex/player/Player.html#Player(java.lang.String)"><B>Player(String)</B></A> - 
Constructor for class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Build a Player.
<DT><A HREF="./org/xiph/speex/player/PlayerApplet.html#player"><B>player</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/PlayerApplet.html" title="class in org.xiph.speex.player">PlayerApplet</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player"><B>Player.Playback</B></A> - Class in <A HREF="./org/xiph/speex/player/package-summary.html">org.xiph.speex.player</A><DD>Playback thread<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#Player.Playback()"><B>Player.Playback()</B></A> - 
Constructor for class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/PlayerApplet.html" title="class in org.xiph.speex.player"><B>PlayerApplet</B></A> - Class in <A HREF="./org/xiph/speex/player/package-summary.html">org.xiph.speex.player</A><DD>JavaSound Player Applet.<DT><A HREF="./org/xiph/speex/player/PlayerApplet.html#PlayerApplet()"><B>PlayerApplet()</B></A> - 
Constructor for class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/PlayerApplet.html" title="class in org.xiph.speex.player">PlayerApplet</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.html#playerButtonPane"><B>playerButtonPane</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>The Players Button Panel
<DT><A HREF="./org/xiph/speex/player/Player.html#playerScrollPane"><B>playerScrollPane</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>The Players Scroll Panel
<DT><A HREF="./org/xiph/speex/player/Player.html#playIt()"><B>playIt()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Recorder.html#playIt()"><B>playIt()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#pos"><B>pos</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>The current position in the buffer.
<DT><A HREF="./org/xiph/speex/NbCodec.html#pre_mem"><B>pre_mem</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Pre-emphasis: P(z) = 1 - a*z^-1
<DT><A HREF="./org/xiph/speex/NbEncoder.html#pre_mem2"><B>pre_mem2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#prebuf"><B>prebuf</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>The internal buffer array where the unfiltered data is temporarily stored.
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#precount"><B>precount</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>The index one greater than the index of the last valid byte in the
 unfiltered data buffer.
<DT><A HREF="./org/xiph/speex/NbCodec.html#preemph"><B>preemph</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Noise floor multiplier for A[0] in LPC analysis
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#prepos"><B>prepos</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>The current position in the unfiltered data buffer.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#printlevel"><B>printlevel</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Print level for messages
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#printlevel"><B>printlevel</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Print level for messages
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#processData(byte[], int, int)"><B>processData(byte[], int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>This is where the actual decoding takes place
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#processData(boolean)"><B>processData(boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>This is where the actual decoding takes place.
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#processData(byte[], int, int)"><B>processData(byte[], int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>This is where the actual encoding takes place
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#processData(short[], int, int)"><B>processData(short[], int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>Encode an array of shorts.
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#processData(float[], int)"><B>processData(float[], int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>Encode an array of floats.
<DT><A HREF="./org/xiph/speex/player/Player.html#progressBar"><B>progressBar</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Progress Bar
<DT><A HREF="./org/xiph/speex/Lsp.html#pw"><B>pw</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Lsp.html" title="class in org.xiph.speex">Lsp</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/NbCodec.html#qlsp"><B>qlsp</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>LPCs for current frame
<DT><A HREF="./org/xiph/speex/Filters.html#qmf_decomp(float[], float[], float[], float[], int, int, float[])"><B>qmf_decomp(float[], float[], float[], float[], int, int, float[])</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>Quadrature Mirror Filter to Split the band in two.
<DT><A HREF="./org/xiph/speex/SbCodec.html#QMF_ORDER"><B>QMF_ORDER</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>Quadratic Mirror Filter Order
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#quality"><B>quality</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>If input is raw, defines the quality setting used by the encoder.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#quality"><B>quality</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines the encoder quality setting (integer from 0 to 10).
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#quality"><B>quality</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#quality"><B>quality</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Quality setting for the Speex encoding.
<DT><A HREF="./org/xiph/speex/CbSearch.html#quant(float[], float[], float[], float[], int, int, float[], int, float[], org.xiph.speex.Bits, int)"><B>quant(float[], float[], float[], float[], int, int, float[], int, float[], Bits, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/CbSearch.html" title="class in org.xiph.speex">CbSearch</A>
<DD>Codebook Search Quantification.
<DT><A HREF="./org/xiph/speex/HighLspQuant.html#quant(float[], float[], int, org.xiph.speex.Bits)"><B>quant(float[], float[], int, Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/HighLspQuant.html" title="class in org.xiph.speex">HighLspQuant</A>
<DD>Line Spectral Pair Quantification (high).
<DT><A HREF="./org/xiph/speex/LbrLspQuant.html#quant(float[], float[], int, org.xiph.speex.Bits)"><B>quant(float[], float[], int, Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/LbrLspQuant.html" title="class in org.xiph.speex">LbrLspQuant</A>
<DD>Line Spectral Pair Quantification (Lbr).
<DT><A HREF="./org/xiph/speex/LspQuant.html#quant(float[], float[], int, org.xiph.speex.Bits)"><B>quant(float[], float[], int, Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/LspQuant.html" title="class in org.xiph.speex">LspQuant</A>
<DD>Line Spectral Pair Quantification.
<DT><A HREF="./org/xiph/speex/Ltp.html#quant(float[], float[], int, float[], float[], float[], float[], int, int, int, float, int, int, org.xiph.speex.Bits, float[], int, float[], int)"><B>quant(float[], float[], int, float[], float[], float[], float[], int, int, int, float, int, int, Bits, float[], int, float[], int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp.html" title="class in org.xiph.speex">Ltp</A>
<DD>Long Term Prediction Quantification.
<DT><A HREF="./org/xiph/speex/Ltp3Tap.html#quant(float[], float[], int, float[], float[], float[], float[], int, int, int, float, int, int, org.xiph.speex.Bits, float[], int, float[], int)"><B>quant(float[], float[], int, float[], float[], float[], float[], int, int, int, float, int, int, Bits, float[], int, float[], int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp3Tap.html" title="class in org.xiph.speex">Ltp3Tap</A>
<DD>Long Term Prediction Quantification (3Tap).
<DT><A HREF="./org/xiph/speex/LtpForcedPitch.html#quant(float[], float[], int, float[], float[], float[], float[], int, int, int, float, int, int, org.xiph.speex.Bits, float[], int, float[], int)"><B>quant(float[], float[], int, float[], float[], float[], float[], int, int, int, float, int, int, Bits, float[], int, float[], int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/LtpForcedPitch.html" title="class in org.xiph.speex">LtpForcedPitch</A>
<DD>Long Term Prediction Quantification (Forced Pitch).
<DT><A HREF="./org/xiph/speex/NbLspQuant.html#quant(float[], float[], int, org.xiph.speex.Bits)"><B>quant(float[], float[], int, Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbLspQuant.html" title="class in org.xiph.speex">NbLspQuant</A>
<DD>Line Spectral Pair Quantification (narrowband).
<DT><A HREF="./org/xiph/speex/NoiseSearch.html#quant(float[], float[], float[], float[], int, int, float[], int, float[], org.xiph.speex.Bits, int)"><B>quant(float[], float[], float[], float[], int, int, float[], int, float[], Bits, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NoiseSearch.html" title="class in org.xiph.speex">NoiseSearch</A>
<DD>Codebook Search Quantification (Noise).
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#quant(float[], float[], float[], float[], int, int, float[], int, float[], org.xiph.speex.Bits, int)"><B>quant(float[], float[], float[], float[], int, int, float[], int, float[], Bits, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>Codebook Search Quantification (Split Shape).
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#quiet"><B>quiet</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Tells the task to suppress all but the most important output
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#quiet"><B>quiet</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Tells the task to suppress all but the most important output
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#r2"><B>r2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#raf"><B>raf</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#random"><B>random</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Random number generator for packet loss simulation.
<DT><A HREF="./org/xiph/speex/NbDecoder.html#random"><B>random</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#rawData"><B>rawData</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/RawWriter.html" title="class in org.xiph.speex"><B>RawWriter</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Raw Audio File Writer.<DT><A HREF="./org/xiph/speex/RawWriter.html#RawWriter()"><B>RawWriter()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/RawWriter.html" title="class in org.xiph.speex">RawWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbEncoder.html#rc"><B>rc</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>LPCs after bandwidth expansion by gamma2 for perceptual weighting
<DT><A HREF="./org/xiph/speex/SbEncoder.html#rc"><B>rc</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#read"><B>read</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#read()"><B>read()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>See the general contract of the <code>read</code> method of
 <code>InputStream</code>.
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>Reads bytes from this byte-input stream into the specified byte array,
 starting at the given offset.
<DT><A HREF="./org/xiph/speex/Bits.html#read_from(byte[], int, int)"><B>read_from(byte[], int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>Read the given array into the buffer.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#readInt(byte[], int)"><B>readInt(byte[], int)</B></A> - 
Static method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Converts Little Endian (Windows) bytes to an int (Java uses Big Endian).
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#readInt(byte[], int)"><B>readInt(byte[], int)</B></A> - 
Static method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Converts Little Endian (Windows) bytes to an int (Java uses Big Endian).
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#readInt(byte[], int)"><B>readInt(byte[], int)</B></A> - 
Static method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Converts Little Endian (Windows) bytes to an int (Java uses Big Endian).
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#readInt(byte[], int)"><B>readInt(byte[], int)</B></A> - 
Static method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>Converts Little Endian (Windows) bytes to an int (Java uses Big Endian).
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#readOggPageHeader()"><B>readOggPageHeader()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Read the Ogg Page header and extract the speex packet sizes.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#readShort(byte[], int)"><B>readShort(byte[], int)</B></A> - 
Static method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Converts Little Endian (Windows) bytes to an short (Java uses Big Endian).
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#readShort(byte[], int)"><B>readShort(byte[], int)</B></A> - 
Static method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Converts Little Endian (Windows) bytes to an short (Java uses Big Endian).
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#readSpeexHeader(byte[], int, int)"><B>readSpeexHeader(byte[], int, int)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Reads the header packet.
<DT><A HREF="./org/xiph/speex/player/Recorder.html#recordButton"><B>recordButton</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Record Button
<DT><A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player"><B>Recorder</B></A> - Class in <A HREF="./org/xiph/speex/player/package-summary.html">org.xiph.speex.player</A><DD>JavaSound Recorder.<DT><A HREF="./org/xiph/speex/player/Recorder.html#Recorder(java.lang.String)"><B>Recorder(String)</B></A> - 
Constructor for class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Build a Recorder.
<DT><A HREF="./org/xiph/speex/player/RecorderApplet.html#recorder"><B>recorder</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/RecorderApplet.html" title="class in org.xiph.speex.player">RecorderApplet</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player"><B>Recorder.Capture</B></A> - Class in <A HREF="./org/xiph/speex/player/package-summary.html">org.xiph.speex.player</A><DD>Capture thread<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#Recorder.Capture()"><B>Recorder.Capture()</B></A> - 
Constructor for class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/RecorderApplet.html" title="class in org.xiph.speex.player"><B>RecorderApplet</B></A> - Class in <A HREF="./org/xiph/speex/player/package-summary.html">org.xiph.speex.player</A><DD>JavaSound Recorder Applet.<DT><A HREF="./org/xiph/speex/player/RecorderApplet.html#RecorderApplet()"><B>RecorderApplet()</B></A> - 
Constructor for class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/RecorderApplet.html" title="class in org.xiph.speex.player">RecorderApplet</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Recorder.html#recordIt()"><B>recordIt()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbEncoder.html#relative_quality"><B>relative_quality</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Quality setting for VBR encoding
<DT><A HREF="./org/xiph/speex/SbEncoder.html#relative_quality"><B>relative_quality</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Quality setting for VBR encoding
<DT><A HREF="./org/xiph/speex/SbEncoder.html#res"><B>res</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Weighted signal buffer
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#reset()"><B>reset()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>See the general contract of the <code>reset</code> method of
 <code>InputStream</code>.
<DT><A HREF="./org/xiph/speex/Filters.html#residue_percep_zero(float[], int, float[], float[], float[], float[], int, int)"><B>residue_percep_zero(float[], int, float[], float[], float[], float[], int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>residue_percep_zero
<DT><A HREF="./org/xiph/speex/player/Player.html#REVISION"><B>REVISION</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Revision Number
<DT><A HREF="./org/xiph/speex/player/Recorder.html#REVISION"><B>REVISION</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Revision Number
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#run()"><B>run()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>The code that runs in the thread and fills the JavaSound playback buffer.
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#run()"><B>run()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>The code that runs in the thread and recovers the JavaSound capture
 buffer.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#sampleRate"><B>sampleRate</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>If input is raw, defines the sample rate of the audio.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#sampleRate"><B>sampleRate</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines the sampling rate of the audio input.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#sampleRate"><B>sampleRate</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Defines the sampling rate of the audio input.
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#sampleRate"><B>sampleRate</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Defines the sampling rate of the audio input.
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#sampleRate"><B>sampleRate</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#sampleRate"><B>sampleRate</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#sampleRate"><B>sampleRate</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>The sample rate of the audio, in samples per seconds (Hz).
<DT><A HREF="./org/xiph/speex/player/Recorder.html#SAMPLERATE_11KHZ"><B>SAMPLERATE_11KHZ</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Audio sampled at 11 kHz.
<DT><A HREF="./org/xiph/speex/player/Recorder.html#SAMPLERATE_16KHZ"><B>SAMPLERATE_16KHZ</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Audio sampled at 16 kHz (wideband).
<DT><A HREF="./org/xiph/speex/player/Recorder.html#SAMPLERATE_22KHZ"><B>SAMPLERATE_22KHZ</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Audio sampled at 22 kHz (FM radio quality).
<DT><A HREF="./org/xiph/speex/player/Recorder.html#SAMPLERATE_32KHZ"><B>SAMPLERATE_32KHZ</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Audio sampled at 32 kHz (ultra-wideband).
<DT><A HREF="./org/xiph/speex/player/Recorder.html#SAMPLERATE_44KHZ"><B>SAMPLERATE_44KHZ</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Audio sampled at 44 kHz (CD quality).
<DT><A HREF="./org/xiph/speex/player/Recorder.html#SAMPLERATE_8KHZ"><B>SAMPLERATE_8KHZ</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Audio sampled at 8 kHz (telephone quality).
<DT><A HREF="./org/xiph/speex/NbEncoder.html#sampling_rate"><B>sampling_rate</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbEncoder.html#sampling_rate"><B>sampling_rate</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbCodec.html#SB_FRAME_SIZE"><B>SB_FRAME_SIZE</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>The Sideband Frame Size gives the size in bits of a Sideband frame for a given sideband submode.
<DT><A HREF="./org/xiph/speex/SbCodec.html#SB_SUBMODE_BITS"><B>SB_SUBMODE_BITS</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>The Sideband Submodes Bits gives the number bits used to encode the Sideband Submode
<DT><A HREF="./org/xiph/speex/SbCodec.html#SB_SUBMODES"><B>SB_SUBMODES</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>The Sideband Submodes gives the number of submodes possible for the Sideband codec.
<DT><A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex"><B>SbCodec</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Sideband Codec.<DT><A HREF="./org/xiph/speex/SbCodec.html#SbCodec()"><B>SbCodec()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex"><B>SbDecoder</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Sideband Speex Decoder<DT><A HREF="./org/xiph/speex/SbDecoder.html#SbDecoder()"><B>SbDecoder()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex"><B>SbEncoder</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Wideband Speex Encoder<DT><A HREF="./org/xiph/speex/SbEncoder.html#SbEncoder()"><B>SbEncoder()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#SEGOFFSET"><B>SEGOFFSET</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Encoder.html#setAbr(int)"><B>setAbr(int)</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Sets the Average Bit Rate.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#setAbr(int)"><B>setAbr(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Sets the Average Bit Rate.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#setAbr(int)"><B>setAbr(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Sets the Average Bit Rate.
<DT><A HREF="./org/xiph/speex/Encoder.html#setBitRate(int)"><B>setBitRate(int)</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Sets the bitrate.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#setBitRate(int)"><B>setBitRate(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Sets the bitrate.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#setBitRate(int)"><B>setBitRate(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Sets the bitrate.
<DT><A HREF="./org/xiph/speex/Bits.html#setBuffer(byte[])"><B>setBuffer(byte[])</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>Sets the buffer to the given value.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#setComment(java.lang.String, boolean)"><B>setComment(String, boolean)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Sets the comment for the Ogg Comment Header.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setComplexity(int)"><B>setComplexity(int)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>complexity</code> attribute.
<DT><A HREF="./org/xiph/speex/Encoder.html#setComplexity(int)"><B>setComplexity(int)</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Sets the algorithmic complexity.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#setComplexity(int)"><B>setComplexity(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Sets the algorthmic complexity.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#setComplexity(int)"><B>setComplexity(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Sets the algorthmic complexity.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#setDestdir(java.io.File)"><B>setDestdir(File)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Handles the <code>destdir</code> attribute.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setDestdir(java.io.File)"><B>setDestdir(File)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>destdir</code> attribute.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#setDestfile(java.io.File)"><B>setDestfile(File)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Handles the <code>destfile</code> attribute.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setDestfile(java.io.File)"><B>setDestfile(File)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>destfile</code> attribute.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setDtx(boolean)"><B>setDtx(boolean)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>dtx</code> attribute.
<DT><A HREF="./org/xiph/speex/Encoder.html#setDtx(boolean)"><B>setDtx(boolean)</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Sets whether or not to use Discontinuous Transmission encoding.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#setDtx(boolean)"><B>setDtx(boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Sets whether or not to use Discontinuous Transmission encoding.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#setDtx(boolean)"><B>setDtx(boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Sets whether or not to use Discontinuous Transmission encoding.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#setEnhanced(boolean)"><B>setEnhanced(boolean)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Handles the <code>enhanced</code> attribute.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#setFailonerror(boolean)"><B>setFailonerror(boolean)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Handles the <code>failonerror</code> attribute.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setFailonerror(boolean)"><B>setFailonerror(boolean)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>failonerror</code> attribute.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#setFormat(int, int, int, int, boolean)"><B>setFormat(int, int, int, int, boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Sets the output format.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#setFramesPerPacket(int)"><B>setFramesPerPacket(int)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Sets the number of Audio Frames that are to be put in every Speex Packet.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setMode(java.lang.String)"><B>setMode(String)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>mode</code> attribute.
<DT><A HREF="./org/xiph/speex/Encoder.html#setMode(int)"><B>setMode(int)</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Sets the encoding submode.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#setMode(int)"><B>setMode(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Sets the encoding submode.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#setMode(int)"><B>setMode(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Sets the encoding submode.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setNframes(int)"><B>setNframes(int)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>nframes</code> attribute.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#setPacketsPerOggPage(int)"><B>setPacketsPerOggPage(int)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Sets the number of Speex Packets that are to be put in every Ogg Page.
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#setPCMFormat(int, int)"><B>setPCMFormat(int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Sets the output format for a PCM Wave file.
<DT><A HREF="./org/xiph/speex/Decoder.html#setPerceptualEnhancement(boolean)"><B>setPerceptualEnhancement(boolean)</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Decoder.html" title="interface in org.xiph.speex">Decoder</A>
<DD>Enables or disables perceptual enhancement.
<DT><A HREF="./org/xiph/speex/NbDecoder.html#setPerceptualEnhancement(boolean)"><B>setPerceptualEnhancement(boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>Enables or disables perceptual enhancement.
<DT><A HREF="./org/xiph/speex/SbDecoder.html#setPerceptualEnhancement(boolean)"><B>setPerceptualEnhancement(boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>Enables or disables perceptual enhancement.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setQuality(float)"><B>setQuality(float)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>quality</code> attribute.
<DT><A HREF="./org/xiph/speex/Encoder.html#setQuality(int)"><B>setQuality(int)</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Sets the Quality (between 0 and 10).
<DT><A HREF="./org/xiph/speex/NbEncoder.html#setQuality(int)"><B>setQuality(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Sets the Quality
<DT><A HREF="./org/xiph/speex/SbEncoder.html#setQuality(int)"><B>setQuality(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Sets the Quality.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#setQuality(int)"><B>setQuality(int)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Sets the Speex encoder Quality.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#setQuiet(boolean)"><B>setQuiet(boolean)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Handles the <code>quiet</code> attribute.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setQuiet(boolean)"><B>setQuiet(boolean)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>quiet</code> attribute.
<DT><A HREF="./org/xiph/speex/Encoder.html#setSamplingRate(int)"><B>setSamplingRate(int)</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Sets the sampling rate.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#setSamplingRate(int)"><B>setSamplingRate(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Sets the sampling rate.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#setSamplingRate(int)"><B>setSamplingRate(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Sets the sampling rate.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#setSerialNumber(int)"><B>setSerialNumber(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Sets the Stream Serial Number.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#setSerialNumber(int)"><B>setSerialNumber(int)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Sets the Stream Serial Number.
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#setSpeexFormat(int, int, int, int, int, boolean)"><B>setSpeexFormat(int, int, int, int, int, boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Sets the output format for a Speex Wave file.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#setSrcfile(java.io.File)"><B>setSrcfile(File)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Handles the <code>srcfile</code> attribute.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setSrcfile(java.io.File)"><B>setSrcfile(File)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>srcfile</code> attribute.
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#setupSound()"><B>setupSound()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>Setup the JavaSound System to play the Audio.
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#setupSound()"><B>setupSound()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>Setup the JavaSound System to play the Audio.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#setupTask(java.io.File, java.io.File)"><B>setupTask(File, File)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Setup some task variables.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setupTask(java.io.File, java.io.File)"><B>setupTask(File, File)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Setup some task variables.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setVad(boolean)"><B>setVad(boolean)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>vad</code> attribute.
<DT><A HREF="./org/xiph/speex/Encoder.html#setVad(boolean)"><B>setVad(boolean)</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Sets whether or not to use Voice Activity Detection encoding.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#setVad(boolean)"><B>setVad(boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Sets whether or not to use Voice Activity Detection encoding.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#setVad(boolean)"><B>setVad(boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Sets whether or not to use Voice Activity Detection encoding.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setVbr(boolean)"><B>setVbr(boolean)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>vbr</code> attribute.
<DT><A HREF="./org/xiph/speex/Encoder.html#setVbr(boolean)"><B>setVbr(boolean)</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Sets whether or not to use Variable Bit Rate encoding.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#setVbr(boolean)"><B>setVbr(boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Sets whether or not to use Variable Bit Rate encoding.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#setVbr(boolean)"><B>setVbr(boolean)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Sets whether or not to use Variable Bit Rate encoding.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#setVbr(boolean)"><B>setVbr(boolean)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Sets whether of not the encoder is to use VBR.
<DT><A HREF="./org/xiph/speex/Encoder.html#setVbrQuality(float)"><B>setVbrQuality(float)</B></A> - 
Method in interface org.xiph.speex.<A HREF="./org/xiph/speex/Encoder.html" title="interface in org.xiph.speex">Encoder</A>
<DD>Sets the Varible Bit Rate Quality.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#setVbrQuality(float)"><B>setVbrQuality(float)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Sets the Varible Bit Rate Quality.
<DT><A HREF="./org/xiph/speex/SbEncoder.html#setVbrQuality(float)"><B>setVbrQuality(float)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Sets the Varible Bit Rate Quality.
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#setVerbose(boolean)"><B>setVerbose(boolean)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Handles the <code>verbose</code> attribute.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#setVerbose(boolean)"><B>setVerbose(boolean)</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Handles the <code>verbose</code> attribute.
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#shape_bits"><B>shape_bits</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#shape_cb"><B>shape_cb</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#shape_cb_size"><B>shape_cb_size</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#signs"><B>signs</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#single"><B>single</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>Array of size 1, used by the read method to read just 1 byte.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#size"><B>size</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#size"><B>size</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html#skip(long)"><B>skip(long)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/FilteredAudioInputStream.html" title="class in org.xiph.speex.spi">FilteredAudioInputStream</A>
<DD>See the general contract of the <code>skip</code> method of
 <code>InputStream</code>.
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#skip(long)"><B>skip(long)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>See the general contract of the <code>skip</code> method of
 <code>InputStream</code>.
<DT><A HREF="./org/xiph/speex/Filters.html#smooth_gain"><B>smooth_gain</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Stereo.html#smooth_left"><B>smooth_left</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Stereo.html" title="class in org.xiph.speex">Stereo</A>
<DD>Ratio of energies: E(left+right)/[E(left)+E(right)]
<DT><A HREF="./org/xiph/speex/Stereo.html#smooth_right"><B>smooth_right</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Stereo.html" title="class in org.xiph.speex">Stereo</A>
<DD>Smoothed left channel gain
<DT><A HREF="./org/xiph/speex/Vbr.html#soft_pitch"><B>soft_pitch</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX"><B>SPEEX</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies any Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexFileFormatType.html#SPEEX"><B>SPEEX</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFileFormatType.html" title="class in org.xiph.speex.spi">SpeexFileFormatType</A>
<DD>Specifies an OGG Speex file.
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi"><B>Speex2PcmAudioInputStream</B></A> - Class in <A HREF="./org/xiph/speex/spi/package-summary.html">org.xiph.speex.spi</A><DD>Converts an Ogg Speex bitstream into a PCM 16bits/sample audio stream.<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#Speex2PcmAudioInputStream(java.io.InputStream, javax.sound.sampled.AudioFormat, long)"><B>Speex2PcmAudioInputStream(InputStream, AudioFormat, long)</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#Speex2PcmAudioInputStream(java.io.InputStream, javax.sound.sampled.AudioFormat, long, int)"><B>Speex2PcmAudioInputStream(InputStream, AudioFormat, long, int)</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html#SPEEX_ENCODING"><B>SPEEX_ENCODING</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi">SpeexFormatConvertionProvider</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html#SPEEX_FORMAT"><B>SPEEX_FORMAT</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html" title="class in org.xiph.speex.spi">SpeexAudioFileWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#SPEEX_HEADERSIZE"><B>SPEEX_HEADERSIZE</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>The size of the Speex header.
<DT><A HREF="./org/xiph/speex/Stereo.html#SPEEX_INBAND_STEREO"><B>SPEEX_INBAND_STEREO</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Stereo.html" title="class in org.xiph.speex">Stereo</A>
<DD>Inband code number for Stereo
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_Q0"><B>SPEEX_Q0</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies constant bitrate, quality 0, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_Q1"><B>SPEEX_Q1</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies constant bitrate, quality 1, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_Q10"><B>SPEEX_Q10</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies constant bitrate, quality 10, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_Q2"><B>SPEEX_Q2</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies constant bitrate, quality 2, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_Q3"><B>SPEEX_Q3</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies constant bitrate, quality 3, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_Q4"><B>SPEEX_Q4</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies constant bitrate, quality 4, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_Q5"><B>SPEEX_Q5</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies constant bitrate, quality 5, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_Q6"><B>SPEEX_Q6</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies constant bitrate, quality 6, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_Q7"><B>SPEEX_Q7</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies constant bitrate, quality 7, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_Q8"><B>SPEEX_Q8</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies constant bitrate, quality 8, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_Q9"><B>SPEEX_Q9</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies constant bitrate, quality 9, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_VBR0"><B>SPEEX_VBR0</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies variable bitrate, quality 0, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_VBR1"><B>SPEEX_VBR1</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies variable bitrate, quality 1, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_VBR10"><B>SPEEX_VBR10</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies variable bitrate, quality 10, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_VBR2"><B>SPEEX_VBR2</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies variable bitrate, quality 2, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_VBR3"><B>SPEEX_VBR3</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies variable bitrate, quality 3, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_VBR4"><B>SPEEX_VBR4</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies variable bitrate, quality 4, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_VBR5"><B>SPEEX_VBR5</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies variable bitrate, quality 5, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_VBR6"><B>SPEEX_VBR6</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies variable bitrate, quality 6, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_VBR7"><B>SPEEX_VBR7</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies variable bitrate, quality 7, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_VBR8"><B>SPEEX_VBR8</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies variable bitrate, quality 8, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SPEEX_VBR9"><B>SPEEX_VBR9</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Specifies variable bitrate, quality 9, Speex encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi"><B>SpeexAudioFileReader</B></A> - Class in <A HREF="./org/xiph/speex/spi/package-summary.html">org.xiph.speex.spi</A><DD>Provider for Speex audio file reading services.<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#SpeexAudioFileReader()"><B>SpeexAudioFileReader()</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html" title="class in org.xiph.speex.spi"><B>SpeexAudioFileWriter</B></A> - Class in <A HREF="./org/xiph/speex/spi/package-summary.html">org.xiph.speex.spi</A><DD>Provider for Speex audio file writing services.<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html#SpeexAudioFileWriter()"><B>SpeexAudioFileWriter()</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html" title="class in org.xiph.speex.spi">SpeexAudioFileWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#speexDecoder"><B>speexDecoder</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Speex Decoder
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex"><B>SpeexDecoder</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Main Speex Decoder class.<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#SpeexDecoder()"><B>SpeexDecoder()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex"><B>SpeexEncoder</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Main Speex Encoder class.<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#SpeexEncoder()"><B>SpeexEncoder()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi"><B>SpeexEncoding</B></A> - Class in <A HREF="./org/xiph/speex/spi/package-summary.html">org.xiph.speex.spi</A><DD>Encodings used by the Speex audio decoder.<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SpeexEncoding(java.lang.String, int, boolean)"><B>SpeexEncoding(String, int, boolean)</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Constructs a new encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#SpeexEncoding(java.lang.String)"><B>SpeexEncoding(String)</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Constructs a new encoding.
<DT><A HREF="./org/xiph/speex/spi/SpeexFileFormatType.html" title="class in org.xiph.speex.spi"><B>SpeexFileFormatType</B></A> - Class in <A HREF="./org/xiph/speex/spi/package-summary.html">org.xiph.speex.spi</A><DD>FileFormatTypes used by the Speex audio decoder.<DT><A HREF="./org/xiph/speex/spi/SpeexFileFormatType.html#SpeexFileFormatType(java.lang.String, java.lang.String)"><B>SpeexFileFormatType(String, String)</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFileFormatType.html" title="class in org.xiph.speex.spi">SpeexFileFormatType</A>
<DD>Constructs a file type.
<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi"><B>SpeexFormatConvertionProvider</B></A> - Class in <A HREF="./org/xiph/speex/spi/package-summary.html">org.xiph.speex.spi</A><DD>A format conversion provider provides format conversion services from one or
 more input formats to one or more output formats.<DT><A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html#SpeexFormatConvertionProvider()"><B>SpeexFormatConvertionProvider()</B></A> - 
Constructor for class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexFormatConvertionProvider.html" title="class in org.xiph.speex.spi">SpeexFormatConvertionProvider</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html#SPEEXID"><B>SPEEXID</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileReader.html" title="class in org.xiph.speex.spi">SpeexAudioFileReader</A>
<DD>The String that identifies the beginning of the Speex header.
<DT><A HREF="./org/xiph/speex/Inband.html#speexInbandRequest(org.xiph.speex.Bits)"><B>speexInbandRequest(Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Inband.html" title="class in org.xiph.speex">Inband</A>
<DD>Speex in-band request (submode=14).
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex"><B>SplitShapeSearch</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Split shape codebook search<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#SplitShapeSearch(int, int, int, int[], int, int)"><B>SplitShapeSearch(int, int, int, int[], int, int)</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#srcFile"><B>srcFile</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Source file to decode
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#srcFile"><B>srcFile</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Source file to decode
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#srcFileset"><B>srcFileset</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>List of source files to decode
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#srcFileset"><B>srcFileset</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>List of source files to decode
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#srcFormat"><B>srcFormat</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Defines File format for input audio file (Raw, Ogg or Wave).
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#srcFormat"><B>srcFormat</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines File format for input audio file (Raw, Ogg or Wave).
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#start()"><B>start()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>Start the playback thread which fills the JavaSound playback buffer.
<DT><A HREF="./org/xiph/speex/player/Player.html#start()"><B>start()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Start the Player Component.
<DT><A HREF="./org/xiph/speex/player/PlayerApplet.html#start()"><B>start()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/PlayerApplet.html" title="class in org.xiph.speex.player">PlayerApplet</A>
<DD>Called by the browser or applet viewer to inform this applet that it
 should start its execution.
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#start()"><B>start()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>Start the playback thread which fills the JavaSound playback buffer.
<DT><A HREF="./org/xiph/speex/player/RecorderApplet.html#start()"><B>start()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/RecorderApplet.html" title="class in org.xiph.speex.player">RecorderApplet</A>
<DD>Called by the browser or applet viewer to inform this applet that it
 should start its execution.
<DT><A HREF="./org/xiph/speex/player/Player.html#state"><B>state</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Current State of the Finite State Machine
<DT><A HREF="./org/xiph/speex/player/Player.html#STATE_BUFFERING"><B>STATE_BUFFERING</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Finite State Machine State: Buffering
<DT><A HREF="./org/xiph/speex/player/Player.html#STATE_ERROR"><B>STATE_ERROR</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Finite State Machine State: Error
<DT><A HREF="./org/xiph/speex/player/Player.html#STATE_INIT"><B>STATE_INIT</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Finite State Machine State: Initialised
<DT><A HREF="./org/xiph/speex/player/Player.html#STATE_PAUSED"><B>STATE_PAUSED</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Finite State Machine State: Paused
<DT><A HREF="./org/xiph/speex/player/Player.html#STATE_PLAYING"><B>STATE_PLAYING</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Finite State Machine State: Playing
<DT><A HREF="./org/xiph/speex/player/Recorder.html#STATE_REC_PAUSED"><B>STATE_REC_PAUSED</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Finite State Machine State: Recording Paused
<DT><A HREF="./org/xiph/speex/player/Recorder.html#STATE_RECORDING"><B>STATE_RECORDING</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>Finite State Machine State: Recording
<DT><A HREF="./org/xiph/speex/player/Player.html#STATE_STOPPED"><B>STATE_STOPPED</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Finite State Machine State: Stopped
<DT><A HREF="./org/xiph/speex/Inband.html#stereo"><B>stereo</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Inband.html" title="class in org.xiph.speex">Inband</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbDecoder.html#stereo"><B>stereo</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbDecoder.html" title="class in org.xiph.speex">NbDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbDecoder.html#stereo"><B>stereo</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Stereo.html" title="class in org.xiph.speex"><B>Stereo</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Stereo<DT><A HREF="./org/xiph/speex/Stereo.html#Stereo()"><B>Stereo()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/Stereo.html" title="class in org.xiph.speex">Stereo</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#stop()"><B>stop()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>Stop the playback thread and destroy all resources.
<DT><A HREF="./org/xiph/speex/player/Player.html#stop()"><B>stop()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Stop the Player Component.
<DT><A HREF="./org/xiph/speex/player/PlayerApplet.html#stop()"><B>stop()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/PlayerApplet.html" title="class in org.xiph.speex.player">PlayerApplet</A>
<DD>Called by the browser or applet viewer to inform this applet that it
 should stop its execution.
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#stop()"><B>stop()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>Stop the playback thread and destroy all resources.
<DT><A HREF="./org/xiph/speex/player/RecorderApplet.html#stop()"><B>stop()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/RecorderApplet.html" title="class in org.xiph.speex.player">RecorderApplet</A>
<DD>Called by the browser or applet viewer to inform this applet that it
 should stop its execution.
<DT><A HREF="./org/xiph/speex/player/Player.html#stopButton"><B>stopButton</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Stop Button
<DT><A HREF="./org/xiph/speex/player/Player.html#stopIt()"><B>stopIt()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Recorder.html#stopIt()"><B>stopIt()</B></A> - 
Method in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.html" title="class in org.xiph.speex.player">Recorder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#streamSerialNumber"><B>streamSerialNumber</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Ogg Stream Serial Number
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#streamSerialNumber"><B>streamSerialNumber</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>A unique serial number that identifies the Ogg stream.
<DT><A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html#streamSerialNumber"><B>streamSerialNumber</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Speex2PcmAudioInputStream.html" title="class in org.xiph.speex.spi">Speex2PcmAudioInputStream</A>
<DD>A unique serial number that identifies the Ogg stream.
<DT><A HREF="./org/xiph/speex/NbCodec.html#subframeSize"><B>subframeSize</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Size of frames
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#subframesize"><B>subframesize</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex"><B>SubMode</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Speex SubMode<DT><A HREF="./org/xiph/speex/SubMode.html#SubMode(int, int, int, int, org.xiph.speex.LspQuant, org.xiph.speex.Ltp, org.xiph.speex.CbSearch, float, float, float, int)"><B>SubMode(int, int, int, int, LspQuant, Ltp, CbSearch, float, float, float, int)</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/SubMode.html" title="class in org.xiph.speex">SubMode</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/NbCodec.html#submodeID"><B>submodeID</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Sub-mode data
<DT><A HREF="./org/xiph/speex/NbCodec.html#submodes"><B>submodes</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbEncoder.html#submodeSelect"><B>submodeSelect</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbEncoder.html#submodeSelect"><B>submodeSelect</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#subvect_size"><B>subvect_size</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbEncoder.html#swBuf"><B>swBuf</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>"Pitch enhanced" excitation
<DT><A HREF="./org/xiph/speex/SbEncoder.html#swBuf"><B>swBuf</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbEncoder.html#swIdx"><B>swIdx</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Weighted signal buffer
<DT><A HREF="./org/xiph/speex/Filters.html#syn_percep_zero(float[], int, float[], float[], float[], float[], int, int)"><B>syn_percep_zero(float[], int, float[], float[], float[], float[], int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>syn_percep_zero
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#t"><B>t</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbEncoder.html#target"><B>target</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#targetType"><B>targetType</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#thread"><B>thread</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Recorder.Capture.html#thread"><B>thread</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Recorder.Capture.html" title="class in org.xiph.speex.player">Recorder.Capture</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/player/Player.html#timer"><B>timer</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/Vbr.html#uhb_thresh"><B>uhb_thresh</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>Ultra-wideband threshhold table.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#UNKNOWN"><B>UNKNOWN</B></A> - 
Static variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Indicates the value is unknown or undetermined.
<DT><A HREF="./org/xiph/speex/Bits.html#unpack(int)"><B>unpack(int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Bits.html" title="class in org.xiph.speex">Bits</A>
<DD>Read the next N bits from the buffer.
<DT><A HREF="./org/xiph/speex/LspQuant.html#unpackPlus(float[], int[], org.xiph.speex.Bits, float, int, int)"><B>unpackPlus(float[], int[], Bits, float, int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/LspQuant.html" title="class in org.xiph.speex">LspQuant</A>
<DD>Read the next 6 bits from the buffer, and using the value read and the
 given codebook, rebuild LSP table.
<DT><A HREF="./org/xiph/speex/CbSearch.html#unquant(float[], int, int, org.xiph.speex.Bits)"><B>unquant(float[], int, int, Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/CbSearch.html" title="class in org.xiph.speex">CbSearch</A>
<DD>Codebook Search Unquantification.
<DT><A HREF="./org/xiph/speex/HighLspQuant.html#unquant(float[], int, org.xiph.speex.Bits)"><B>unquant(float[], int, Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/HighLspQuant.html" title="class in org.xiph.speex">HighLspQuant</A>
<DD>Line Spectral Pair Unquantification (high).
<DT><A HREF="./org/xiph/speex/LbrLspQuant.html#unquant(float[], int, org.xiph.speex.Bits)"><B>unquant(float[], int, Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/LbrLspQuant.html" title="class in org.xiph.speex">LbrLspQuant</A>
<DD>Line Spectral Pair Unquantification (Lbr).
<DT><A HREF="./org/xiph/speex/LspQuant.html#unquant(float[], int, org.xiph.speex.Bits)"><B>unquant(float[], int, Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/LspQuant.html" title="class in org.xiph.speex">LspQuant</A>
<DD>Line Spectral Pair Unquantification.
<DT><A HREF="./org/xiph/speex/Ltp.html#unquant(float[], int, int, float, int, float[], org.xiph.speex.Bits, int, int, float)"><B>unquant(float[], int, int, float, int, float[], Bits, int, int, float)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp.html" title="class in org.xiph.speex">Ltp</A>
<DD>Long Term Prediction Unquantification.
<DT><A HREF="./org/xiph/speex/Ltp3Tap.html#unquant(float[], int, int, float, int, float[], org.xiph.speex.Bits, int, int, float)"><B>unquant(float[], int, int, float, int, float[], Bits, int, int, float)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Ltp3Tap.html" title="class in org.xiph.speex">Ltp3Tap</A>
<DD>Long Term Prediction Unquantification (3Tap).
<DT><A HREF="./org/xiph/speex/LtpForcedPitch.html#unquant(float[], int, int, float, int, float[], org.xiph.speex.Bits, int, int, float)"><B>unquant(float[], int, int, float, int, float[], Bits, int, int, float)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/LtpForcedPitch.html" title="class in org.xiph.speex">LtpForcedPitch</A>
<DD>Long Term Prediction Unquantification (Forced Pitch).
<DT><A HREF="./org/xiph/speex/NbLspQuant.html#unquant(float[], int, org.xiph.speex.Bits)"><B>unquant(float[], int, Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NbLspQuant.html" title="class in org.xiph.speex">NbLspQuant</A>
<DD>Line Spectral Pair Unquantification (narrowband).
<DT><A HREF="./org/xiph/speex/NoiseSearch.html#unquant(float[], int, int, org.xiph.speex.Bits)"><B>unquant(float[], int, int, Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/NoiseSearch.html" title="class in org.xiph.speex">NoiseSearch</A>
<DD>Codebook Search Unquantification (Noise).
<DT><A HREF="./org/xiph/speex/SplitShapeSearch.html#unquant(float[], int, int, org.xiph.speex.Bits)"><B>unquant(float[], int, int, Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SplitShapeSearch.html" title="class in org.xiph.speex">SplitShapeSearch</A>
<DD>Codebook Search Unquantification (Split Shape).
<DT><A HREF="./org/xiph/speex/Inband.html#userInbandRequest(org.xiph.speex.Bits)"><B>userInbandRequest(Bits)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/Inband.html" title="class in org.xiph.speex">Inband</A>
<DD>User in-band request (submode=13).
<DT><A HREF="./org/xiph/speex/SbEncoder.html#uwb"><B>uwb</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbEncoder.html#UWB_QUALITY_MAP"><B>UWB_QUALITY_MAP</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>The Ultra-wideband Quality map indicates which sideband submode to use for the given ultra-wideband quality setting
<DT><A HREF="./org/xiph/speex/SbCodec.html#uwbinit()"><B>uwbinit()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>Ultra-wideband initialisation
<DT><A HREF="./org/xiph/speex/SbDecoder.html#uwbinit()"><B>uwbinit()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>Ultra-wideband initialisation
<DT><A HREF="./org/xiph/speex/SbEncoder.html#uwbinit()"><B>uwbinit()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Ultra-wideband initialisation
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#vad"><B>vad</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines whether or not to use VAD (Voice Activity Detection).
<DT><A HREF="./org/xiph/speex/NbEncoder.html#vad_enabled"><B>vad_enabled</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>1 for enabling VBR, 0 otherwise
<DT><A HREF="./org/xiph/speex/SbEncoder.html#vad_enabled"><B>vad_enabled</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>1 for enabling VBR, 0 otherwise
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#vbr"><B>vbr</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#vbr"><B>vbr</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines whether or not to use VBR (Variable Bit Rate).
<DT><A HREF="./org/xiph/speex/NbEncoder.html#vbr"><B>vbr</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Filter memory for excitation (whole frame)
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#vbr"><B>vbr</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Defines whether or not to use VBR (Variable Bit Rate).
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#vbr"><B>vbr</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Defines whether or not to use VBR (Variable Bit Rate).
<DT><A HREF="./org/xiph/speex/spi/SpeexEncoding.html#vbr"><B>vbr</B></A> - 
Variable in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexEncoding.html" title="class in org.xiph.speex.spi">SpeexEncoding</A>
<DD>Defines whether or not the encoding is Variable Bit Rate.
<DT><A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex"><B>Vbr</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>This class analyses the signal to help determine what bitrate to use when
 the Varible BitRate option has been selected.<DT><A HREF="./org/xiph/speex/Vbr.html#Vbr()"><B>Vbr()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>Constructor
<DT><A HREF="./org/xiph/speex/NbEncoder.html#vbr_enabled"><B>vbr_enabled</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Complexity setting (0-10 from least complex to most complex)
<DT><A HREF="./org/xiph/speex/SbEncoder.html#vbr_enabled"><B>vbr_enabled</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Complexity setting (0-10 from least complex to most complex)
<DT><A HREF="./org/xiph/speex/Vbr.html#VBR_MEMORY_SIZE"><B>VBR_MEMORY_SIZE</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Vbr.html" title="class in org.xiph.speex">Vbr</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#vbr_quality"><B>vbr_quality</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#vbr_quality"><B>vbr_quality</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Defines the encoder VBR quality setting (float from 0 to 10).
<DT><A HREF="./org/xiph/speex/NbEncoder.html#vbr_quality"><B>vbr_quality</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>ABR setting (in bps), 0 if off
<DT><A HREF="./org/xiph/speex/SbEncoder.html#vbr_quality"><B>vbr_quality</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>ABR setting (in bps), 0 if off
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#verbose"><B>verbose</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Tells the task to output as much information as possible
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#verbose"><B>verbose</B></A> - 
Variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Tells the task to output as much information as possible
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#VERSION"><B>VERSION</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Version of the Speex Encoder
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#version()"><B>version()</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Prints the version.
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#VERSION"><B>VERSION</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Version of the Speex Encoder
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#version()"><B>version()</B></A> - 
Method in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Prints the version.
<DT><A HREF="./org/xiph/speex/player/Player.html#VERSION"><B>VERSION</B></A> - 
Static variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.html" title="class in org.xiph.speex.player">Player</A>
<DD>Version Number
<DT><A HREF="./org/xiph/speex/SpeexDecoder.html#VERSION"><B>VERSION</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexDecoder.html" title="class in org.xiph.speex">SpeexDecoder</A>
<DD>Version of the Speex Decoder
<DT><A HREF="./org/xiph/speex/SpeexEncoder.html#VERSION"><B>VERSION</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SpeexEncoder.html" title="class in org.xiph.speex">SpeexEncoder</A>
<DD>Version of the Speex Encoder
<DT><A HREF="./org/xiph/speex/NbCodec.html#VERY_SMALL"><B>VERY_SMALL</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Very small initial value for some of the buffers.
<DT><A HREF="./org/xiph/speex/NbCodec.html#voc_m1"><B>voc_m1</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#voc_m2"><B>voc_m2</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#voc_mean"><B>voc_mean</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#voc_offset"><B>voc_offset</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/VQ.html" title="class in org.xiph.speex"><B>VQ</B></A> - Class in <A HREF="./org/xiph/speex/package-summary.html">org.xiph.speex</A><DD>Vector Quantization.<DT><A HREF="./org/xiph/speex/VQ.html#VQ()"><B>VQ()</B></A> - 
Constructor for class org.xiph.speex.<A HREF="./org/xiph/speex/VQ.html" title="class in org.xiph.speex">VQ</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html#WARN"><B>WARN</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexDecoderTask.html" title="class in org.xiph.speex.ant">JSpeexDecoderTask</A>
<DD>Print level for messages : Print only warnings and errors
<DT><A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html#WARN"><B>WARN</B></A> - 
Static variable in class org.xiph.speex.ant.<A HREF="./org/xiph/speex/ant/JSpeexEncoderTask.html" title="class in org.xiph.speex.ant">JSpeexEncoderTask</A>
<DD>Print level for messages : Print only warnings and errors
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#WAVE_BITS_PER_FRAME"><B>WAVE_BITS_PER_FRAME</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Table describing the number of bit per Speex frame, depending on its
 mode-1 (1=NB, 2=WB, 3=UWB), channels-1 (1=mono, 2=stereo) and the quality
 setting (0 to 10).
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#WAVE_FORMAT_PCM"><B>WAVE_FORMAT_PCM</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Wave type code of PCM
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#WAVE_FORMAT_SPEEX"><B>WAVE_FORMAT_SPEEX</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Wave type code of Speex
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#WAVE_FRAME_SIZES"><B>WAVE_FRAME_SIZES</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Table describing the number of frames per packet in a Speex Wave file,
 depending on its mode-1 (1=NB, 2=WB, 3=UWB), channels-1 (1=mono, 2=stereo)
 and the quality setting (0 to 10).
<DT><A HREF="./org/xiph/speex/SbEncoder.html#WB_QUALITY_MAP"><B>WB_QUALITY_MAP</B></A> - 
Static variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>The Wideband Quality map indicates which sideband submode to use for the given wideband/ultra-wideband quality setting
<DT><A HREF="./org/xiph/speex/SbCodec.html#wbinit()"><B>wbinit()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>Wideband initialisation
<DT><A HREF="./org/xiph/speex/SbDecoder.html#wbinit()"><B>wbinit()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbDecoder.html" title="class in org.xiph.speex">SbDecoder</A>
<DD>Wideband initialisation
<DT><A HREF="./org/xiph/speex/SbEncoder.html#wbinit()"><B>wbinit()</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>Wideband initialisation
<DT><A HREF="./org/xiph/speex/Misc.html#window(int, int)"><B>window(int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Misc.html" title="class in org.xiph.speex">Misc</A>
<DD>Builds an Asymmetric "pseudo-Hamming" window.
<DT><A HREF="./org/xiph/speex/NbEncoder.html#window"><B>window</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbEncoder.html" title="class in org.xiph.speex">NbEncoder</A>
<DD>Start of weighted signal frame
<DT><A HREF="./org/xiph/speex/SbEncoder.html#window"><B>window</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/NbCodec.html#windowSize"><B>windowSize</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/NbCodec.html" title="class in org.xiph.speex">NbCodec</A>
<DD>Number of sub-frames
<DT><A HREF="./org/xiph/speex/Lpc.html#wld(float[], float[], float[], int)"><B>wld(float[], float[], float[], int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/Lpc.html" title="class in org.xiph.speex">Lpc</A>
<DD>Returns minimum mean square error.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html#write(javax.sound.sampled.AudioInputStream, javax.sound.sampled.AudioFileFormat.Type, java.io.OutputStream)"><B>write(AudioInputStream, AudioFileFormat.Type, OutputStream)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html" title="class in org.xiph.speex.spi">SpeexAudioFileWriter</A>
<DD>Writes a stream of bytes representing an audio file of the file type
 indicated to the output stream provided.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html#write(javax.sound.sampled.AudioInputStream, javax.sound.sampled.AudioFileFormat.Type, java.io.File)"><B>write(AudioInputStream, AudioFileFormat.Type, File)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html" title="class in org.xiph.speex.spi">SpeexAudioFileWriter</A>
<DD>Writes a stream of bytes representing an audio file of the file format
 indicated to the external file provided.
<DT><A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html#write(javax.sound.sampled.AudioInputStream, java.io.OutputStream)"><B>write(AudioInputStream, OutputStream)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/SpeexAudioFileWriter.html" title="class in org.xiph.speex.spi">SpeexAudioFileWriter</A>
<DD>Writes a stream of bytes representing an audio file of the file type
 indicated to the output stream provided.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeHeader(java.lang.String)"><B>writeHeader(String)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes the header pages that start the Ogg Speex file.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#writeHeader(java.lang.String)"><B>writeHeader(String)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Writes the header pages that start the Ogg Speex file.
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#writeHeader(java.lang.String)"><B>writeHeader(String)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Writes the initial data chunks that start the wave file.
<DT><A HREF="./org/xiph/speex/RawWriter.html#writeHeader(java.lang.String)"><B>writeHeader(String)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/RawWriter.html" title="class in org.xiph.speex">RawWriter</A>
<DD>Writes the header pages that start the Ogg Speex file.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#writeHeaderFrames()"><B>writeHeaderFrames()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Write the OGG Speex header then the comment header.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeInt(java.io.DataOutput, int)"><B>writeInt(DataOutput, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes a Little-endian int.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeInt(java.io.OutputStream, int)"><B>writeInt(OutputStream, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes a Little-endian int.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeInt(byte[], int, int)"><B>writeInt(byte[], int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes a Little-endian int.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeLong(java.io.OutputStream, long)"><B>writeLong(OutputStream, long)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes a Little-endian long.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeLong(byte[], int, long)"><B>writeLong(byte[], int, long)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes a Little-endian long.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#writeOggPageChecksum()"><B>writeOggPageChecksum()</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Calculate and write the OGG page checksum.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeOggPageHeader(byte[], int, int, long, int, int, int, byte[])"><B>writeOggPageHeader(byte[], int, int, long, int, int, int, byte[])</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes an Ogg Page Header to the given byte array.
<DT><A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html#writeOggPageHeader(int, int)"><B>writeOggPageHeader(int, int)</B></A> - 
Method in class org.xiph.speex.spi.<A HREF="./org/xiph/speex/spi/Pcm2SpeexAudioInputStream.html" title="class in org.xiph.speex.spi">Pcm2SpeexAudioInputStream</A>
<DD>Write an OGG page header.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writePacket(byte[], int, int)"><B>writePacket(byte[], int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes a packet of audio.
<DT><A HREF="./org/xiph/speex/OggSpeexWriter.html#writePacket(byte[], int, int)"><B>writePacket(byte[], int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/OggSpeexWriter.html" title="class in org.xiph.speex">OggSpeexWriter</A>
<DD>Writes a packet of audio.
<DT><A HREF="./org/xiph/speex/PcmWaveWriter.html#writePacket(byte[], int, int)"><B>writePacket(byte[], int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/PcmWaveWriter.html" title="class in org.xiph.speex">PcmWaveWriter</A>
<DD>Writes a packet of audio.
<DT><A HREF="./org/xiph/speex/RawWriter.html#writePacket(byte[], int, int)"><B>writePacket(byte[], int, int)</B></A> - 
Method in class org.xiph.speex.<A HREF="./org/xiph/speex/RawWriter.html" title="class in org.xiph.speex">RawWriter</A>
<DD>Writes a packet of audio.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeShort(java.io.DataOutput, short)"><B>writeShort(DataOutput, short)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes a Little-endian short.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeShort(java.io.OutputStream, short)"><B>writeShort(OutputStream, short)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes a Little-endian short.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeShort(byte[], int, int)"><B>writeShort(byte[], int, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes a Little-endian short.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeSpeexComment(byte[], int, java.lang.String)"><B>writeSpeexComment(byte[], int, String)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes a Speex Comment to the given byte array.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeSpeexHeader(byte[], int, int, int, int, boolean, int)"><B>writeSpeexHeader(byte[], int, int, int, int, boolean, int)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes a Speex Header to the given byte array.
<DT><A HREF="./org/xiph/speex/AudioFileWriter.html#writeString(byte[], int, java.lang.String)"><B>writeString(byte[], int, String)</B></A> - 
Static method in class org.xiph.speex.<A HREF="./org/xiph/speex/AudioFileWriter.html" title="class in org.xiph.speex">AudioFileWriter</A>
<DD>Writes a String.
<DT><A HREF="./org/xiph/speex/player/Player.Playback.html#written"><B>written</B></A> - 
Variable in class org.xiph.speex.player.<A HREF="./org/xiph/speex/player/Player.Playback.html" title="class in org.xiph.speex.player">Player.Playback</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/SbCodec.html#x0d"><B>x0d</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbEncoder.html#x1d"><B>x1d</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbEncoder.html" title="class in org.xiph.speex">SbEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/Filters.html#xx"><B>xx</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/Filters.html" title="class in org.xiph.speex">Filters</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_Y_"><!-- --></A><H2>
<B>Y</B></H2>
<DL>
<DT><A HREF="./org/xiph/speex/SbCodec.html#y0"><B>y0</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/xiph/speex/SbCodec.html#y1"><B>y1</B></A> - 
Variable in class org.xiph.speex.<A HREF="./org/xiph/speex/SbCodec.html" title="class in org.xiph.speex">SbCodec</A>
<DD>&nbsp;
</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="#_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="#_X_">X</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">    <FONT CLASS="NavBarFont1">Use</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>
<i>Copyright &#169; 1999-2004 Wimba S.A. All Rights Reserved.</i>
</BODY>
</HTML>