Spatial_Audio_Framework
Spatial_Audio_Framework copied to clipboard
Missing entry in __Tdesign_degree_100_dirs_deg[5100][2]
Description
As far as I can tell, the table __Tdesign_degree_100_dirs_deg[5100][2] in saf_utility_loudspeaker_presets.c is having only 5099 entries. Most likely, the table will be filled by a {0.0f, 0.0f} entry at the end which may or may not be the intention and eventually produces slightly erroneous AllRAD decoder designs.
Environment
N.A.
Reproducible Steps
N.A
Expected Output
Probably, for __Tdesign_degree_100_dirs_deg[5100][2] to have 5100 explicit entries.
Actual Output
N.A
Additional information
None