realtime_audio 0.0.3 copy "realtime_audio: ^0.0.3" to clipboard
realtime_audio: ^0.0.3 copied to clipboard

Audio package for realtime APIs like OpenAI Realtime or HumeAI Voice.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add realtime_audio

With Flutter:

 $ flutter pub add realtime_audio

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  realtime_audio: ^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:realtime_audio/realtime_audio.dart';
4
likes
0
points
570
downloads

Publisher

verified publishervolskaya.dev

Weekly Downloads

Audio package for realtime APIs like OpenAI Realtime or HumeAI Voice.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, freezed_annotation, json_annotation, uuid

More

Packages that depend on realtime_audio