sound_image_tracking 1.0.4 copy "sound_image_tracking: ^1.0.4" to clipboard
sound_image_tracking: ^1.0.4 copied to clipboard

Sound Tracker for every 1 second , the pitch is low or higher than given threshold and Image Capturing and save in app folder

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sound_image_tracking

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

dependencies:
  sound_image_tracking: ^1.0.4

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:sound_image_tracking/image_detector.dart';
import 'package:sound_image_tracking/sound_detector.dart';
1
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Sound Tracker for every 1 second , the pitch is low or higher than given threshold and Image Capturing and save in app folder

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

audio_session, camera, cupertino_icons, flutter, noise_meter, path, path_provider, permission_handler

More

Packages that depend on sound_image_tracking