psmokotnin / osm

Open sound meter. FFT based application for tuning sound systems.
GNU General Public License v3.0
232 stars 35 forks source link

Impulse Filter #52

Closed FLORIANSV35 closed 2 weeks ago

FLORIANSV35 commented 2 years ago

Hi. It will be great to add impulse frequency filter. Thanks !

psmokotnin commented 1 year ago

@FLORIANSV35 explain in the details, please.

melimat commented 1 year ago

@FLORIANSV35 do you mean adding feature similar to Smaart, where you can adjust settings of delay finder, where you can set the filter frequency in order to improve delay finder performace on subwoofers?

The feature was added in SMAART v8 and is discussed by Nathan Lively:

And Merlin van Veen mentions it:

maximeborges commented 2 weeks ago

I would assume that he was talking about a FIR filter. It is commonly used for room correction for example, you get your measurements, generate a FIR impulse with rephase for example, and apply that to your system. Having the ability to apply an FIR impulse on a measurement would allow to check in real time if the current tuning makes sense or would require some modification, without additional hardware in the loop.

psmokotnin commented 2 weeks ago

@maximeborges there is already everything to apply the imported FIR filter on a measurement. You can do it with a combination of Windowing and Math (Apply mode) sources.

Since, there is no info from @FLORIANSV35, I'm closing this issue