Re: [Osalp-dev] Implement equalizer
Status: Abandoned
Brought to you by:
daservis
|
From: Bruce F. <for...@tn...> - 2001-10-12 03:56:30
|
Jin-hyuk, Jong wrote: > > Hi all, > Can I implement equlizer with this library? > If it's passible, what class is need? > And how to... > There is no equalizer class in the library. There is a ButterWorth filter class aflibAudioBWFilter. You might be able to use this multiple times in a BandPass mode to serve as an equalizer but I don't think this would be very efficient. Bruce Forsberg |