1.1.1 • Published 1 year ago

react-cc-audio-recorder v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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