pitch_detector_plus 0.0.8 copy "pitch_detector_plus: ^0.0.8" to clipboard
pitch_detector_plus: ^0.0.8 copied to clipboard

This library can be used to detect pitch from mic stream

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pitch_detector_plus

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

dependencies:
  pitch_detector_plus: ^0.0.8

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:pitch_detector_plus/pitch_detector_plus.dart';
0
likes
125
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

This library can be used to detect pitch from mic stream

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, pitch_detector_plus_platform_interface, pitch_detector_plus_web

More

Packages that depend on pitch_detector_plus

Packages that implement pitch_detector_plus