@untitled-in-brackets/react-native-audiokit-integration
v0.1.1
Published
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 [email protected]
Downloads
1
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 [email protected]
Installation
npm install @untitled-in-brackets/react-native-audiokit-integration
Usage
import RNAudioStack from "@untitled-in-brackets/react-native-audiokit-integration";
// ...
let newFileName = await RNAudioStack.trimAudio("filename.mp3", 0, 10); ///0 - start sec, 10 - end sec./
///NOTE: filename.mp3 must be located in the documents folder. Not temp./
///newFileName will give you only the name. Append it to the documents directory path./
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT