frame_audio_clip 0.1.0
frame_audio_clip: ^0.1.0 copied to clipboard
Record streamed audio clips from the Brilliant Labs Frame into a list for review and playback
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add frame_audio_clipThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
frame_audio_clip: ^0.1.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:frame_audio_clip/frame_audio_clip.dart';