enx_voice_bot 1.0.0
enx_voice_bot: ^1.0.0 copied to clipboard
Enx Voice bot is a high-level Flutter SDK component that enables voice communication with AI agents using SIP and Pipecat WebSocket services.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add enx_voice_botWith Flutter:
$ flutter pub add enx_voice_botThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
enx_voice_bot: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:enx_voice_bot/enx_voice.dart';
import 'package:enx_voice_bot/enx_voice_client.dart';
import 'package:enx_voice_bot/enx_voice_listener.dart';
import 'package:enx_voice_bot/enx_voice_state.dart';