detect_clap_sound_flutter 1.1.2
detect_clap_sound_flutter: ^1.1.2 copied to clipboard
A library for detecting types of sounds during audio recording (e.g., clapping, whistling, etc.)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add detect_clap_sound_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
detect_clap_sound_flutter: ^1.1.2Alternatively, 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:detect_clap_sound_flutter/detect_clap_sound_flutter.dart';