react-native-audiokit-integration

This package wraps up the AudioKit iOS package. This package can proper react-native audio processing module. In case you need raise an issue or reach out to us at jorge@untitledinbrackets.com

Usage no npm install needed!

<script type="module">
  import reactNativeAudiokitIntegration from 'https://cdn.skypack.dev/react-native-audiokit-integration';
</script>

README

react-native-audiokit-integration

This package wraps up the AudioKit iOS package. This package can proper react-native audio processing module. In case you need raise an issue or reach out to us at jorge@untitledinbrackets.com

Installation

npm install react-native-audiokit-integration

Usage

import AudiokitIntegration from "react-native-audiokit-integration";

// ...

const result = await AudiokitIntegration.multiply(3, 7);

Contributing

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

License

MIT