visualized-audio-recorder
v0.0.3
Published
<a href="https://www.npmjs.com/package/visualized-audio-recorder"> <img src="https://img.shields.io/npm/v/visualized-audio-recorder?color=%23fff&style=flat-square"></img> <img src="https://img.shields.io/npm/dw/visualized-audio-recorder?color=black&styl
Readme
visualized-audio-recorder
This package helps you create visualized audio recordings (outputs webm video). View Demo
Usage
Install package.
npm add -D visualized-audio-recorderAdd 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- Profit 🎉
License
MIT License © 2022 dapotatoman
