greenm01 / porc

Python Open Room Correction (PORC)
94 stars 26 forks source link

Mic calibration file #4

Open MrYann opened 6 years ago

MrYann commented 6 years ago

Hi :) First of all, thank you for your excellent software.

It seems that, as by now, it does not make use of the microphone's calibration file. Am I wrong ?

Since REW exports impulse responses without mic calibration, it would be nice to support it on the PORC side. Could that be possible ?

If led in the right direction, I would also be happy to help.

capoei commented 4 years ago

you can calculate an IR in REW that includes it. Do you still use it? Is it better then Denis Sbragion's DRC?

MrYann commented 4 years ago

hi :) No, I don't use it. And my very limited experience showed it to be not as efficient as DRC. The problem here is that the solution is computed by inverting a very ill-conditioned matrix, resulting in wild numbers. The principle is good, but the actual implementation requires some regularization effort.

capoei commented 4 years ago

thanks