1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="Microsoft FrontPage 5.0"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 9<title>AX DPL2 Demo</title> 10</head> 11 12<body> 13 14<h1 align="left">dpl2demo</h1> 15 16<h2>Description</h2> 17<P>This program demonstrates the AX Dolby Pro Logic II encoder.</P> 18<P>You can select a white noise or pink noise sound sample to play. You can pan the sounds manually, or pan them to fixed locations.</P> 19 20<h2>Coverage</h2> 21<UL> 22 <LI>AX initialization 23 <LI>Getting and freeing voices. 24 <LI>Panning voices using the MIX library 25 <LI>Handling dropped voices 26 <LI>Managing sample data with the AX Sound Pipeline 27 <LI>Switching between various AUX effects 28</UL> 29 30<h2>Using the Demo</h2> 31<P>In the <B>AX DPL2-Reverb Test</B> window:</P> 32<UL> 33 <LI>Use the +Control Pad or the Control Stick to move the menu selection up and down. 34 <LI>Use the A Button to select a menu item. 35 <LI>Use the C Stick to pan the sound manually. 36</UL> 37<P>The <B>Sound</B> option will cycle through the white noise and pink noise sound effects.</P> 38<P>The <B>Position</B> option allows the user to pan the sound manually (using the C stick) or through six hard-coded locations.</P> 39<UL> 40 <LI>L - Left channel 41 <LI>C - Center channel 42 <LI>R - Right channel 43 <LI>Ls - Left surround channel 44 <LI>Rs - Right surround channel 45 <LI>Bs - Center rear position 46</UL> 47 48<h2>Required Data Files</h2> 49<ul TYPE="DISC"> 50 <li><code>//axdemo/dpl2/noise.spd</code></li> 51 <li><code>//axdemo/dpl2/noise.spt</code> </li> 52</ul> 53 54<H2>Revision History</H2> 55<P> 562008/08/28 Revised terminology.<br>2006/03/01 Initial version.<BR> 57</P> 58 59<hr><p>CONFIDENTIAL</p></body> 60</html>