volc_engine_rtc_web 0.1.1
volc_engine_rtc_web: ^0.1.1 copied to clipboard
A Flutter plugin for Volc Engine RTC with AIGC, enabling interactive real-time voice conversations with AI assistants in Flutter web apps.
Changelog #
0.1.1 #
- dart format
0.1.0 #
Initial release with basic features:
- Real-time voice recognition using ASR
- AI conversation with large language models
- Text-to-speech synthesis
- Two-way conversation capabilities
- Integration with Volcano Engine RTC SDK
Features #
- Added support for configuring the plugin via config.json
- Implemented methods for room management (join/leave)
- Added conversation control (start/stop)
- Implemented message sending
- Added microphone control
- Added subtitle streaming and handling
0.0.1 #
- Initial development version