0.0.3 • Published 2 years ago

visualized-audio-recorder v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

visualized-audio-recorder

This package helps you create visualized audio recordings (outputs webm video). View Demo

Usage

  1. Install package.

    npm add -D visualized-audio-recorder
  2. Add it to your project.

    import useRecorder from 'visualized-audio-recorder'
    
    const recorder = useRecorder()
    
    // Start recording
    await recorder.init()
    recorder.start()
    
    // Stop recording
    const blob = await recorder.stop()
    
    // ⇋ Do stuff with blob
  3. Profit 🎉

License

MIT License © 2022 dapotatoman