Skip to content

A react native package to play pcm data audio on android and get recorder pcm data as base64

License

Notifications You must be signed in to change notification settings

cixio/React-native-pcm-audio

 
 

Repository files navigation

react-native-pcm-audio

A react native package to play pcm data and get recorder pcm data as base64

Installation

npm install react-native-pcm-audio

Usage

import { multiply } from 'react-native-pcm-audio';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

A react native package to play pcm data audio on android and get recorder pcm data as base64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 43.2%
  • Objective-C 24.1%
  • Ruby 11.5%
  • TypeScript 9.9%
  • JavaScript 5.7%
  • Objective-C++ 3.6%
  • Other 2.0%