mspae / react-wavesurfer

React component wrapper for wavesurfer.js
BSD 3-Clause "New" or "Revised" License
108 stars 46 forks source link

Uncaught TypeError: Failed to set the 'value' property on 'AudioParam': The provided float value is non-finite #62

Closed Bran1304 closed 7 years ago

Bran1304 commented 7 years ago

Keep getting this error after updating to 0.8.5, the error points to the setVolume function in wavesurfer.min.js.

Can I get any help with this please? Thanks

mspae commented 7 years ago

@Bran1304 Can you post the code? (and the errr message)

mspae commented 7 years ago

Okay I see it in the examples. I'm on it.

mspae commented 7 years ago

@Bran1304 Okay there were two issues here:

Please update to v0.8.6

And sorry this even cropped up, I should have tested the build more thoroughly.