react-native-recording-clintj42

0.4.1 • Public • Published

react-native-recording npm version

React Native audio recording module used for DSP with Android + iOS

Install

$ npm i react-native-recording
$ react-native link react-native-recording

Usage

import Recording from 'react-native-recording'
 
Recording.init({
  bufferSize: 4096,
  sampleRate: 44100,
  bitsPerChannel: 16,
  channelsPerFrame: 1,
})
Recording.addRecordingEventListener(data => console.log(data))
Recording.start()

Dependents (0)

Package Sidebar

Install

npm i react-native-recording-clintj42

Weekly Downloads

0

Version

0.4.1

License

MIT

Unpacked Size

19.4 kB

Total Files

11

Last publish

Collaborators

  • clintj42