ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

equalizer.c
Go to the documentation of this file.
00001 /*
00002     equalizer.c: equalizer settings
00003 
00004     copyright ?-2006 by the mpg123 project - free software under the terms of the LGPL 2.1
00005     see COPYING and AUTHORS files in distribution or http://mpg123.org
00006     initially written by Michael Hipp
00007 */
00008 
00009 
00010 #include "mpg123lib_intern.h"
00011 
00012 void do_equalizer(real *bandPtr,int channel, real equalizer[2][32]) 
00013 {
00014     int i;
00015     for(i=0;i<32;i++)
00016     bandPtr[i] = REAL_MUL(bandPtr[i], equalizer[channel][i]);
00017 }

Generated on Sat May 26 2012 04:33:00 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.