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

Very simple interface to provide a stream of audio data for processing/visualising in Flutter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add audio_io

With Flutter:

 $ flutter pub add audio_io

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

dependencies:
  audio_io: ^0.1.9

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: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 for processing/visualising in Flutter

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on audio_io

Packages that implement audio_io