Spatial_Audio_Framework icon indicating copy to clipboard operation
Spatial_Audio_Framework copied to clipboard

Missing entry in __Tdesign_degree_100_dirs_deg[5100][2]

Open galanhir opened this issue 1 year ago • 0 comments

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

galanhir avatar Mar 04 '24 07:03 galanhir