flutter_pitch_detection 1.3.1
flutter_pitch_detection: ^1.3.1 copied to clipboard
A Flutter plugin for real-time audio pitch detection using TarsosDSP on Android. Provides frequency, note, octave, volume, and accuracy measurements.
1.0.0 #
- Initial release of Flutter Pitch Detection Plugin
- Features: Real-time pitch, note, and volume detection
- Android-only support
1.0.1 #
- Documentation Update
1.0.2 #
- Documentation Update
1.1.2 #
New Features
-
getMidiNote()method -
getRawDataFromStream()(normalized doubles) -
getRawPcmDataFromStream()(16-bit PCM) -
Removed Unnecessary Import
1.1.3 #
- Fixed an Error within Project Configuration
- Added Code Documentation
- Fixed a ReadMe Mistake
1.2.0 #
New Features
getPitchDeviation()method- Formatted Code Following Dart Guidelines
1.2.1 #
- Media Update in README.md
1.2.2 #
- Fixed app crashes that could occur in certain regional number formats
1.3.0 #
- Updated reference values for
pitchDeviancesince the previous value ranges might be confusing
New Features
setA4Referencemethod (change reference frequency for A4)getA4Referencemethod
1.3.1 #
- Media Update in README.md