Resolve "Optimize FastConv HRTF struct"
- Related issues: #1146 (closed)
- Requested reviewers: @vaclav
Reason why this change is needed
- FastConv Struct contains pointers per SBA order which can be consolidated since this does not change during a session.
Description of the change
- The HOA3, HOA2 and FOA pointers were consolidated into SBA pointers.
- Reduced code duplication.
Affected operating points
- FastConv memory allocation. All is BE
Note: The changes in this branch were made on top of those in !1706 (merged). Destination branch will be retargeted once that is merged to main.