I'm trying to create FIR filter coefficients from a IR or data from a room calibration capture. I'm hoping to create a filter that compensates for the acoustics of a room.
I'm hoping to put these coefficients into a SigmaStudio FIR filter and put it on a ADAU1462 chip.
Is this a naive hope? Is this achievable? If it is possible is it within reach of a novice in this field? And Does anyone have suggestions on how to go about this?
Ive tried converting the IR/Data with firwin python library but I don't think its working.
The IR and room measurements I'm using does not have time data its just the volumes of each frequency at the listening position in a txt file
Any help would be greatly appreciated.