-
Notifications
You must be signed in to change notification settings - Fork 2
Description
First of all, thanks for ASH-Toolset, it's a fantastic tool.
I've been working on using my personal HRTF measurements and achieving accurate headphone equalization and noticed that ASH-Toolset normalizes HRTF to the Diffuse Field. This makes it difficult to apply correct headphone equalization later, as the tonal balance changes.
I implemented a small workaround that exports the extracted Diffuse Field to a .txt file (REW compatible) during the processing stage. This allows users to restore Diffuse Field using an external equalizer (like Equalizer APO).
I've published the code and a guide on how to measure HRTF in this repository: https://github.com/Raccoon98172/generate_hrtf/wiki
Specifically, I added a save_diffuse_field_txt function and called it within hrir_processing.py.
It would be great if you could consider adding a native option to export this Diffuse Field data.