flutter_auto_echo_cancellation_websocket 1.0.0 copy "flutter_auto_echo_cancellation_websocket: ^1.0.0" to clipboard
flutter_auto_echo_cancellation_websocket: ^1.0.0 copied to clipboard

A Flutter plugin for real-time voice communication with automatic echo cancellation (AEC) over WebSocket. Supports native AEC on iOS (VoiceProcessingIO) and Android (AcousticEchoCanceler).

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2024-12-17 #

Added #

  • Initial release
  • Native AEC support for iOS using VoiceProcessingIO
  • Native AEC support for Android using AcousticEchoCanceler
  • WebSocket-based audio streaming
  • Real-time audio level monitoring
  • Microphone and speaker mute controls
  • Automatic reconnection support
  • Transcript events for speech-to-text
  • Comprehensive Dart API with event streams
  • Example application
3
likes
140
points
125
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for real-time voice communication with automatic echo cancellation (AEC) over WebSocket. Supports native AEC on iOS (VoiceProcessingIO) and Android (AcousticEchoCanceler).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_auto_echo_cancellation_websocket

Packages that implement flutter_auto_echo_cancellation_websocket