hponcet / react-visual-audio-recorder

2 stars 1 forks source link

the npm version is out of sync with the version on github. #1

Open spirobel opened 1 year ago

spirobel commented 1 year ago

The npm version is out of sync with the version on github. Seems like the ReactVisualAudioRecorderBlobObject type changed the blobURL to blob in the latest version and the example does not work properly anymore.

Maybe you can manage releases through github?

Great work by the way! This is the only react library that has noise suppression and echo cancellation activated by default. The visualizer also looks great!

spirobel commented 1 year ago

I made a pull request to fix the example:

fix the import in the example: https://github.com/hponcet/react-visual-audio-recorder/pull/3 fix the blob URL error in the example: https://github.com/hponcet/react-visual-audio-recorder/pull/2

Again: Thank you very much for your work! 😀👍