flutter_voice_processor library

Classes

VoiceProcessor
An audio capture library designed for real-time speech audio processing on mobile devices. Given some specifications, the library delivers frames of raw audio data to the user via listeners.

Typedefs

VoiceProcessorErrorListener = void Function(VoiceProcessorException error)
Type for callbacks that receive errors from the VoiceProcessor.
VoiceProcessorFrameListener = void Function(List<int> frame)
Type for callback functions that receive audio frames from the VoiceProcessor.

Exceptions / Errors

VoiceProcessorException
Exception class for errors related to the VoiceProcessor.