1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 6<title>AXInit</title> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 9<META http-equiv="Content-Style-Type" content="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">AXInit</h1> 15 16 17<h2>C Specification</h2> 18<BLOCKQUOTE> 19<pre><code>#include <revolution> 20 21void AXInit(void);</CODE></pre> 22</BLOCKQUOTE> 23<h2>Arguments</h2> 24 25<p>None.</p> 26 27<h2>Return Values</h2> 28 29<p>None.</p> 30 31<h2>Description</h2> 32 33<p>Among other things, the <code>AXInit</code> function initializes the AX library, starts the audio DSP task, and starts AI-DMA.</p> 34 35<p>This function must be called before any other AX functions. The application must ensure that the AI library has been initialized before calling this function.</p> 36 37<p>Also note that AX requires the use of the default stack for AI (in other words, <a href="../../ai/General/AIInit.html"><code>AIInit()</code></a> must be called with a <a href="../../ai/General/AIInit.html"><code>NULL</code></a> argument).</p> 38 39<h2>See Also</h2> 40 41<p> 42<code><a href="../../ai/General/AIInit.html">AIInit</a><br></code> 43</p> 44 45<H2>Revision History</H2> 46 47<p> 482006/03/01 Initial version. <BR>2006/10/24 Deleted a description related to AR and ARQ. 49</p> 50 51<hr> 52<P>CONFIDENTIAL</p> 53</BODY> 54</HTML> 55