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>AXART_ITD</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">AXART_ITD</H1>
14
15<H2>Syntax</H2>
16<dl><dd><pre class="construction">
17#include &lt;revolution.h&gt;
18#include &lt;revolution/axart.h&gt;
19
20typedef struct
21{
22    AXART_ART   art;
23
24    // runtime user parameters
25
26    u16         itdL;           // sample shift left, 0 - 31
27    u16         itdR;           // sample shift right, 0 - 31
28
29} AXART_ITD;
30</pre></dd></dl>
31
32<h2>Elements</h2>
33<TABLE class="arguments" border="1" >
34  <TR>
35<TH>art</TH>
36<TD>AXART articulator descriptor maintained by AXART. Do not write to this parameter.</TD>
37  </TR>
38  <TR>
39<TH>itdL</TH>
40<TD>Sample shift for left channel. The valid range is 0 - 31, in 1/32 ms increments.</TD>
41  </TR>
42  <TR>
43<TH>itdR</TH>
44<TD>Sample shift for right channel. The valid range is 0 - 31, in 1/32 ms increments.</TD>
45  </TR>
46</TABLE>
47
48<H2>Description</H2>
49<P><CODE>AXART_ITD</CODE> is a data structure used to describe an initial time delay sound articulator. This articulator will phase-shift the left and right channels for an <a href="AXART_SOUND.html"><CODE>AXART_SOUND</CODE></a> by up to 1 millisecond. Do not use this articulator's sound in conjunction with <CODE>AXART_3D</CODE>. Before calling the <CODE>AXARTInitArtItd</CODE> function for the <CODE>AXART_ITD</CODE>, the user application must call the <CODE>AXARTInitArtItd</CODE> function.</P>
50
51<H2>See Also</H2>
52<P class="reference">
53<A href="AXARTInitArtItd.html">AXARTInitArtItd</A>, <A href="AXARTAddArticulator.html">AXARTAddArticulator</A>, <A href="AXART_3D.html">AXART_3D</A>, <A href="AXART_ART.html">AXART_ART</A>, <A href="AXART_SOUND.html">AXART_SOUND</A>
54</P>
55
56<H2>Revision History</H2>
57<P>
582006/03/01 Initial version.<br>
59</P>
60
61<hr><p>CONFIDENTIAL</p></body>
62</HTML>
63