twin_stream 0.2.0
twin_stream: ^0.2.0 copied to clipboard
Simultaneous speech-to-text and audio file recording in a single API. Solves the Android microphone lock issue that prevents using recording and speech recognition at the same time.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add twin_streamThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
twin_stream: ^0.2.0Alternatively, 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:twin_stream/twin_stream.dart';