flutter_fft 1.0.2+2 copy "flutter_fft: ^1.0.2+2" to clipboard
flutter_fft: ^1.0.2+2 copied to clipboard

outdated

Pitch detection plugin, made for my personal project. Makes use of platform channels (currently Android only) in order to process audio in real-time and give feedback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_fft

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

dependencies:
  flutter_fft: ^1.0.2+2

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:flutter_fft/flutter_fft.dart';
50
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Pitch detection plugin, made for my personal project. Makes use of platform channels (currently Android only) in order to process audio in real-time and give feedback.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_fft

Packages that implement flutter_fft