Equalizer processor.
libZPlay implements programmable equalizer processor with following features:
Note: By default, equalizer processor is disabled. User must enable equalizer using EnableEqualizer or zplay_EnableEqualizer.
New instance of ZPLay class has 10 default equalizer bands.
int FreqPoint[9] = {115, 240, 455, 800, 2000, 4500, 9000, 13000, 15000};
User can create custom bands with SetEqualizerPoints.
To change gain of specified band use SetEqualizerPreampGain.
To apply equalizer, use:
C++ |
C |
VB.NET |
C#.NET |
VC.NET |
Delphi |
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |