Kagami / vmsg

:musical_note: Library for creating voice messages
https://kagami.github.io/vmsg/
Creative Commons Zero v1.0 Universal
348 stars 58 forks source link

Publish new version with exported Recorder #9

Closed Gregoor closed 6 years ago

Gregoor commented 6 years ago

Hi there, thanks for the great work! I'm looking into using this for Common Voice. Atm we're using MediaRecorder which (as you well know) doesn't let us support Safari & Edge. I investigated using a lame encoder written in JS but that didn't seem to work for iOS. So my next thought was to go full WASM and fortunately I found that somebody already did the heavy lifting. Awesome! Also can confirm that it works with iOS 11.3 (discussion in #3 was very helpful) & Edge. I was wondering if you could publish the most recent version to NPM, so that we can use the recently extracted Recorder?

Kagami commented 6 years ago

Published v0.3.0.

Gregoor commented 6 years ago

Wow! That was lightning-fast. Thank you! 🙂