molke-productions / qloud

Tool to measure loudspeaker frequency and step responses and distortions
GNU General Public License v2.0
28 stars 6 forks source link

[RFE] Mic calibration file support #22

Open gaydenko opened 2 years ago

gaydenko commented 2 years ago

It would be great to add mic calibration file support.

molke-productions commented 2 years ago

That would probably be a useful addition, although I don’t have access to calibrated mics. I’d have an idea how to do this in Matlab, but not in C++, so I’ll leave it just open. Is there a canonical format for calibration files (for example, frequency and level values in an ASCII file)?

mincequi commented 2 years ago

I added support for calibration files to: https://github.com/mincequi/qLouder You can inspect my code to find out, how i did it.