Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 923 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 923 Bytes

Flutter Voice Processor Example

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

Requirements

Compatibility

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

Building

Install dependencies and setup environment:

cd example
flutter pub get

Connect a mobile device or launch a simulator. Then build and run the app:

flutter run

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.