pitch_detector_dart 0.0.1 pitch_detector_dart: ^0.0.1 copied to clipboard
A dart library for pitch detection. It implements the yin algorithm port from the tarsosDSP library by Joren Six.
Pitch detector dart library #
A dart library for pitch detection. It implements the yin algorithm port from the tarsosDSP library by Joren Six.
Getting started #
To import the library into your project, go to your project pubspec.yaml and add the dependency.
Usage #
TODO
Additional information #
This is an open-source library. Feel free to copy and modify it as you wish. You are also more than encoraged to submit pull requests to fix or improve the library.