A Flutter plugin to access the mic fragments as Uint16List.
To use this plugin, add mic_stream as a dependency in your pubspec.yaml file.
import 'package:mic_stream/mic_stream.dart';
micEvents.listen((MicEvent event) { // Do something with the event. });