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>AXARTInitSound</TITLE> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META http-equiv="Content-Style-Type" content="text/css"> 9</head> 10 11<BODY> 12 13<H1 align="left">AXARTInitSound</H1> 14 15<H2>Syntax</H2> 16<dl><dd><pre class="construction"> 17#include <revolution.h> 18#include <revolution/axart.h> 19 20void AXARTInitSound(AXART_SOUND *sound, AXVPB *voice, u32 sampleRate); 21</pre></dd></dl> 22 23<H2>Arguments</H2> 24<TABLE class="arguments" border="1" > 25 <TBODY> 26 <TR> 27<TH>sound</TH> 28<TD>Pointer to the user-allocated <CODE>AXART_SOUND</CODE></TD> 29 </TR> 30 <TR> 31<TH>voice</TH> 32<TD>Pointer to the user-allocated <CODE>AXVPB</CODE> associated with the sound</TD> 33 </TR> 34 <TR> 35<TH>sampleRate</TH> 36<TD>Sampling rate for the sound in Hertz</TD> 37 </TR> 38 </TBODY> 39</TABLE> 40 41<h2>Return Values</h2> 42<p>None.</p> 43 44<H2>Description</H2> 45<P>The <font face="Courier New">AXARTInitSound</font> function initializes an <a href="AXART_SOUND.html"><font face="Courier New">AXART_SOUND</font></a> data structure. The user should call this function before adding articulators to <CODE>AXART_SOUND</CODE>.</P> 46 47<H2>See Also</H2> 48<P class="reference"> 49<A href="AXARTAddSound.html">AXARTAddSound</A><BR><A href="AXARTRemoveSound.html">AXARTRemoveSound</A><BR><A href="AXARTServiceSounds.html">AXARTServiceSounds</A><BR><A href="AXART_SOUND.html">AXART_SOUND</A> 50</P> 51 52<h2>Revision History</h2> 53<P> 542006/03/01 Initial version.<BR> 55</P> 56 57<hr><p>CONFIDENTIAL</p></body> 58</HTML> 59