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
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.