Skip to content

joewood/react-native-amazing-audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

React Native module for TheAmazingAudioEngine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published