A react native package to play pcm data and get recorder pcm data as base64
npm install react-native-pcm-audio
import { multiply } from 'react-native-pcm-audio';
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library