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
SpatialRender HRTF overload: Nested inner for (int s = 0; s < bufferSize; ++s) loop at line 255 removed — was running inside the outer per-sample loop, causing bufferSize× (256-512×) amplification into binaural output. Now uses outer s index directly, correct 1 sample per iteration.
SpatialRender brace mismatch: Missing } for mutex scope added — build was broken after HRTF refactoring.