This is an example app that demonstrates how to ask for user permissions and capture output from
the VoiceProcessor
.
- Node.js (16+)
- Android SDK (21+)
- JDK (8+)
- Xcode (11+)
- CocoaPods
- Android 5.0+ (API 21+)
- iOS 11.0+
Install dependencies and setup environment (from the root directory of the repo):
yarn bootstrap
Connect a mobile device or launch a simulator. Then build and run the app:
yarn example ios
# or
yarn example android
Toggle recording on and off with the button in the center of the screen. While recording, the VU meter on the screen will respond to the volume of incoming audio.