Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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';

```