pitch_kit 0.0.1 copy "pitch_kit: ^0.0.1" to clipboard
pitch_kit: ^0.0.1 copied to clipboard

Real-time chord and note detection from the device microphone, built on a pure Dart DSP core.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pitch_kit

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

dependencies:
  pitch_kit: ^0.0.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:pitch_kit/pitch_kit.dart';
1
likes
160
points
87
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Real-time chord and note detection from the device microphone, built on a pure Dart DSP core.

Repository (GitHub)
View/report issues

Topics

#chord-detector #tuner #tuning #frequency-analysis #music

License

Apache-2.0 (license)

Dependencies

flutter, permission_handler, plugin_platform_interface, record

More

Packages that depend on pitch_kit

Packages that implement pitch_kit