audio_io 0.1.6 copy "audio_io: ^0.1.6" to clipboard
audio_io: ^0.1.6 copied to clipboard

outdated

Very simple interface to provide a stream of audio data from a devices default input to Dart for processing, and stream sink for sending audio data to the devices default output device.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add audio_io

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

dependencies:
  audio_io: ^0.1.6

Alternatively, 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:audio_io/audio_io.dart';
2
likes
0
points
150
downloads

Publisher

verified publisherwearemobilefirst.com

Weekly Downloads

Very simple interface to provide a stream of audio data from a devices default input to Dart for processing, and stream sink for sending audio data to the devices default output device.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on audio_io

Packages that implement audio_io