react-cc-audio-recorder

1.1.1 • Public • Published

REACT CC AUDIO RECORDER

Document

Installation

npm install react-cc-audio-recorder

or

yarn add react-cc-audio-recorder

Usage

import { StartRecorder, StopRecorder } from "react-cc-audio-recorder";

const start = () => {
  StartRecorder();
};

const stop = () => {
  StopRecorder((event) => {
    console.log("event: ", event);
    // Your code..
  });
};

or

import Recorder from "react-cc-audio-recorder";

const start = () => {
  Recorder.start();
};

const stop = () => {
  Recorder.stop((event) => {
    console.log("event: ", event);
    // Your code..
  });
};

Contribute

Contact

Keyword

  • 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

Package Sidebar

Install

npm i react-cc-audio-recorder

Weekly Downloads

156

Version

1.1.1

License

ISC

Unpacked Size

8.21 kB

Total Files

3

Last publish

Collaborators

  • baochau9xx