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>AXSetVoiceBiquadCoefs</title> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 9<META http-equiv="Content-Style-Type" content="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">AXSetVoiceBiquadCoefs</h1> 15 16<h2>C Specification</h2> 17 18<BLOCKQUOTE> 19<pre><code>#include <revolution.h> 20 21void AXSetVoiceBiquadCoefs(AXVPB *pvpb, u16 b0, u16 b1, u16 b2, u16 a1, u16 a2);</CODE></pre> 22</BLOCKQUOTE> 23 24<h2>Arguments</h2> 25 26<TABLE border="1" cellpadding="3" cellspacing="0.1"> 27 <tr> 28<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><font face="Courier New">AXVPB *pvpb</font></strong></em></TD> 29<TD width="520">Pointer to the specified voice.</TD> 30 </tr> 31 <tr> 32 <TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><font face="Courier New">u16 b0~a2</font></strong></em> 33 </TD> 34 <TD width="520">Filter coefficients (fixed-point values; 2-bit integer part and 14-bit fraction part). 35 </TD> 36 </tr> 37</TABLE> 38 39<h2>Return Values</h2> 40 41<p>None.</p> 42 43<h2>Description</h2> 44 45<p>The <code>AXSetVoiceBiquadCoefs</code> function sets new filter coefficients when Biquad filters are enabled. This function also asserts the synchronization flag corresponding to <code>axvpb.sync</code>.</p> 46 47<p>To learn about the filter coefficients, see the <code>axvpb.pb.biquad</code> page.</p> 48 49<P>To enable/disable Biquad filters, use the <code>AXSetVoiceBiquad</code> function.</P> 50 51<h2>See Also</h2> 52 53<p> 54<font face="Courier New"><a href="../Parameter_Blocks/AXPBBIQUAD_biquad.html">axvpb.pb.biquad</a><br> <a href="AXSetVoiceBiquad.html">AXSetVoiceBiquad</a><br></font> 55</p> 56 57<h2>Revision History</h2> 58 59<P> 602006/11/14 Initial version. 61</P> 62<hr> 63<P>CONFIDENTIAL</p> 64</BODY> 65</HTML> 66 67