Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
62a9f50e3f
Optimizes RMS level calculation to reduce GC pressure in real-time audio loop by computing every 50 frames and using zero-copy int64 dot product instead of float32 arrays.