This is an example app that demonstrates how to ask for user permissions and capture output from the VoiceProcessor
.
- iOS 13.0+
Install the ios-voice-processor
pod:
cd example
pod install
Open the generated ios-voice-processor.xcworkspace
file with XCode and build the project (Product > Build
or Product > Run
).
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.
Ensure you have an iOS device connected or simulator running. Run tests with XCode (Product > Test
).