menu
pitch_detector_dart package
documentation
algorithm/pitch_algorithm.dart
PitchAlgorithm
getPitch abstract method
getPitch abstract method
dark_mode
light_mode
getPitch
abstract method
Future
<
PitchDetectorResult
>
getPitch
(
List
<
double
>
audioBuffer
)
Implementation
Future<PitchDetectorResult> getPitch(final List<double> audioBuffer);
pitch_detector_dart package
documentation
algorithm/pitch_algorithm
PitchAlgorithm
getPitch abstract method
PitchAlgorithm class