summaryrefslogtreecommitdiff
path: root/manuals/chickadee/Audio.html
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-11-19 20:50:56 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-11-19 20:50:56 -0500
commit03f0340ae9df26b40855dd78216ff47738957851 (patch)
tree83ea1b646320b958b01757b8e7739783ecf68c91 /manuals/chickadee/Audio.html
parentfc7097f7368b384f6dc52d32da763af90bd3564a (diff)
manuals: Update chickadee manual to 0.6.0.
Diffstat (limited to 'manuals/chickadee/Audio.html')
-rw-r--r--manuals/chickadee/Audio.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/manuals/chickadee/Audio.html b/manuals/chickadee/Audio.html
index 5540e83..52ed54b 100644
--- a/manuals/chickadee/Audio.html
+++ b/manuals/chickadee/Audio.html
@@ -18,7 +18,7 @@ Foundation Web site at http://www.gnu.org/licenses/fdl.html.
The document was typeset with
http://www.texinfo.org/ (GNU Texinfo).
-->
-<!-- Created by GNU Texinfo 6.6, http://www.gnu.org/software/texinfo/ -->
+<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Audio (The Chickadee Game Toolkit)</title>
@@ -28,12 +28,12 @@ http://www.texinfo.org/ (GNU Texinfo).
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
-<link href="index.html#Top" rel="start" title="Top">
-<link href="Index.html#Index" rel="index" title="Index">
+<link href="index.html" rel="start" title="Top">
+<link href="Index.html" rel="index" title="Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
-<link href="API-Reference.html#API-Reference" rel="up" title="API Reference">
-<link href="Audio-Files.html#Audio-Files" rel="next" title="Audio Files">
-<link href="Shaders.html#Shaders" rel="prev" title="Shaders">
+<link href="API-Reference.html" rel="up" title="API Reference">
+<link href="Audio-Files.html" rel="next" title="Audio Files">
+<link href="Shaders.html" rel="prev" title="Shaders">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@@ -82,7 +82,7 @@ ul.no-bullet {list-style: none}
<body lang="en">
<span id="Audio"></span><div class="header">
<p>
-Next: <a href="Scripting.html#Scripting" accesskey="n" rel="next">Scripting</a>, Previous: <a href="Graphics.html#Graphics" accesskey="p" rel="prev">Graphics</a>, Up: <a href="API-Reference.html#API-Reference" accesskey="u" rel="up">API Reference</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html#Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="Scripting.html" accesskey="n" rel="next">Scripting</a>, Previous: <a href="Graphics.html" accesskey="p" rel="prev">Graphics</a>, Up: <a href="API-Reference.html" accesskey="u" rel="up">API Reference</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<span id="Audio-1"></span><h3 class="section">2.4 Audio</h3>
@@ -93,13 +93,13 @@ when events happen. The <code>(chickadee audio)</code> module provides a
robust audio API backed by the OpenAL 3D audio system.
</p>
<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="Audio-Files.html#Audio-Files" accesskey="1">Audio Files</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Not audiophiles.
+<tr><td align="left" valign="top">&bull; <a href="Audio-Files.html" accesskey="1">Audio Files</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Not audiophiles.
</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="Sources.html#Sources" accesskey="2">Sources</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Audio emitters.
+<tr><td align="left" valign="top">&bull; <a href="Sources.html" accesskey="2">Sources</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Audio emitters.
</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="The-Listener.html#The-Listener" accesskey="3">The Listener</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The player&rsquo;s ears.
+<tr><td align="left" valign="top">&bull; <a href="The-Listener.html" accesskey="3">The Listener</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The player&rsquo;s ears.
</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="The-Environment.html#The-Environment" accesskey="4">The Environment</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Global sound model settings.
+<tr><td align="left" valign="top">&bull; <a href="The-Environment.html" accesskey="4">The Environment</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Global sound model settings.
</td></tr>
</table>