Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joewood/react-native-amazing-audio
React Native module for TheAmazingAudioEngine
https://github.com/joewood/react-native-amazing-audio
Last synced: about 4 hours ago
JSON representation
React Native module for TheAmazingAudioEngine
- Host: GitHub
- URL: https://github.com/joewood/react-native-amazing-audio
- Owner: joewood
- License: mit
- Created: 2015-05-22T21:04:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T03:55:40.000Z (almost 8 years ago)
- Last Synced: 2024-04-15T02:04:55.594Z (7 months ago)
- Language: Objective-C
- Size: 8.79 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#react-native-amazing-audio
Simple React-Native wrapper over the AmazingAudio library. This library provides
low level multi-channel, low-latency audio playback (similar to WebAudio).**Still in Development - Ignore**
## Getting started
`$ npm install react-native-amazing-audio --save`
### Mostly automatic installation
`$ react-native link react-native-amazing-audio`
### Manual installation
#### iOS
1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`
2. Go to `node_modules` ➜ `react-native-amazing-audio` and add `RNReactNativeAmazingAudio.xcodeproj`
3. In XCode, in the project navigator, select your project. Add `libRNReactNativeAmazingAudio.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`
4. Run your project (`Cmd+R`)<## Usage
```javascript
import ReactNativeAmazingAudio from 'react-native-amazing-audio';```