mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-29 08:36:18 -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