WebAudio / web-audio-api

The Web Audio API v1.0, developed by the W3C Audio WG
https://webaudio.github.io/web-audio-api/
Other
1.04k stars 165 forks source link

Specify AnalyserNode treatment of non-finite values. #2555

Closed mjwilson-google closed 9 months ago

mjwilson-google commented 9 months ago

This is intended to fix #2512 by specifying that non-finite values after the smoothing step in the AnalyserNode should be set to zero.


Preview | Diff

padenot commented 9 months ago

Looks good Michael, thanks!