enx_voice_bot 1.0.1 copy "enx_voice_bot: ^1.0.1" to clipboard
enx_voice_bot: ^1.0.1 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_bot

With Flutter:

 $ flutter pub add enx_voice_bot

This 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.1

Alternatively, 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';
3
likes
0
points
405
downloads

Publisher

verified publisherenablex.io

Weekly Downloads

Enx Voice bot is a high-level Flutter SDK component that enables voice communication with AI agents using SIP and Pipecat WebSocket services.

Homepage

License

unknown (license)

Dependencies

async, fixnum, flutter, flutter_sound, logger, path_provider, permission_handler, protobuf, record, uuid, web_socket_channel, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on enx_voice_bot

Packages that implement enx_voice_bot