mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-27 23:56:12 -04:00
Noise Suppression: Clamp sample values before converting to integer. This fixes an issue where samples exceeding full scale would overflow, resulting in heavy distortion. Closes jp9000/obs-studio#1113