Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 766 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 766 Bytes

react-native-superpowered

React Native implementation of the Superpowered audio engine SDK.

Superpowered is a set of audio infrastructure technologies that focuses on mobile audio. This means low-power, real-time latency and cross-platform.

More here: https://github.com/superpoweredSDK/Low-Latency-Android-Audio-iOS-Audio-Engine.

TL;DR

git clone [email protected]:MathieuDebit/react-native-superpowered.git
cd react-native-superpowered
npm install
react-native run-ios

Not tested on Android yet.

Example: simple DJ app

  • Two synced audio files (mp3 and m4a)
  • Three effects: flanger, low-pass filter and roll.

DJ app example