audio-recorder, react-audio-recorder, react-cc-audio-recorder, react-cc-recorder, react-cc, recorder
npm install react-cc-audio-recorder- Website: https://ischau.org/react-cc-audio-recorder
- More: https://ischau.org
``sh`
npm install react-cc-audio-recorder
or
`sh`
yarn add react-cc-audio-recorder
`tsx
import { StartRecorder, StopRecorder } from "react-cc-audio-recorder";
const start = () => {
StartRecorder();
};
const stop = () => {
StopRecorder((event) => {
console.log("event: ", event);
// Your code..
});
};
`
or
`tsx
import Recorder from "react-cc-audio-recorder";
const start = () => {
Recorder.start();
};
const stop = () => {
Recorder.stop((event) => {
console.log("event: ", event);
// Your code..
});
};
``
- _Thank you so much for helping me complete this project!_
- Homepage: https://www.npmjs.com/package/react-cc-audio-recorder
- Source: http://danml.com/js/recaudio.js
- Refer: http://typedarray.org/wp-content/projects/WebAudioRecorder
- Website: https://ischau.org
- Website 2: https://dovuihainao.com
- Telegram: https://t.me/baochau9xx
- Facebook: https://facebook.com/baochau9xx
- Mail: chau.02it@gmail.com
- audio-recorder, react-audio-recorder, react-cc-audio-recorder, recorder
- audioRecorder, reactAudioRecorder, Recorder
- react-cc-audio, react-cc
- record-audio, recordAudio, Audio
- baochau, baochau9xx, ischau, ischau.org
- dovuihainao