Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 912 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 912 Bytes

#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 LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-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 PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Usage

import ReactNativeAmazingAudio from 'react-native-amazing-audio';