Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 943 Bytes

File metadata and controls

36 lines (25 loc) · 943 Bytes

React Native Voice Processor Example

This is an example app that demonstrates how to ask for user permissions and capture output from the VoiceProcessor.

Requirements

Compatibility

  • Android 5.0+ (API 21+)
  • iOS 11.0+

Building

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

Usage

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.