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 17 18<h2>Description</h2> 19<P>This program demonstrates the AX Dolby Pro Logic II encoder.</P> 20<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> 21<h2>Coverage</h2> 22<UL> 23<LI>AX initialization 24<LI>Acquiring and freeing voices 25<LI>Panning voices using the MIX library 26<LI>Handling dropped voices 27<LI>Managing sample data with the AX sound pipeline 28<LI>Switching between various AUX effects 29</UL> 30<h2>Operation Method</h2> 31<P>In the "AX DPL2-Reverb Test" window:</P> 32<UL> 33<LI>Use the +Control Pad or Control Stick to move the menu selection up and down. 34<LI>Use the A Button to select and toggle a menu item. 35<LI>Use the C Stick to pan the sound manually. 36</UL> 37<P>The Sound option will cycle through the white noise and pink noise sound effects.</P> 38<P>The Position option allows the user to pan the sound manually (using the C stick) or through six hardcoded 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<h2>Required Data Files</h2> 48 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<H2>Revision History</H2> 54<P>03/01/2006 Initial version.</P> 55</body> 56</html>