Re: [Alsa-user] multichannel multiband FFT-based equalizer - README
Brought to you by:
perex
|
From: fons a. <fon...@sk...> - 2006-01-03 01:55:36
|
Sergei, > Whatever implementation of yours should be limited to simple > FFT-based equalizer similar to the one I published. That is, > data from no more than two adjacent FFT buffers can be used. I will take up this challenge, but not immediately. Right now, I'm working until almost 3 hours after midnight to finish my papers for LAC2006. After that it will be the same to finish the code... Hint: if you want to boost e.g. 8.5 * Fs / N, you should not only boost bins 8 and 9, but also *decrease* the gain in 7 and 10. Look at the values of sin(x)/x for x = (i + 0.5) * pi. -- FA (going to sleep now) |