#173 Bug fix: Very loud white noise when dynamically acquiring audio data
Merged by polcak. Opened by patrik-dekys.
JShelter/ patrik-dekys/webextension issue_133  into  main

Download 173.patch

Instead of modifying the original Float32Array returned by the native API (which would break internal browser state), the implementation now works with a safe copy of the data. The original buffer remains untouched at all times.

Resolves reported issue 133.

Pull-Request has been merged by polcak

Metadata