twin_stream 0.2.0 copy "twin_stream: ^0.2.0" to clipboard
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_stream

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

dependencies:
  twin_stream: ^0.2.0

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:twin_stream/twin_stream.dart';
1
likes
130
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#audio #speech-to-text #recording #microphone #speech-recognition

License

MIT (license)

Dependencies

flutter, path, path_provider, record, speech_to_text, vosk_flutter

More

Packages that depend on twin_stream