1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3	<HEAD>
4		<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5		<title>SNDEX_Init</title>
6		<link rel="stylesheet" href="../../css/nitro.css" type="text/css">
7	</HEAD>
8	<BODY>
9		<H1>SNDEX_Init <IMG src="../../image/TWL.gif" width="24" height="12" border="0" align=middle></H1>
10		<H2>Syntax</H2>
11		<DL>
12			<DD><CODE>#include &lt;twl/snd.h&gt;</CODE></DD>
13			<DD><PRE><CODE>void SNDEX_Init( void );</CODE></PRE></DD>
14		</DL>
15		<H2>Arguments</H2>
16		<P>
17			None.
18		</P>
19		<H2>Return Values</H2>
20		<P>
21			None.
22		</P>
23		<H2>Description</H2>
24		<P>
25			Initializes extended sound features.
26			Call this once before calling any other functions related to extended sound features.
27			This function internally performs work area initialization and synchronizes communications with the ARM7.
28		</P>
29		<H2>Note</H2>
30		<P>
31			The extended sound features can only be used on the TWL platform.
32			This function does nothing when it is called on the NITRO platform.
33		</P>
34		<H2>See Also</H2>
35		<H2>Revision History</H2>
36		<P>
37			2008/02/15 Initial version.
38		</P>
39	<hr><p>CONFIDENTIAL</p></body>
40</HTML>
41