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 Low Pass Filter Demo</title>
10</head>
11
12<body>
13
14<h1 align="left">axfilter</h1>
15
16
17
18<h2>Description</h2>
19<p>This demo illustrates the use of the AX Low Pass Filter. This new per-voice, one-pole, low-pass filter is implemented on the DSP for minimal impact on the CPU. Low-pass filters are used to shape the frequency response of the audio signal by removing the high-frequency content. This is commonly used to muffle sound to simulate obstructed emitters.</p>
20<p>Each sound can be set to start with or without a loop. Also the AX compressor can be activated and an AX effect can be added to the AuxA bus. The AX low pass filter cut off frequency can be modified by moving the C Stick Y up/down [80Hz to 16000Hz].</p>
21
22<h2>Coverage</h2>
23
24<ul TYPE="DISC">
25<li>AX initialization.</li>
26<li>Getting and freeing voices.</li>
27<li>Handling dropped voices.</li>
28<li>Toggling the AX compressor.</li>
29<li>Selecting AX Aux effects.</li>
30<li>Managing sample data with the AX Sound Pipeline.</li>
31<li>Initializing a low pass filter for an acquired voice.</li>
32<li>Modifying the low pass filter cutoff frequency for an acquired voice.</li>
33<li>Toggling the AX low pass filter.</li>
34</ul>
35
36<h2>Operation Method</h2>
37In the &quot;AX Low Pass Filter Demo&quot; window:
38<ul TYPE="DISC">
39<li>Use the +Control Pad or Control Stick to move the menu selection up and down.</li>
40<li>Use the A Button to select and toggle a menu item.</li>
41<li>C Stick changes the filter cut off frequency.</li>
42</ul>
43
44<h2>Required Data Files</h2>
45
46<ul TYPE="DISC">
47<li><CODE>//axdemo/filter/lpfdemo.spd</CODE></li>
48<li><CODE>//axdemo/filter/lpfdemo.spt</CODE></li>
49</ul>
50<H2>Revision History</H2>
51<P>2006/03/01 Initial version.</P>
52<hr>
53<P>CONFIDENTIAL</p>
54</BODY>
55</HTML>