flutter_voice_engine 0.0.1
flutter_voice_engine: ^0.0.1 copied to clipboard
A plugin for advanced audio processing, providing hardware-based (AEC), real-time audio streaming and configurable audio session management for voice bot and conversational AI applications on iOS and Android.
Changelog #
0.0.1 (Unreleased) #
- iOS:
- Supports real-time audio recording and playback with hardware-based acoustic echo cancellation (AEC).
- Provides
initialize,startRecording,stopRecording,playAudioChunk,stopPlayback,shutdownmethods. - Streams Base64-encoded audio chunks (
audioChunkStream) and errors (errorStream). - Handles audio interruptions via
onInterruptioncallback. - Configurable audio settings (
sampleRate,channels,bitDepth,bufferSize,amplitudeThreshold,enableAEC).
- Android:
- Not supported in this version.