audio_streams_bitawesome 1.0.0+2 copy "audio_streams_bitawesome: ^1.0.0+2" to clipboard
audio_streams_bitawesome: ^1.0.0+2 copied to clipboard

Support for Audio Streams in Flutter. Capable of streaming Linear PCM format with a bit depth of 16 bits and 32 bits. Streams microphone audio data as Stream<List<Int>>.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add audio_streams_bitawesome

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

dependencies:
  audio_streams_bitawesome: ^1.0.0+2

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_streams_bitawesome/audio_streams_bitawesome.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Support for Audio Streams in Flutter. Capable of streaming Linear PCM format with a bit depth of 16 bits and 32 bits. Streams microphone audio data as Stream<List<Int>>.

Homepage
Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on audio_streams_bitawesome