You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@richardpl
Another issue I found is if previously call mysofa_load, and later mysofa_open with same sofa file and sample rate to one reported in mysofa_load, length of IRs: N changes.
The resulted IRs are bad, because I get artifacts when filtering in time domain, the one in frequency domain are still present but much less noticeable.
The text was updated successfully, but these errors were encountered:
Actually the minphase code seems ok after enabling it once again, it was bug in sofalizer filter implementation - non-power of 2 IR length would cause ringbuffer to be of invalid, not enough big size causing artifacts.
Still there should be easy way to toggle this feature on or off, via special call: mysofa_open_advanced2 or mysofa_open_advanced_minphase().
@richardpl
Another issue I found is if previously call mysofa_load, and later mysofa_open with same sofa file and sample rate to one reported in mysofa_load, length of IRs: N changes.
The resulted IRs are bad, because I get artifacts when filtering in time domain, the one in frequency domain are still present but much less noticeable.
The text was updated successfully, but these errors were encountered: