blob: a2aa7ef1330272f5a90e127eb792926dcc2a47ba (
plain)
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
|
<!DOCTYPE html PUBliC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../../style.css" rel="stylesheet" type="text/css"/>
<title></title>
</head>
<body>
<div id="container">
<div id="header">
<div id="slogan">Java™ Binding for the OpenAL® API</div>
<div id="logo"><a href="http://jogamp.org/">JOAL Demos</a></div>
</div>
<div id="menu">
<ul>
<li><a href="http://jogamp.org/">Home</a></li>
<li><a href="../../joal/www">JOAL</a></li>
<li><a href="../../jocl/www">JOCL</a></li>
<li><a href="../../jogl/www">JOGL</a></li>
<!--<li><a href="../../jogl-demos/www">Demos</a></li>
<li><a href="../../wiki/index.php/Jogl_FAQ">Wiki</a></li>-->
<li><a href="http://download.java.net/media/joal/builds/nightly/javadoc_public/">JavaDoc</a></li>
</ul>
</div>
<div id="main" class="fill">
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="66%" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="1">
<tr>
<td valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="1">
<tr>
<td width="589" valign="top">
<div align="left">
<h3>Overview</h3>
</div>
</td>
</tr>
<tr>
<td valign="top">
<div align="justify">
<p>
The JOAL-Demos Project hosts a collection of turials and
demonstrations illustred the features and usage of the Java
bindings for OpenAL API and the Sound3D Toolkit.
</p>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td valign="top">
<table width="100%"border="0" cellpadding="5" cellspacing="1">
<tr>
<td>
<table width="100%" border="0" cellpadding="5" cellspacing="1">
<tr>
<td valign="top">
<div align="left">
<h3>Tutorials</h3>
</div>
</td>
</tr>
<tr>
<td valign="top">
OpenAL Tutorials (<a href="http://www.devmaster.net">www.devmaster.net</a>)
<ul>
<li><a href="devmaster/lesson1.html">lesson 1:</a>Single Static Source</li>
<li><a href="devmaster/lesson2.html">lesson 2:</a>Looping and Fadeaway</li>
<li><a href="devmaster/lesson3.html">lesson 3:</a>Multiple Sources </li>
<li><a href="devmaster/lesson4.html">lesson 4:</a>A Closer Look at the ALC</li>
<li><a href="devmaster/lesson5.html">lesson 5:</a>Sources Sharing Buffers</li>
<li><a href="devmaster/lesson6.html">lesson 6:</a>Advanced Loading and Error Handles.</li>
<li><a href="devmaster/lesson7.html">lesson 7:</a>The Doppler Effect</li>
<li><a href="devmaster/lesson8.html">lesson 8:</a> Ogg/Vorbis Streaming</li>
<li><a href="devmaster/OpenAL_Tutorials_Bundle.zip">source for lessons 1,2,3 & 5</a></li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
|