record_without_android 5.1.1 copy "record_without_android: ^5.1.1" to clipboard
record_without_android: ^5.1.1 copied to clipboard

Audio recorder from microphone to file or stream with multiple codecs, bit rate and sampling rate options.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add record_without_android

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

dependencies:
  record_without_android: ^5.1.1

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:record_without_android/record.dart';
1
likes
140
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

Audio recorder from microphone to file or stream with multiple codecs, bit rate and sampling rate options.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, record_darwin, record_linux, record_platform_interface, record_web, record_windows, uuid

More

Packages that depend on record_without_android