enx_voice_bot 0.0.3 copy "enx_voice_bot: ^0.0.3" to clipboard
enx_voice_bot: ^0.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 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: ^0.0.3

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/audio/enx_audio_player.dart';
import 'package:enx_voice_bot/audio/enx_audio_recorder.dart';
import 'package:enx_voice_bot/audio/enx_audio_serializer.dart';
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';
import 'package:enx_voice_bot/generated/lib/protos/pipecat.pb.dart';
import 'package:enx_voice_bot/generated/lib/protos/pipecat.pbenum.dart';
import 'package:enx_voice_bot/generated/lib/protos/pipecat.pbjson.dart';
import 'package:enx_voice_bot/internal/enx_audio_player_native_bridge.dart';
import 'package:enx_voice_bot/internal/ios/sip_webview_ios.dart';
import 'package:enx_voice_bot/internal/release_safe_logger.dart';
import 'package:enx_voice_bot/internal/sip_environment_config.dart';
import 'package:enx_voice_bot/internal/sip_webview_manager.dart';
import 'package:enx_voice_bot/pipecat_client_adapter.dart';
3
likes
0
points
354
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