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 Compressor Demo</title> 10</head> 11 12<body> 13 14<h1 align="left">compressor</h1> 15 16<h2>Description</h2> 17<P>This demo illustrates the use of the AX compressor.</P> 18<P>Each test plays a low-frequency hum, then repeatedly plays a sound effect to induce clipping. You can toggle the compressor on and off and compare the incidence of clipping artifacts.</P> 19<P>Each test also provides a "clip detector," which displays an alert whenever clipping is detected on the right or left output channels of the DSP.</P> 20<P>Individual sound effects may also be started and stopped manually from the main menu.</P> 21<P>Be aware that this demo allows you to toggle the compressor at will. However, you should change the state of the compressor only when audio is silent to prevent clicking or popping artifacts.</P> 22 23<h2>Coverage</h2> 24<UL> 25 <LI>AX initialization 26 <LI>Getting and freeing voices. 27 <LI>Handling "depopped" voices. 28 <LI>Toggling the AX compressor 29 <LI>Managing sample data with the AX Sound Pipeline 30 <LI>Checking the DSP output using the DEMO library (for the clip detector) 31</UL> 32 33<h2>Using the Demo</h2> 34<P>In the <B>AX Compressor Demo</B> window:</P> 35<UL> 36 <LI>Use the +Control Pad or the Control Stick to move the menu selection up and down. 37 <LI>Use the A Button to select a menu item. 38</UL> 39<P>In the <B>Compressor Test</B> windows:</P> 40<UL> 41 <LI>Use the A Button to toggle the compressor. 42 <LI>Use the B Button to exit. 43</UL> 44 45<h2>Required Data Files</h2> 46 47<ul TYPE="DISC"> 48 <li><CODE>//axdemo/compressor/comp_sp.spd</CODE></li> 49 <li><CODE>//axdemo/compressor/comp_sp.spt</CODE></li> 50</ul> 51 52<H2>Revision History</H2> 53<P> 542008/08/28 Revised terminology.<br>2006/03/01 Initial version.<BR> 55</P> 56 57<hr><p>CONFIDENTIAL</p></body> 58</html>