Skip to content

ankush-ppie/mic_stream

Repository files navigation

mic_stream

A Flutter plugin to access the mic fragments as Uint16List.

Getting Started

To use this plugin, add mic_stream as a dependency in your pubspec.yaml file.

Example

import 'package:mic_stream/mic_stream.dart';

micEvents.listen((MicEvent event) { // Do something with the event. });

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 45.7%
  • Java 35.2%
  • Ruby 9.9%
  • Objective-C 9.2%