enx_voice_bot 1.0.3
enx_voice_bot: ^1.0.3 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 Flutter:
$ flutter pub add enx_voice_botThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
enx_voice_bot: ^1.0.3Alternatively, your editor might support 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';